Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt11 …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 Dgd_interpolation.c1363 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 Dgd.c260 ZEND_ARG_INFO(0, dst_h)
678 ZEND_ARG_INFO(0, dst_h)

Completed in 31 milliseconds