Home
last modified time | relevance | path

Searched refs:dst_width (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/gd/tests/
H A Dgh8848.phpt26 imagecopyresized(): Argument #7 ($dst_width) must be greater than 0
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c922 …(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int ro… in _gdScaleRow() argument
928 for (x = 0; x < dst_width; x++) { in _gdScaleRow()
946 … int src_width, unsigned int src_height, gdImagePtr pDst, unsigned int dst_width, unsigned int ds… in _gdScaleHoriz() argument
952 if (dst_width == src_width) { in _gdScaleHoriz()
959 …contrib = _gdContributionsCalc(dst_width, src_width, (double)dst_width / (double)src_width, pSrc->… in _gdScaleHoriz()
965 _gdScaleRow(pSrc, src_width, pDst, dst_width, u, contrib); in _gdScaleHoriz()
971 …gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned int dst_width, unsigned int ds… in _gdScaleCol() argument
993 …onst unsigned int src_height, const gdImagePtr pDst, const unsigned int dst_width, const unsigned … in _gdScaleVert() argument
1011 for (u = 0; u < dst_width; u++) { in _gdScaleVert()
1012 _gdScaleCol(pSrc, src_width, pDst, dst_width, dst_height, u, contrib); in _gdScaleVert()
/php-src/ext/gd/
H A Dgd.stub.php521 …dImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height… argument
714 …dImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height… argument
H A Dgd_arginfo.h103 ZEND_ARG_TYPE_INFO(0, dst_width, IS_LONG, 0)

Completed in 34 milliseconds