HomeSort by relevance Sort by last modified time
    Searched refs:fDstY (Results 1 - 2 of 2) 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,
213 fDstY.reset(4);
230 fDstY[0] = dst.fTop;
231 fDstY[1] = dst.fTop + SkIntToScalar(c.fTop);
232 fDstY[2] = dst.fBottom - SkIntToScalar(h - c.fBottom);
233 fDstY[3] = dst.fBottom;
240 if (fDstY[1] > fDstY[2]) {
241 fDstY[1] = fDstY[0] + (fDstY[3] - fDstY[0]) * c.fTop / (h - c.height())
    [all...]
SkLatticeIter.h 53 SkTArray<SkScalar> fDstY;

Completed in 151 milliseconds