Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd.c2157 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()
[all …]

Completed in 9 milliseconds