Searched refs:dst_x (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 45 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument 202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument 204 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument 206 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument 208 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) 424 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0) 435 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0)
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2295 int dst_x, int dst_y, in gdTransformAffineCopy() argument 2362 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy() 2375 tdst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy() 2377 dst_p = dst->pixels[dst_y + y] + dst_x; in gdTransformAffineCopy() 2384 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
|
H A D | gd.h | 895 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
|
Completed in 23 milliseconds