Searched refs:lpPaletteNew (Results 1 – 1 of 1) sorted by relevance
1001 LPLOGPALETTE lpPaletteNew = NULL; in winCreateColormapShadowGDI() local1015 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()