Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c1179 for (i=0; i<new_height; i++) { in gdImageScaleNearestNeighbour()
1261 long _height = MAX(1, new_height); in gdImageScaleBilinearPalette()
1363 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC()
1497 for (i=0; i < new_height; i++) { in gdImageScaleBicubicFixed()
1755 int new_height, new_width; in gdImageRotateNearestNeighbour() local
1759 new_height = bbox.height; in gdImageRotateNearestNeighbour()
1812 int new_width, new_height; in gdImageRotateGeneric() local
1828 new_height = bbox.height; in gdImageRotateGeneric()
1886 new_height = bbox.height; in gdImageRotateBilinear()
2004 new_height = bbox.height; in gdImageRotateBicubicFixed()
[all …]
H A Dgd.h840 …r gdImageScaleBilinear(gdImagePtr im, const unsigned int new_width, const unsigned int new_height);
841 …ImageScaleBicubic(gdImagePtr src_img, const unsigned int new_width, const unsigned int new_height);
845 …tr gdImageScale(const gdImagePtr src, const unsigned int new_width, const unsigned int new_height);
/PHP-7.0/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt43 $new_height = $height * $percent;
46 $image_sml = imagecreatetruecolor($new_width, $new_height);
47 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
/PHP-7.0/ext/gd/
H A Dgd.c802 ZEND_ARG_INFO(0, new_height)
4699 int new_width, new_height; in PHP_FUNCTION() local
4728 new_height = tmp_h; in PHP_FUNCTION()
4733 im_scaled = gdImageScale(im, new_width, new_height); in PHP_FUNCTION()

Completed in 31 milliseconds