Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dgd.stub.php58 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
246 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int …
248 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,…
250 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
252 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_…
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c2294 int dst_x, int dst_y, in gdTransformAffineCopy()

Completed in 14 milliseconds