Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLatticeIter.cpp161 fDstY.reset(yCount + 2); in SkLatticeIter()
162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter()
214 fDstY.reset(4); in SkLatticeIter()
231 fDstY[0] = dst.fTop; in SkLatticeIter()
232 fDstY[1] = dst.fTop + SkIntToScalar(c.fTop); in SkLatticeIter()
233 fDstY[2] = dst.fBottom - SkIntToScalar(h - c.fBottom); in SkLatticeIter()
234 fDstY[3] = dst.fBottom; in SkLatticeIter()
241 if (fDstY[1] > fDstY[2]) { in SkLatticeIter()
242 fDstY[1] = fDstY[0] + (fDstY[3] - fDstY[0]) * c.fTop / (h - c.height()); in SkLatticeIter()
243 fDstY[2] = fDstY[1]; in SkLatticeIter()
[all …]
DSkLatticeIter.h53 SkTArray<SkScalar> fDstY; variable