Home
last modified time | relevance | path

Searched refs:gnPixelToIndexMapSize (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
827 for (i=0; i < gnPixelToIndexMapSize; i++) { in CleanUpTmpBuckets()
838 gnPixelToIndexMapSize = 0; in CleanUpTmpBuckets()
849 gnPixelToIndexMapSize = 0; in CleanUpIndexOfPixel()
972 return (((pixel)==(-1)) ? (gnPixelToIndexMapSize-1) :
973 (pixel % gnPixelToIndexMapSize));
1023 gnPixelToIndexMapSize = 257;
1024 buckets = (TmpBucketInfo**)malloc(gnPixelToIndexMapSize *
1030 memset(buckets, 0, gnPixelToIndexMapSize*sizeof(TmpBucketInfo*));