Searched defs:new_width (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1026 … const unsigned int src_width, const unsigned int src_height, const unsigned int new_width, const … in gdImageScaleTwoPass() 1077 const unsigned long new_width = MAX(1, width); in gdImageScaleNearestNeighbour() local 1178 static gdImagePtr gdImageScaleBilinearPalette(gdImagePtr im, const unsigned int new_width, const un… in gdImageScaleBilinearPalette() 1280 static gdImagePtr gdImageScaleBilinearTC(gdImagePtr im, const unsigned int new_width, const unsigne… in gdImageScaleBilinearTC() 1371 gdImagePtr gdImageScaleBilinear(gdImagePtr im, const unsigned int new_width, const unsigned int new… in gdImageScaleBilinear() 1382 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed() local 1605 gdImagePtr gdImageScale(const gdImagePtr src, const unsigned int new_width, const unsigned int new_… in gdImageScale() 1675 int new_height, new_width; in gdImageRotateNearestNeighbour() local 1732 int new_width, new_height; in gdImageRotateGeneric() local 1789 unsigned int new_width, new_height; in gdImageRotateBilinear() local [all …]
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 4825 int new_width, new_height; in PHP_FUNCTION() local
|
Completed in 25 milliseconds