Searched defs:src_width (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 45 …int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_heig… 202 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig… 204 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig… 206 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig… 208 …int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_heig…
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 933 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow() 957 static inline int _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width, unsigned int src_height, g… in _gdScaleHoriz() 982 static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned… in _gdScaleCol() 1004 static inline int _gdScaleVert (const gdImagePtr pSrc, const unsigned int src_width, const unsigned… in _gdScaleVert() 1029 gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int src_width, const unsigned i… in gdImageScaleTwoPass()
|
Completed in 30 milliseconds