Searched refs:dst_w (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 10 …src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , i…
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1280 long dst_w = MAX(1, new_width); in gdImageScaleBilinearTC() local 1282 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC() 1306 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 254 ZEND_ARG_INFO(0, dst_w) 693 ZEND_ARG_INFO(0, dst_w)
|
Completed in 20 milliseconds