Searched refs:PaletteEntry (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | palette.c | 348 ColorCorrection(PPALETTE PalGDI, PPALETTEENTRY PaletteEntry, ULONG Colors) in ColorCorrection() argument 360 PaletteEntry[i].peRed += GammaRamp->Red[i]; in ColorCorrection() 361 PaletteEntry[i].peGreen += GammaRamp->Green[i]; in ColorCorrection() 362 PaletteEntry[i].peBlue += GammaRamp->Blue[i]; in ColorCorrection() 423 PALOBJ_cGetColors(PALOBJ *PalObj, ULONG Start, ULONG Colors, ULONG *PaletteEntry) in PALOBJ_cGetColors() argument 435 RtlCopyMemory(PaletteEntry, PalGDI->IndexedColors + Start, sizeof(ULONG) * Colors); in PALOBJ_cGetColors() 438 ColorCorrection(PalGDI, (PPALETTEENTRY)PaletteEntry, Colors); in PALOBJ_cGetColors()
|
/reactos/win32ss/drivers/displays/vga/main/ |
H A D | enable.c | 137 PALETTEENTRY PaletteEntry[16]; member 276 …devinfoVGA.hpalDefault = EngCreatePalette(PAL_INDEXED, 16, (ULONG *) VGApalette.PaletteEntry, 0, 0… in DrvEnablePDEV()
|
/reactos/win32ss/gdi/eng/ |
H A D | stubs.c | 653 IN OUT LPPALETTEENTRY PaletteEntry, in HT_Get8BPPMaskPalette() argument
|