Searched refs:dst_height (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 953 …_width, unsigned int src_height, gdImagePtr pDst, unsigned int dst_width, unsigned int dst_height) in _gdScaleHoriz() argument 971 for (u = 0; u < dst_height - 1; u++) { in _gdScaleHoriz() 978 …d int src_width, gdImagePtr pRes, unsigned int dst_width, unsigned int dst_height, unsigned int uC… in _gdScaleCol() argument 981 for (y = 0; y < dst_height - 1; y++) { in _gdScaleCol() 1001 …int src_height, const gdImagePtr pDst, const unsigned int dst_width, const unsigned int dst_height) in _gdScaleVert() argument 1007 if (src_height == dst_height) { in _gdScaleVert() 1014 …contrib = _gdContributionsCalc(dst_height, src_height, (double)(dst_height) / (double)(src_height)… in _gdScaleVert() 1020 _gdScaleCol(pSrc, src_width, pDst, dst_width, dst_height, u, contrib); in _gdScaleVert()
|
Completed in 14 milliseconds