Home
last modified time | relevance | path

Searched refs:xCount (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/core/
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()
DSkRecords.h248 int xCount;
DSkRecordDraw.cpp110 lattice.fXCount = r.xCount; in draw()
/third_party/skia/src/core/
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()
DSkRecords.h249 int xCount;
DSkRecordDraw.cpp121 lattice.fXCount = r.xCount; in draw()
/third_party/flutter/skia/bench/
DDrawLatticeBench.cpp16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench() argument
22 fLattice.fXCount = xCount; in DrawLatticeBench()
/third_party/sqlite/src/
Dsqlite3.c209163 int (*xCount)(void*);
209654 assert( pTab->nCol==pSession->hook.xCount(pSession->hook.pCtx) );
210315 return p->hook.xCount(p->hook.pCtx);
210445 if( pTab->nCol!=pSession->hook.xCount(pSession->hook.pCtx) ){
210462 pSession->hook.xCount = sessionStat1Count;
210678 pSession->hook.xCount = sessionPreupdateCount;
210720 pSession->hook.xCount = sessionDiffCount;