Searched refs:dst_width (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | gh8848.phpt | 26 imagecopyresized(): Argument #7 ($dst_width) must be greater than 0
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_interpolation.c | 958 …(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int ro… in _gdScaleRow() argument 964 for (x = 0; x < dst_width; x++) { in _gdScaleRow() 984 … int src_width, unsigned int src_height, gdImagePtr pDst, unsigned int dst_width, unsigned int ds… in _gdScaleHoriz() argument 990 if (dst_width == src_width) { in _gdScaleHoriz() 997 …contrib = _gdContributionsCalc(dst_width, src_width, (double)dst_width / (double)src_width, pSrc->… in _gdScaleHoriz() 1003 _gdScaleRow(pSrc, src_width, pDst, dst_width, u, contrib); in _gdScaleHoriz() 1009 …gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned int dst_width, unsigned int ds… in _gdScaleCol() argument 1033 …onst unsigned int src_height, const gdImagePtr pDst, const unsigned int dst_width, const unsigned … in _gdScaleVert() argument 1051 for (u = 0; u < dst_width; u++) { in _gdScaleVert() 1052 _gdScaleCol(pSrc, src_width, pDst, dst_width, dst_height, u, contrib); in _gdScaleVert()
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 521 …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 D | gd_arginfo.h | 103 ZEND_ARG_TYPE_INFO(0, dst_width, IS_LONG, 0)
|
Completed in 17 milliseconds