Searched refs:pix24 (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c156 unsigned char *pix24; /* Local storage for 24-bit image. */ member in struct:PhotoMaster
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
[all...]

Completed in 15 milliseconds