Lines Matching refs:colorMap
2262 int colorMap[gdMaxColors]; in gdImageCopy() local
2295 colorMap[i] = (-1); in gdImageCopy()
2315 } else if (colorMap[c] == (-1)) { in gdImageCopy()
2323 colorMap[c] = nc; in gdImageCopy()
2324 mapTo = colorMap[c]; in gdImageCopy()
2326 mapTo = colorMap[c]; in gdImageCopy()
2438 int colorMap[gdMaxColors]; in gdImageCopyResized() local
2460 colorMap[i] = (-1); in gdImageCopyResized()
2507 if (colorMap[c] == (-1)) { in gdImageCopyResized()
2519 colorMap[c] = nc; in gdImageCopyResized()
2521 mapTo = colorMap[c]; in gdImageCopyResized()