Lines Matching defs:pix24
156 unsigned char *pix24; /* Local storage for 24-bit image. */
481 masterPtr->pix24 = NULL;
724 pixelPtr = masterPtr->pix24 + (y * masterPtr->width + x) * 3;
1922 if (masterPtr->pix24 != NULL) {
1923 ckfree((char *) masterPtr->pix24);
2022 || (masterPtr->pix24 == NULL)) {
2038 if ((masterPtr->pix24 != NULL)
2052 if (masterPtr->pix24 != NULL) {
2067 (VOID *) (masterPtr->pix24 + offset),
2077 srcPtr = masterPtr->pix24 + (validBox.y * masterPtr->width
2087 ckfree((char *) masterPtr->pix24);
2090 masterPtr->pix24 = newPix24;
3288 destLinePtr = masterPtr->pix24 + (y * masterPtr->width + x) * 3;
3417 int sameSrc = (blockPtr->pixelPtr == masterPtr->pix24);
3421 blockPtr->pixelPtr = masterPtr->pix24;
3470 destLinePtr = masterPtr->pix24 + (y * masterPtr->width + x) * 3;
3703 srcLinePtr = masterPtr->pix24 + yStart * lineLength + xStart * 3;
3981 memset((VOID *) masterPtr->pix24, 0,
4146 blockPtr->pixelPtr = masterPtr->pix24;