Lines Matching defs:npixels
203 _XcursorAverageColor (XcursorPixel *pixels, int npixels)
207 int n = npixels;
221 | (ScaledPixels(red, npixels) << 16)
222 | (ScaledPixels(green, npixels) << 8)
223 | ScaledPixels(blue, npixels);
237 unsigned int npixels = image->width * image->height;
253 temp = malloc (npixels * sizeof (XcursorPixel) * 2);
258 colors = pixels + npixels;
269 n = (int) npixels;
406 unsigned int npixels = image->width * image->height;
420 iPicture = malloc (npixels * sizeof (int) * 2);
423 aPicture = iPicture + npixels;
431 n = (int) npixels;