Home
last modified time | relevance | path

Searched refs:hPalette (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c758 SelectPalette(hdcUpdate, pCmapPriv->hPalette, FALSE); in winBltExposedRegionsShadowGDI()
907 pCmapPriv->hPalette, FALSE) == NULL) { in winInstallColormapShadowGDI()
956 if (SetPaletteEntries(pCmapPriv->hPalette, in winStoreColorsShadowGDI()
1040 pCmapPriv->hPalette = hpalNew; in winCreateColormapShadowGDI()
1086 if (DeleteObject(pCmapPriv->hPalette) == 0) { in winDestroyColormapShadowGDI()
1092 pCmapPriv->hPalette = NULL; in winDestroyColormapShadowGDI()
H A Dwin.h312 HPALETTE hPalette; member