Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c2272 int mapTo; in gdImageCopy() local
2294 mapTo = colorMap[c]; in gdImageCopy()
2296 mapTo = colorMap[c]; in gdImageCopy()
2298 gdImageSetPixel (dst, tox, toy, mapTo); in gdImageCopy()
2438 int mapTo; in gdImageCopyResized() local
2446 mapTo = gdImageGetTrueColorPixel (src, x, y); in gdImageCopyResized()
2454 mapTo = gdImageGetTrueColorPixel (src, x, y); in gdImageCopyResized()
2456 if (gdImageGetTransparent (src) == mapTo) { in gdImageCopyResized()
2471 mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), in gdImageCopyResized()
2491 mapTo = colorMap[c]; in gdImageCopyResized()
[all …]

Completed in 10 milliseconds