Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/tests/
H A Dgh8848.phpt26 imagecopyresized(): Argument #7 ($dst_width) must be greater than 0
/PHP-8.3/ext/gd/libgd/
H A Dgd_interpolation.c932 …(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int ro… in _gdScaleRow() argument
938 for (x = 0; x < dst_width; x++) { in _gdScaleRow()
956 … int src_width, unsigned int src_height, gdImagePtr pDst, unsigned int dst_width, unsigned int ds… in _gdScaleHoriz() argument
962 if (dst_width == src_width) { in _gdScaleHoriz()
969 …contrib = _gdContributionsCalc(dst_width, src_width, (double)dst_width / (double)src_width, pSrc->… in _gdScaleHoriz()
975 _gdScaleRow(pSrc, src_width, pDst, dst_width, u, contrib); in _gdScaleHoriz()
981 …gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned int dst_width, unsigned int ds… in _gdScaleCol() argument
1003 …onst unsigned int src_height, const gdImagePtr pDst, const unsigned int dst_width, const unsigned … in _gdScaleVert() argument
1021 for (u = 0; u < dst_width; u++) { in _gdScaleVert()
1022 _gdScaleCol(pSrc, src_width, pDst, dst_width, dst_height, u, contrib); in _gdScaleVert()
/PHP-8.3/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 29 milliseconds