Searched refs:pulcSafe (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | palette.c | 1276 ULONG *pulcSafe, ulColors[WINDDI_MAXSETPALETTECOLORS]; in NtGdiEngCreatePalette() local 1282 pulcSafe = ulColors; in NtGdiEngCreatePalette() 1286 pulcSafe = ExAllocatePoolWithTag(PagedPool, cColors * sizeof(ULONG), GDITAG_UMPD ); in NtGdiEngCreatePalette() 1292 RtlCopyMemory( pulcSafe, pulColors, cColors * sizeof(ULONG) ); in NtGdiEngCreatePalette() 1297 if ( cColors > WINDDI_MAXSETPALETTECOLORS ) ExFreePoolWithTag( pulcSafe, GDITAG_UMPD ); in NtGdiEngCreatePalette() 1302 hPal = EngCreatePalette( iMode/*|PAL_SETPOWNER*/, cColors, pulcSafe, flRed, flGreen, flBlue ); in NtGdiEngCreatePalette() 1304 if ( cColors > WINDDI_MAXSETPALETTECOLORS ) ExFreePoolWithTag( pulcSafe, GDITAG_UMPD ); in NtGdiEngCreatePalette()
|