Home
last modified time | relevance | path

Searched refs:dst_y (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt11 …mpled ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , i…
/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c82 unsigned int dst_y = 0; in gdImageCrop() local
85 memcpy(dst->tpixels[dst_y++], src->tpixels[y++] + crop->x, crop->width * 4); in gdImageCrop()
H A Dgd_interpolation.c2347 int dst_x, int dst_y, in gdTransformAffineCopy() argument
2414 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy()
2420 if ((dst_y + y) < 0 || ((dst_y + y) > gdImageSY(dst) -1)) { in gdTransformAffineCopy()
2423 dst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
H A Dgd.h878 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
/PHP-5.5/ext/gd/
H A Dgd.c251 ZEND_ARG_INFO(0, dst_y)
631 ZEND_ARG_INFO(0, dst_y)
642 ZEND_ARG_INFO(0, dst_y)
654 ZEND_ARG_INFO(0, dst_y)
666 ZEND_ARG_INFO(0, dst_y)

Completed in 44 milliseconds