ReactOS 0.4.15-dev-7961-gdcf9eb0
DIB_FUNCTIONS Struct Reference

#include <dib.h>

Collaboration diagram for DIB_FUNCTIONS:

Public Attributes

PFN_DIB_PutPixel DIB_PutPixel
 
PFN_DIB_GetPixel DIB_GetPixel
 
PFN_DIB_HLine DIB_HLine
 
PFN_DIB_VLine DIB_VLine
 
PFN_DIB_BitBlt DIB_BitBlt
 
PFN_DIB_BitBlt DIB_BitBltSrcCopy
 
PFN_DIB_StretchBlt DIB_StretchBlt
 
PFN_DIB_TransparentBlt DIB_TransparentBlt
 
PFN_DIB_ColorFill DIB_ColorFill
 
PFN_DIB_AlphaBlend DIB_AlphaBlend
 

Detailed Description

Definition at line 43 of file dib.h.

Member Data Documentation

◆ DIB_AlphaBlend

PFN_DIB_AlphaBlend DIB_FUNCTIONS::DIB_AlphaBlend

Definition at line 54 of file dib.h.

Referenced by EngAlphaBlend().

◆ DIB_BitBlt

PFN_DIB_BitBlt DIB_FUNCTIONS::DIB_BitBlt

Definition at line 49 of file dib.h.

Referenced by CallDibBitBlt().

◆ DIB_BitBltSrcCopy

PFN_DIB_BitBlt DIB_FUNCTIONS::DIB_BitBltSrcCopy

Definition at line 50 of file dib.h.

Referenced by CallDibBitBlt(), and EngCopyBits().

◆ DIB_ColorFill

PFN_DIB_ColorFill DIB_FUNCTIONS::DIB_ColorFill

Definition at line 53 of file dib.h.

Referenced by BltPatCopy().

◆ DIB_GetPixel

PFN_DIB_GetPixel DIB_FUNCTIONS::DIB_GetPixel

Definition at line 46 of file dib.h.

Referenced by addItemFlood(), BltMask(), DIB_XXBPP_FloodFillSolid(), and DIB_XXBPP_StretchBlt().

◆ DIB_HLine

PFN_DIB_HLine DIB_FUNCTIONS::DIB_HLine

Definition at line 47 of file dib.h.

Referenced by EngLineTo(), FillSolid(), and IntEngGradientFillRect().

◆ DIB_PutPixel

◆ DIB_StretchBlt

PFN_DIB_StretchBlt DIB_FUNCTIONS::DIB_StretchBlt

Definition at line 51 of file dib.h.

Referenced by CallDibStretchBlt().

◆ DIB_TransparentBlt

PFN_DIB_TransparentBlt DIB_FUNCTIONS::DIB_TransparentBlt

Definition at line 52 of file dib.h.

Referenced by EngTransparentBlt().

◆ DIB_VLine

PFN_DIB_VLine DIB_FUNCTIONS::DIB_VLine

Definition at line 48 of file dib.h.

Referenced by EngLineTo(), and IntEngGradientFillRect().


The documentation for this struct was generated from the following file: