Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_interpolation.c653 return _color_blend(bgColor, c); in _setEdgePixel()
661 return bgColor == -1 ? gdTrueColorAlpha(0, 0, 0, 127) : bgColor; in getPixelOverflowTC()
665 return bgColor; in getPixelOverflowTC()
676 return bgColor == -1 ? gdTrueColorAlpha(0, 0, 0, 127) : bgColor; in getPixelOverflowPalette()
680 return bgColor; in getPixelOverflowPalette()
699 …eColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor) : getPixelOverflowPalette(im, sx, sy… in getPixelInterpolateWeight()
700 …or == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor) : getPixelOverflowPalette(im, sx - 1, sy… in getPixelInterpolateWeight()
766 return getPixelOverflowTC(im, xi, yi, bgColor); in getPixelInterpolated()
1742 if (bgColor < 0) { in gdImageRotateGeneric()
2126 c = bgColor; in gdImageRotateBicubicFixed()
[all …]
H A Dgd.h862 gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float degrees, const int bgColor);
863 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor);
864 gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees, const int bgColor);
865 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor);

Completed in 21 milliseconds