Searched refs:dst_x (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/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… argument 708 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument 710 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument 712 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument 714 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… argument
|
H A D | gd_arginfo.h | 99 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0) 438 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0) 449 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0)
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2324 int dst_x, int dst_y, in gdTransformAffineCopy() argument 2391 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy() 2404 tdst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy() 2406 dst_p = dst->pixels[dst_y + y] + dst_x; in gdTransformAffineCopy() 2413 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
|
H A D | gd.h | 918 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
|
Completed in 18 milliseconds