Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt11 …src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , i…
/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1352 long dst_w = MAX(1, new_width); in gdImageScaleBilinearTC() local
1354 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC()
1378 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()
/PHP-5.6/ext/gd/
H A Dgd.c265 ZEND_ARG_INFO(0, dst_w)
680 ZEND_ARG_INFO(0, dst_w)

Completed in 25 milliseconds