Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c660 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC() function
703 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight()
704 …const int c2 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight()
705 …const int c3 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight()
706 …const int c4 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight()
770 return getPixelOverflowTC(im, xi, yi, bgColor); in getPixelInterpolated()
793 const int rgbs = getPixelOverflowTC(im, xii, yii, bgColor); in getPixelInterpolated()
1285 pixel1 = getPixelOverflowTC(im, n, m, 0); in gdImageScaleBilinearTC()
1286 pixel2 = getPixelOverflowTC(im, n + 1, m, pixel1); in gdImageScaleBilinearTC()
1287 pixel3 = getPixelOverflowTC(im, n, m + 1, pixel1); in gdImageScaleBilinearTC()
[all …]

Completed in 17 milliseconds