Searched defs:new_width (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1058 … const unsigned int src_width, const unsigned int src_height, const unsigned int new_width, const … in gdImageScaleTwoPass() 1109 const unsigned long new_width = MAX(1, width); in gdImageScaleNearestNeighbour() local 1162 static gdImagePtr gdImageScaleBilinearPalette(gdImagePtr im, const unsigned int new_width, const un… in gdImageScaleBilinearPalette() 1264 static gdImagePtr gdImageScaleBilinearTC(gdImagePtr im, const unsigned int new_width, const unsigne… in gdImageScaleBilinearTC() 1353 gdImagePtr gdImageScaleBilinear(gdImagePtr im, const unsigned int new_width, const unsigned int new… in gdImageScaleBilinear() 1364 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed() local 1587 gdImagePtr gdImageScale(const gdImagePtr src, const unsigned int new_width, const unsigned int new_… in gdImageScale() 1657 int new_height, new_width; in gdImageRotateNearestNeighbour() local 1713 int new_width, new_height; in gdImageRotateGeneric() local 1769 unsigned int new_width, new_height; in gdImageRotateBilinear() local [all …]
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 3608 int new_width, new_height; in PHP_FUNCTION() local
|
Completed in 23 milliseconds