Searched defs:new_width (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1095 … const unsigned int src_width, const unsigned int src_height, const unsigned int new_width, const … in gdImageScaleTwoPass() 1157 const unsigned long new_width = MAX(1, width); in gdImageScaleNearestNeighbour() local 1258 static gdImagePtr gdImageScaleBilinearPalette(gdImagePtr im, const unsigned int new_width, const un… in gdImageScaleBilinearPalette() 1360 static gdImagePtr gdImageScaleBilinearTC(gdImagePtr im, const unsigned int new_width, const unsigne… in gdImageScaleBilinearTC() 1451 gdImagePtr gdImageScaleBilinear(gdImagePtr im, const unsigned int new_width, const unsigned int new… in gdImageScaleBilinear() 1462 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed() local 1685 gdImagePtr gdImageScale(const gdImagePtr src, const unsigned int new_width, const unsigned int new_… in gdImageScale() 1755 int new_height, new_width; in gdImageRotateNearestNeighbour() local 1812 int new_width, new_height; in gdImageRotateGeneric() local 1869 unsigned int new_width, new_height; in gdImageRotateBilinear() local [all …]
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 4699 int new_width, new_height; in PHP_FUNCTION() local
|
Completed in 27 milliseconds