Home
last modified time | relevance | path

Searched defs:dst_x (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/gd/
H A Dgd.stub.php45 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int …
204 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,…
206 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
208 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_…
/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c2295 int dst_x, int dst_y, in gdTransformAffineCopy()

Completed in 14 milliseconds