Searched refs:dst_h (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 10 …nt $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , i…
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1283 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC() local 1285 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC() 1305 for (i=0; i < dst_h; i++) { in gdImageScaleBilinearTC()
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 258 ZEND_ARG_INFO(0, dst_h) 697 ZEND_ARG_INFO(0, dst_h)
|
Completed in 39 milliseconds