Lines Matching refs:colorMap
2157 int colorMap[gdMaxColors]; in gdImageCopy() local
2208 colorMap[i] = (-1); in gdImageCopy()
2228 } else if (colorMap[c] == (-1)) { in gdImageCopy()
2236 colorMap[c] = nc; in gdImageCopy()
2237 mapTo = colorMap[c]; in gdImageCopy()
2239 mapTo = colorMap[c]; in gdImageCopy()
2351 int colorMap[gdMaxColors]; in gdImageCopyResized() local
2376 colorMap[i] = (-1); in gdImageCopyResized()
2423 if (colorMap[c] == (-1)) { in gdImageCopyResized()
2435 colorMap[c] = nc; in gdImageCopyResized()
2437 mapTo = colorMap[c]; in gdImageCopyResized()