HomeSort by relevance Sort by last modified time
    Searched refs:fDstY (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkLatticeIter.cpp 160 fDstY.reset(yCount + 2);
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
219 fDstY.reset(4);
236 fDstY[0] = dst.fTop;
237 fDstY[1] = dst.fTop + SkIntToScalar(c.fTop);
238 fDstY[2] = dst.fBottom - SkIntToScalar(h - c.fBottom);
239 fDstY[3] = dst.fBottom;
246 if (fDstY[1] > fDstY[2]) {
247 fDstY[1] = fDstY[0] + (fDstY[3] - fDstY[0]) * c.fTop / (h - c.height())
    [all...]
SkLatticeIter.h 67 SkTArray<SkScalar> fDstY;
  /external/skqp/src/core/
SkLatticeIter.cpp 161 fDstY.reset(yCount + 2);
162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
220 fDstY.reset(4);
237 fDstY[0] = dst.fTop;
238 fDstY[1] = dst.fTop + SkIntToScalar(c.fTop);
239 fDstY[2] = dst.fBottom - SkIntToScalar(h - c.fBottom);
240 fDstY[3] = dst.fBottom;
247 if (fDstY[1] > fDstY[2]) {
248 fDstY[1] = fDstY[0] + (fDstY[3] - fDstY[0]) * c.fTop / (h - c.height())
    [all...]
SkLatticeIter.h 56 SkTArray<SkScalar> fDstY;

Completed in 158 milliseconds