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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c104 * to a pixel value or index in pixelMap. */
107 unsigned long *pixelMap; /* Actual pixel values allocated. */ member in struct:ColorTable
125 * through pixelMap.
2460 colorPtr->pixelMap = NULL;
2736 * the pixelMap on colormap displays. However, if the display
2751 colorPtr->pixelMap = pixels;
2828 if (colorPtr->pixelMap != NULL) {
2831 colorPtr->pixelMap, colorPtr->numColors, 0);
2834 ckfree((char *) colorPtr->pixelMap);
2929 colorPtr->pixelMap, colorPt
[all...]

Completed in 16 milliseconds