Lines Matching refs:npixels
2628 int npixels, nmasks; in ProcAllocColorCells() local
2632 npixels = stuff->colors; in ProcAllocColorCells()
2633 if (!npixels) { in ProcAllocColorCells()
2634 client->errorValue = npixels; in ProcAllocColorCells()
2642 length = ((long) npixels + (long) nmasks) * sizeof(Pixel); in ProcAllocColorCells()
2646 pmasks = ppixels + npixels; in ProcAllocColorCells()
2648 if ((rc = AllocColorCells(client->index, pcmp, npixels, nmasks, in ProcAllocColorCells()
2661 .nPixels = npixels, in ProcAllocColorCells()
2690 int npixels; in ProcAllocColorPlanes() local
2694 npixels = stuff->colors; in ProcAllocColorPlanes()
2695 if (!npixels) { in ProcAllocColorPlanes()
2696 client->errorValue = npixels; in ProcAllocColorPlanes()
2706 .nPixels = npixels in ProcAllocColorPlanes()
2708 length = (long) npixels *sizeof(Pixel); in ProcAllocColorPlanes()
2713 if ((rc = AllocColorPlanes(client->index, pcmp, npixels, in ProcAllocColorPlanes()