Home
last modified time | relevance | path

Searched refs:xCount (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkLatticeIter.cpp131 int xCount = origXCount; in SkLatticeIter() local
133 bool xIsScalable = (xCount > 0 && src.fLeft == xDivs[0]); in SkLatticeIter()
138 xCount--; in SkLatticeIter()
149 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter()
154 fSrcX.reset(xCount + 2); in SkLatticeIter()
155 fDstX.reset(xCount + 2); in SkLatticeIter()
156 set_points(fDstX.begin(), fSrcX.begin(), xDivs, xCount, xCountFixed, xCountScalable, in SkLatticeIter()
165 fNumRectsInLattice = (xCount + 1) * (yCount + 1); in SkLatticeIter()
176 bool hasPadCol = (xCount != origXCount); in SkLatticeIter()
H A DSkRecords.h249 int xCount;
H A DSkRecordDraw.cpp121 lattice.fXCount = r.xCount; in draw()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 128 milliseconds