Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkLatticeIter.cpp160 fDstY.reset(yCount + 2); in SkLatticeIter()
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter()
219 fDstY.reset(4); in SkLatticeIter()
236 fDstY[0] = dst.fTop; in SkLatticeIter()
237 fDstY[1] = dst.fTop + SkIntToScalar(c.fTop); in SkLatticeIter()
238 fDstY[2] = dst.fBottom - SkIntToScalar(h - c.fBottom); in SkLatticeIter()
239 fDstY[3] = dst.fBottom; in SkLatticeIter()
246 if (fDstY[1] > fDstY[2]) { in SkLatticeIter()
247 fDstY[1] = fDstY[0] + (fDstY[3] - fDstY[0]) * c.fTop / (h - c.height()); in SkLatticeIter()
248 fDstY[2] = fDstY[1]; in SkLatticeIter()
[all …]
DSkLatticeIter.h67 SkTArray<SkScalar> fDstY; variable
/third_party/flutter/skia/src/core/
DSkLatticeIter.cpp160 fDstY.reset(yCount + 2); in SkLatticeIter()
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter()
219 fDstY.reset(4); in SkLatticeIter()
236 fDstY[0] = dst.fTop; in SkLatticeIter()
237 fDstY[1] = dst.fTop + SkIntToScalar(c.fTop); in SkLatticeIter()
238 fDstY[2] = dst.fBottom - SkIntToScalar(h - c.fBottom); in SkLatticeIter()
239 fDstY[3] = dst.fBottom; in SkLatticeIter()
246 if (fDstY[1] > fDstY[2]) { in SkLatticeIter()
247 fDstY[1] = fDstY[0] + (fDstY[3] - fDstY[0]) * c.fTop / (h - c.height()); in SkLatticeIter()
248 fDstY[2] = fDstY[1]; in SkLatticeIter()
[all …]
DSkLatticeIter.h67 SkTArray<SkScalar> fDstY; variable