Lines Matching defs:npixels
323 int npixels = width * height;
327 memcpy (image, pCursor->bits->argb, npixels * sizeof (CARD32));
372 int npixels, width, height, rc, x, y;
385 npixels = width * height;
387 npixels * sizeof (CARD32));
393 rep->length = npixels;
416 SwapLongs (image, npixels);
419 (npixels << 2), (char *) rep);
520 int npixels;
537 npixels = width * height;
542 npixels * sizeof (CARD32) + nbytesRound);
548 rep->length = npixels + bytes_to_int32(nbytesRound);
561 memcpy ((image + npixels), name, nbytes);
576 SwapLongs (image, npixels);
579 (npixels << 2) + nbytesRound, (char *) rep);