Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt10 …nt $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , i…
/PHP-7.3/ext/gd/libgd/
H A Dgd_interpolation.c1281 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC() local
1283 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC()
1303 for (i=0; i < dst_h; i++) { in gdImageScaleBilinearTC()
/PHP-7.3/ext/gd/
H A Dgd.c255 ZEND_ARG_INFO(0, dst_h)
694 ZEND_ARG_INFO(0, dst_h)

Completed in 25 milliseconds