Home
last modified time | relevance | path

Searched refs:PAL_BGR (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dxlateobj.c438 else if (ppalSrc->flFlags & PAL_BGR) in EXLATEOBJ_vInitialize()
523 else if (ppalDst->flFlags & PAL_BGR) in EXLATEOBJ_vInitialize()
535 else if (ppalSrc->flFlags & PAL_BGR) in EXLATEOBJ_vInitialize()
561 else if (ppalDst->flFlags & PAL_BGR) in EXLATEOBJ_vInitialize()
578 else if (ppalDst->flFlags & PAL_BGR) in EXLATEOBJ_vInitialize()
/reactos/win32ss/gdi/ntgdi/
H A Dpalette.h14 PAL_BGR = 0x00000008, // Blue, green, red enumerator
H A Dpalette.c85 gpalBGR.flFlags = PAL_BGR; in InitPaletteImpl()
199 ppal->flFlags |= PAL_BGR; in PALETTE_AllocPalette()
332 else if (ppal->flFlags & PAL_BGR) in PALETTE_vGetBitMasks()
H A Dbitmaps.c824 if (psurf->ppal->flFlags & PAL_BGR) in BITMAP_GetObject()
/reactos/sdk/include/psdk/
H A Dwinddi.h1564 #define PAL_BGR 0x00000008 macro