Searched refs:dst_height (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | gh8848.phpt | 27 imagecopyresized(): Argument #8 ($dst_height) must be greater than 0
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_interpolation.c | 984 …_width, unsigned int src_height, gdImagePtr pDst, unsigned int dst_width, unsigned int dst_height) in _gdScaleHoriz() argument 1002 for (u = 0; u < dst_height; u++) { in _gdScaleHoriz() 1009 …d int src_width, gdImagePtr pRes, unsigned int dst_width, unsigned int dst_height, unsigned int uC… in _gdScaleCol() argument 1012 for (y = 0; y < dst_height; y++) { in _gdScaleCol() 1033 …int src_height, const gdImagePtr pDst, const unsigned int dst_width, const unsigned int dst_height) in _gdScaleVert() argument 1039 if (src_height == dst_height) { in _gdScaleVert() 1046 …contrib = _gdContributionsCalc(dst_height, src_height, (double)(dst_height) / (double)(src_height)… 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 …, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width,… argument 714 …, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width,… argument
|
H A D | gd_arginfo.h | 104 ZEND_ARG_TYPE_INFO(0, dst_height, IS_LONG, 0)
|
Completed in 16 milliseconds