Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/ext/gd/libgd/
H A Dgd_interpolation.c1362 long dst_w = MAX(1, new_width); in gdImageScaleBilinearTC() local
1364 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC()
1388 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()
/PHP-7.0/ext/gd/
H A Dgd.c259 ZEND_ARG_INFO(0, dst_w)
677 ZEND_ARG_INFO(0, dst_w)

Completed in 25 milliseconds