Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1015 …_width, unsigned int src_height, gdImagePtr pDst, unsigned int dst_width, unsigned int dst_height) in _gdScaleHoriz() argument
1033 for (u = 0; u < dst_height - 1; u++) { in _gdScaleHoriz()
1039 …d int src_width, gdImagePtr pRes, unsigned int dst_width, unsigned int dst_height, unsigned int uC… in _gdScaleCol() argument
1042 for (y = 0; y < dst_height - 1; y++) { in _gdScaleCol()
1062 …int src_height, const gdImagePtr pDst, const unsigned int dst_width, const unsigned int dst_height) in _gdScaleVert() argument
1068 if (src_height == dst_height) { in _gdScaleVert()
1075 …contrib = _gdContributionsCalc(dst_height, src_height, (double)(dst_height) / (double)(src_height)… in _gdScaleVert()
1081 _gdScaleCol(pSrc, src_width, pDst, dst_width, dst_height, u, contrib); in _gdScaleVert()

Completed in 12 milliseconds