Lines Matching refs:pCmapPriv
747 winPrivCmapPtr pCmapPriv = NULL; in winBltExposedRegionsShadowGDI() local
756 pCmapPriv = winGetCmapPriv(pScreenPriv->pcmapInstalled); in winBltExposedRegionsShadowGDI()
758 SelectPalette(hdcUpdate, pCmapPriv->hPalette, FALSE); in winBltExposedRegionsShadowGDI()
853 winPrivCmapPtr pCmapPriv = NULL; in winRealizeInstalledPaletteShadowGDI() local
868 pCmapPriv = winGetCmapPriv(pScreenPriv->pcmapInstalled); in winRealizeInstalledPaletteShadowGDI()
880 WIN_NUM_PALETTE_ENTRIES, pCmapPriv->rgbColors) == 0) { in winRealizeInstalledPaletteShadowGDI()
907 pCmapPriv->hPalette, FALSE) == NULL) { in winInstallColormapShadowGDI()
921 WIN_NUM_PALETTE_ENTRIES, pCmapPriv->rgbColors) == 0) { in winInstallColormapShadowGDI()
956 if (SetPaletteEntries(pCmapPriv->hPalette, in winStoreColorsShadowGDI()
958 ndef, pCmapPriv->peColors + pdefs[0].pixel) == 0) { in winStoreColorsShadowGDI()
982 ndef, pCmapPriv->rgbColors + pdefs[0].pixel) == 0) { in winStoreColorsShadowGDI()
1040 pCmapPriv->hPalette = hpalNew; in winCreateColormapShadowGDI()
1086 if (DeleteObject(pCmapPriv->hPalette) == 0) { in winDestroyColormapShadowGDI()
1092 pCmapPriv->hPalette = NULL; in winDestroyColormapShadowGDI()