Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c650 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC()
665 …atic inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowPalette()
678 …tic int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolateWeight()
739 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated()
1631 gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateNearestNeighbour()
1688 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateGeneric()
1754 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBilinear()
1869 gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBicubicFixed()

Completed in 15 milliseconds