Searched defs:dst_y (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/gd/ |
H A D | gd.stub.php | 521 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… 709 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … 711 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… 713 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… 715 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_…
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2324 int dst_x, int dst_y, in gdTransformAffineCopy()
|
Completed in 15 milliseconds