Lines Matching full:pixel
210 pCmapPriv->peColors[pdefs[0].pixel + i].peRed = nRed; in winStoreColors()
211 pCmapPriv->peColors[pdefs[0].pixel + i].peGreen = nGreen; in winStoreColors()
212 pCmapPriv->peColors[pdefs[0].pixel + i].peBlue = nBlue; in winStoreColors()
215 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbRed = nRed; in winStoreColors()
216 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbGreen = nGreen; in winStoreColors()
217 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbBlue = nBlue; in winStoreColors()
271 * that expect the top pixel to be white. This "help" only lasts until in winCreateColormap()
328 Pixel pixel; /* Pixel == CARD32 */ in winGetPaletteDIB() local
355 pixel = i; in winGetPaletteDIB()
364 "%d %d %d\n", (unsigned int)pixel, nRed, nGreen, nBlue); in winGetPaletteDIB()
368 if (AllocColor(pcmap, &nRed, &nGreen, &nBlue, &pixel, 0) != Success) { in winGetPaletteDIB()
369 ErrorF("winGetPaletteDIB - AllocColor () failed, pixel %d\n", i); in winGetPaletteDIB()
373 if (i != pixel in winGetPaletteDIB()
378 "%d %d %d\n", (int) pixel, nRed, nGreen, nBlue); in winGetPaletteDIB()
388 /* Set the black and white pixel indices */ in winGetPaletteDIB()
403 Pixel pixel; /* Pixel == CARD32 */ in winGetPaletteDD() local
441 pixel = i; in winGetPaletteDD()
449 "%d %d %d\n", (unsigned int)pixel, nRed, nGreen, nBlue); in winGetPaletteDD()
451 if (AllocColor(pcmap, &nRed, &nGreen, &nBlue, &pixel, 0) != Success) { in winGetPaletteDD()
452 ErrorF("winGetPaletteDD - AllocColor () failed, pixel %d\n", i); in winGetPaletteDD()
464 /* Set the black and white pixel indices */ in winGetPaletteDD()
494 Pixel wp, bp; in winCreateDefColormap()
563 /* Allocate a black and white pixel */ in winCreateDefColormap()
577 Pixel p; in winCreateDefColormap()