Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1333 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC() local
1335 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC()
1351 for (i=0; i < dst_h; i++) { in gdImageScaleBilinearTC()
/PHP-5.5/ext/gd/
H A Dgd.c255 ZEND_ARG_INFO(0, dst_h)
670 ZEND_ARG_INFO(0, dst_h)

Completed in 28 milliseconds