Searched defs:bgColor (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 648 …dgePixel(const gdImagePtr src, unsigned int x, unsigned int y, gdFixed coverage, const int bgColor) in _setEdgePixel() 656 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC() 671 …atic inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowPalette() 684 …tic int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolateWeight() 745 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated() 1659 gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateNearestNeighbour() 1716 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateGeneric() 1784 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBilinear() 1899 gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBicubicFixed()
|
Completed in 16 milliseconds