Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dgh8848.phpt28 imagecopyresized(): Argument #9 ($src_width) must be greater than 0
/PHP-8.1/ext/gd/
H A Dgd.stub.php58 …t $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height… argument
246 …dImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height… argument
248 …dImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height… argument
250 …dImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height… argument
252 …t $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height… argument
H A Dgd_arginfo.h105 ZEND_ARG_TYPE_INFO(0, src_width, IS_LONG, 0)
443 ZEND_ARG_TYPE_INFO(0, src_width, IS_LONG, 0)
454 ZEND_ARG_TYPE_INFO(0, src_width, IS_LONG, 0)
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c932 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow() argument
956 static inline int _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width, unsigned int src_height, g… in _gdScaleHoriz() argument
962 if (dst_width == src_width) { in _gdScaleHoriz()
965 memcpy(pDst->tpixels[y], pSrc->tpixels[y], 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 static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned… in _gdScaleCol() argument
1012 memcpy(pDst->tpixels[y], pSrc->tpixels[y], src_width); in _gdScaleVert()
1022 _gdScaleCol(pSrc, src_width, pDst, dst_width, dst_height, u, contrib); in _gdScaleVert()
1028 gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int src_width, const unsigned i… in gdImageScaleTwoPass() argument
[all …]

Completed in 27 milliseconds