Home
last modified time | relevance | path

Searched refs:gpnPixelToIndexMap (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c788 static int *gpnPixelToIndexMap=NULL, gnPixelToIndexMapSize=0; variable
823 if (gpnPixelToIndexMap != NULL) { in CleanUpTmpBuckets()
836 gpnPixelToIndexMap = NULL; in CleanUpTmpBuckets()
847 if (gpnPixelToIndexMap != NULL) free(gpnPixelToIndexMap); in CleanUpIndexOfPixel()
848 gpnPixelToIndexMap = NULL; in CleanUpIndexOfPixel()
991 return gpnPixelToIndexMap[pixel];
1032 gpnPixelToIndexMap = (int*)buckets;
1064 if (gpnPixelToIndexMap == NULL) { in CreatePixelToIndexMapping()
1071 gpnPixelToIndexMap[colorPixels[i]] = i; in CreatePixelToIndexMapping()
1135 if (gpnPixelToIndexMap != NULL) free(gpnPixelToIndexMap);
[all …]