Searched refs:src_h (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1385 const int src_h = gdImageSY(src); in gdImageScaleBicubicFixed() local 1487 if ((m >= src_h - 1) || (n < 1)) { in gdImageScaleBicubicFixed() 1514 if ((m >= src_h - 2) || (n < 1)) { in gdImageScaleBicubicFixed() 1663 const int src_h = gdImageSY(src); in gdImageRotateNearestNeighbour() local 1721 const int src_h = gdImageSY(src); in gdImageRotateGeneric() local 1834 if (m < src_h-1) { in gdImageRotateBilinear() 1903 const int src_h = gdImageSY(src); in gdImageRotateBicubicFixed() local 2005 if ((m >= src_h-1) || (n < 1)) { in gdImageRotateBicubicFixed() 2013 if (m >= src_h-1) { in gdImageRotateBicubicFixed() 2037 if ((m >= src_h-2) || (n < 1)) { in gdImageRotateBicubicFixed() [all …]
|
/PHP-7.2/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 10 …, int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 260 ZEND_ARG_INFO(0, src_h) 662 ZEND_ARG_INFO(0, src_h) 673 ZEND_ARG_INFO(0, src_h) 685 ZEND_ARG_INFO(0, src_h) 699 ZEND_ARG_INFO(0, src_h)
|
Completed in 23 milliseconds