ReactOS
0.4.15-dev-1638-gc0caa5c
|
Go to the source code of this file.
Classes | |
union | NICEPIXEL32 |
union | NICEPIXEL16_565 |
union | NICEPIXEL16_555 |
Macros | |
#define | NDEBUG |
Functions | |
VOID | DIB_16BPP_PutPixel (SURFOBJ *SurfObj, LONG x, LONG y, ULONG c) |
ULONG | DIB_16BPP_GetPixel (SURFOBJ *SurfObj, LONG x, LONG y) |
VOID | DIB_16BPP_HLine (SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c) |
VOID | DIB_16BPP_VLine (SURFOBJ *SurfObj, LONG x, LONG y1, LONG y2, ULONG c) |
BOOLEAN | DIB_16BPP_BitBltSrcCopy (PBLTINFO BltInfo) |
BOOLEAN | DIB_16BPP_ColorFill (SURFOBJ *DestSurface, RECTL *DestRect, ULONG color) |
BOOLEAN | DIB_16BPP_TransparentBlt (SURFOBJ *DestSurf, SURFOBJ *SourceSurf, RECTL *DestRect, RECTL *SourceRect, XLATEOBJ *ColorTranslation, ULONG iTransColor) |
static __inline UCHAR | Clamp6 (ULONG val) |
static __inline UCHAR | Clamp5 (ULONG val) |
BOOLEAN | DIB_16BPP_AlphaBlend (SURFOBJ *Dest, SURFOBJ *Source, RECTL *DestRect, RECTL *SourceRect, CLIPOBJ *ClipRegion, XLATEOBJ *ColorTranslation, BLENDOBJ *BlendObj) |
#define NDEBUG |
Definition at line 13 of file dib16bpp.c.
BOOLEAN DIB_16BPP_AlphaBlend | ( | SURFOBJ * | Dest, |
SURFOBJ * | Source, | ||
RECTL * | DestRect, | ||
RECTL * | SourceRect, | ||
CLIPOBJ * | ClipRegion, | ||
XLATEOBJ * | ColorTranslation, | ||
BLENDOBJ * | BlendObj | ||
) |
Definition at line 576 of file dib16bpp.c.
Definition at line 140 of file dib16bpp.c.
Definition at line 401 of file dib16bpp.c.
Definition at line 26 of file dib16bpp.c.
Referenced by DIB_16BPP_AlphaBlend(), and DIB_1BPP_BitBltSrcCopy().
Definition at line 34 of file dib16bpp.c.
Referenced by DIB_16BPP_ColorFill().
Definition at line 17 of file dib16bpp.c.
Referenced by DIB_16BPP_AlphaBlend(), and DIB_16BPP_BitBltSrcCopy().
BOOLEAN DIB_16BPP_TransparentBlt | ( | SURFOBJ * | DestSurf, |
SURFOBJ * | SourceSurf, | ||
RECTL * | DestRect, | ||
RECTL * | SourceRect, | ||
XLATEOBJ * | ColorTranslation, | ||
ULONG | iTransColor | ||
) |
Definition at line 448 of file dib16bpp.c.
Definition at line 90 of file dib16bpp.c.