Home
last modified time | relevance | path

Searched refs:src_h (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c1338 const int src_h = gdImageSY(src); in gdImageScaleBicubicFixed() local
1440 if ((m >= src_h - 1) || (n < 1)) { in gdImageScaleBicubicFixed()
1467 if ((m >= src_h - 2) || (n < 1)) { in gdImageScaleBicubicFixed()
1616 const int src_h = gdImageSY(src); in gdImageRotateNearestNeighbour() local
1673 const int src_h = gdImageSY(src); in gdImageRotateGeneric() local
1785 if (m < src_h-1) { in gdImageRotateBilinear()
1854 const int src_h = gdImageSY(src); in gdImageRotateBicubicFixed() local
1956 if ((m >= src_h-1) || (n < 1)) { in gdImageRotateBicubicFixed()
1964 if (m >= src_h-1) { in gdImageRotateBicubicFixed()
1988 if ((m >= src_h-2) || (n < 1)) { in gdImageRotateBicubicFixed()
[all …]
/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt10 …, int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
/PHP-7.4/ext/gd/
H A Dgd.c267 ZEND_ARG_INFO(0, src_h)
675 ZEND_ARG_INFO(0, src_h)
686 ZEND_ARG_INFO(0, src_h)
698 ZEND_ARG_INFO(0, src_h)
712 ZEND_ARG_INFO(0, src_h)

Completed in 26 milliseconds