Searched refs:xCount (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkLatticeIter.cpp | 131 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 D | SkRecords.h | 249 int xCount;
|
H A D | SkRecordDraw.cpp | 121 lattice.fXCount = r.xCount; in draw()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 128 milliseconds