Home
last modified time | relevance | path

Searched defs:src_width (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/gd/
H A Dgd.stub.php58 …int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_heig…
246 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig…
248 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig…
250 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig…
252 …int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_heig…
/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()
956 static inline int _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width, unsigned int src_height, g… in _gdScaleHoriz()
981 static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned… in _gdScaleCol()
1003 static inline int _gdScaleVert (const gdImagePtr pSrc, const unsigned int src_width, const unsigned… in _gdScaleVert()
1028 gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int src_width, const unsigned i… in gdImageScaleTwoPass()

Completed in 15 milliseconds