Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.stub.php521 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 Dgd_interpolation.c2294 int dst_x, int dst_y, in gdTransformAffineCopy()

Completed in 20 milliseconds