Searched refs:xCount (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/core/ |
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()
|
D | SkRecords.h | 248 int xCount;
|
D | SkRecordDraw.cpp | 110 lattice.fXCount = r.xCount; in draw()
|
/third_party/skia/src/core/ |
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()
|
D | SkRecords.h | 249 int xCount;
|
D | SkRecordDraw.cpp | 121 lattice.fXCount = r.xCount; in draw()
|
/third_party/flutter/skia/bench/ |
D | DrawLatticeBench.cpp | 16 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/ |
D | sqlite3.c | 209163 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;
|