Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.stub.php521 …int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_heig…
708 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig…
710 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig…
712 … GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_heig…
714 …int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_heig…
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c922 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow()
946 static inline int _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width, unsigned int src_height, g… in _gdScaleHoriz()
971 static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width, gdImagePtr pRes, unsigned… in _gdScaleCol()
993 static inline int _gdScaleVert (const gdImagePtr pSrc, const unsigned int src_width, const unsigned… in _gdScaleVert()
1018 gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int src_width, const unsigned i… in gdImageScaleTwoPass()

Completed in 18 milliseconds