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

  /external/skia/src/core/
SkLatticeIter.cpp 159 fSrcY.reset(yCount + 2);
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
217 fSrcY.reset(4);
226 fSrcY[0] = 0;
227 fSrcY[1] = SkIntToScalar(c.fTop);
228 fSrcY[2] = SkIntToScalar(c.fBottom);
229 fSrcY[3] = SkIntToScalar(h);
265 SkASSERT(y >= 0 && y < fSrcY.count() - 1);
277 src->set(fSrcX[x], fSrcY[y], fSrcX[x + 1], fSrcY[y + 1])
    [all...]
SkLatticeIter.h 65 SkTArray<int> fSrcY;
  /external/skqp/src/core/
SkLatticeIter.cpp 160 fSrcY.reset(yCount + 2);
162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
218 fSrcY.reset(4);
227 fSrcY[0] = 0;
228 fSrcY[1] = SkIntToScalar(c.fTop);
229 fSrcY[2] = SkIntToScalar(c.fBottom);
230 fSrcY[3] = SkIntToScalar(h);
266 SkASSERT(y >= 0 && y < fSrcY.count() - 1);
278 src->set(fSrcX[x], fSrcY[y], fSrcX[x + 1], fSrcY[y + 1])
    [all...]
SkLatticeIter.h 54 SkTArray<SkScalar> fSrcY;

Completed in 49 milliseconds