Searched refs:dst_h (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 11 …nt $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , i…
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1363 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC() local 1365 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() 1385 for (i=0; i < dst_h; i++) { in gdImageScaleBilinearTC()
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 260 ZEND_ARG_INFO(0, dst_h) 678 ZEND_ARG_INFO(0, dst_h)
|
Completed in 21 milliseconds