Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dgh8848.phpt28 imagecopyresized(): Argument #7 ($dst_width) must be greater than 0
/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c933 …(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int ro… in _gdScaleRow() argument
939 for (x = 0; x < dst_width; x++) { in _gdScaleRow()
957 … int src_width, unsigned int src_height, gdImagePtr pDst, unsigned int dst_width, unsigned int ds… in _gdScaleHoriz() argument
963 if (dst_width == src_width) { in _gdScaleHoriz()
970 …contrib = _gdContributionsCalc(dst_width, src_width, (double)dst_width / (double)src_width, pSrc->… in _gdScaleHoriz()
976 _gdScaleRow(pSrc, src_width, pDst, dst_width, u, contrib); in _gdScaleHoriz()
982 …gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned int dst_width, unsigned int ds… in _gdScaleCol() argument
1004 …onst unsigned int src_height, const gdImagePtr pDst, const unsigned int dst_width, const unsigned … in _gdScaleVert() argument
1022 for (u = 0; u < dst_width; u++) { in _gdScaleVert()
1023 _gdScaleCol(pSrc, src_width, pDst, dst_width, dst_height, u, contrib); in _gdScaleVert()
/PHP-8.0/ext/gd/
H A Dgd.stub.php45 …dImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height… argument
208 …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 21 milliseconds