Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds