Searched defs:pPal (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Palette.cpp351 PALETTEENTRY *pPal = pPalEntries; local
357 pPal = &pPalEntries[10];
358 for (i = 10; i < 246; i++, pPal++) {
359 pPal->peRed = pPal->peGreen = pPal->peBlue =
362 pPal->peFlags = PC_NOCOLLAPSE;

Completed in 598 milliseconds