Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c1465 const int src_h = gdImageSY(src); in gdImageScaleBicubicFixed() local
1567 if ((m >= src_h - 1) || (n < 1)) { in gdImageScaleBicubicFixed()
1594 if ((m >= src_h - 2) || (n < 1)) { in gdImageScaleBicubicFixed()
1743 const int src_h = gdImageSY(src); in gdImageRotateNearestNeighbour() local
1801 const int src_h = gdImageSY(src); in gdImageRotateGeneric() local
1914 if (m < src_h-1) { in gdImageRotateBilinear()
1983 const int src_h = gdImageSY(src); in gdImageRotateBicubicFixed() local
2085 if ((m >= src_h-1) || (n < 1)) { in gdImageRotateBicubicFixed()
2093 if (m >= src_h-1) { in gdImageRotateBicubicFixed()
2117 if ((m >= src_h-2) || (n < 1)) { in gdImageRotateBicubicFixed()
[all …]
/PHP-7.1/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt11 …, int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
/PHP-7.1/ext/gd/
H A Dgd.c262 ZEND_ARG_INFO(0, src_h)
643 ZEND_ARG_INFO(0, src_h)
654 ZEND_ARG_INFO(0, src_h)
666 ZEND_ARG_INFO(0, src_h)
680 ZEND_ARG_INFO(0, src_h)

Completed in 22 milliseconds