Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c1001 LPLOGPALETTE lpPaletteNew = NULL; in winCreateColormapShadowGDI() local
1015 lpPaletteNew = malloc(sizeof(LOGPALETTE) in winCreateColormapShadowGDI()
1017 if (lpPaletteNew == NULL) { in winCreateColormapShadowGDI()
1024 ZeroMemory(lpPaletteNew, sizeof(LOGPALETTE) in winCreateColormapShadowGDI()
1028 lpPaletteNew->palVersion = 0x0300; in winCreateColormapShadowGDI()
1029 lpPaletteNew->palNumEntries = dwEntriesMax; in winCreateColormapShadowGDI()
1032 hpalNew = CreatePalette(lpPaletteNew); in winCreateColormapShadowGDI()
1035 free(lpPaletteNew); in winCreateColormapShadowGDI()
1043 free(lpPaletteNew); in winCreateColormapShadowGDI()