Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd.c2203 int colorMap[gdMaxColors]; in gdImageCopy() local
2236 colorMap[i] = (-1); in gdImageCopy()
2256 } else if (colorMap[c] == (-1)) { in gdImageCopy()
2264 colorMap[c] = nc; in gdImageCopy()
2265 mapTo = colorMap[c]; in gdImageCopy()
2267 mapTo = colorMap[c]; in gdImageCopy()
2379 int colorMap[gdMaxColors]; in gdImageCopyResized() local
2401 colorMap[i] = (-1); in gdImageCopyResized()
2448 if (colorMap[c] == (-1)) { in gdImageCopyResized()
2460 colorMap[c] = nc; in gdImageCopyResized()
[all …]

Completed in 10 milliseconds