Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.stub.php521 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
708 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int …
710 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,…
712 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
714 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_…
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c2284 int dst_x, int dst_y, in gdTransformAffineCopy()

Completed in 58 milliseconds