Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c656 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC() function
770 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight()
771 …const int c2 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight()
772 …const int c3 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight()
773 …const int c4 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight()
837 return getPixelOverflowTC(im, xi, yi, bgColor); in getPixelInterpolated()
860 const int rgbs = getPixelOverflowTC(im, xii, yii, bgColor); in getPixelInterpolated()
1413 pixel1 = getPixelOverflowTC(im, n, m, 0); in gdImageScaleBilinearTC()
1414 pixel2 = getPixelOverflowTC(im, n + 1, m, 0); in gdImageScaleBilinearTC()
1415 pixel3 = getPixelOverflowTC(im, n, m + 1, 0); in gdImageScaleBilinearTC()
[all …]

Completed in 11 milliseconds