Home
last modified time | relevance | path

Searched refs:new_height (Results 1 – 4 of 4) sorted by path

/php-src/ext/gd/
H A Dgd.c3603 int new_width, new_height; in PHP_FUNCTION() local
3634 new_height = tmp_h; in PHP_FUNCTION()
3639 im_scaled = gdImageScale(im, new_width, new_height); in PHP_FUNCTION()
/php-src/ext/gd/libgd/
H A Dgd.h882 …r gdImageScaleBilinear(gdImagePtr im, const unsigned int new_width, const unsigned int new_height);
883 …ImageScaleBicubic(gdImagePtr src_img, const unsigned int new_width, const unsigned int new_height);
887 …tr gdImageScale(const gdImagePtr src, const unsigned int new_width, const unsigned int new_height);
H A Dgd_interpolation.c1091 for (i=0; i<new_height; i++) { in gdImageScaleNearestNeighbour()
1125 long _height = MAX(1, new_height); in gdImageScaleBilinearPalette()
1227 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC()
1359 for (i=0; i < new_height; i++) { in gdImageScaleBicubicFixed()
1617 int new_height, new_width; in gdImageRotateNearestNeighbour() local
1621 new_height = bbox.height; in gdImageRotateNearestNeighbour()
1673 int new_width, new_height; in gdImageRotateGeneric() local
1689 new_height = bbox.height; in gdImageRotateGeneric()
1746 new_height = bbox.height; in gdImageRotateBilinear()
1864 new_height = bbox.height; in gdImageRotateBicubicFixed()
[all …]
/php-src/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt40 $new_height = $height * $percent;
43 $image_sml = imagecreatetruecolor($new_width, $new_height);
44 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height);

Completed in 48 milliseconds