Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLatticeIter.cpp132 int xCount = origXCount; in SkLatticeIter() local
134 bool xIsScalable = (xCount > 0 && src.fLeft == xDivs[0]); in SkLatticeIter()
139 xCount--; in SkLatticeIter()
150 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter()
155 fSrcX.reset(xCount + 2); in SkLatticeIter()
156 fDstX.reset(xCount + 2); in SkLatticeIter()
157 set_points(fDstX.begin(), fSrcX.begin(), xDivs, xCount, xCountFixed, xCountScalable, in SkLatticeIter()
166 fNumRectsInLattice = (xCount + 1) * (yCount + 1); in SkLatticeIter()
175 bool hasPadCol = (xCount != origXCount); in SkLatticeIter()
DSkPicturePlayback.cpp519 size_t xCount = reader->readInt(); in handleOp() local
521 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); in handleOp()
532 size_t xCount = reader->readInt(); in handleOp() local
533 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); in handleOp()
DSkRecords.h252 int xCount;
DSkRecordDraw.cpp99 lattice.fXCount = r.xCount; in draw()
/external/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()
/external/sqlite/dist/orig/
Dsqlite3.c174956 int (*xCount)(void*);
175383 assert( pTab->nCol==pSession->hook.xCount(pSession->hook.pCtx) );
175991 if( pTab->nCol!=pSession->hook.xCount(pSession->hook.pCtx) ){
176193 pSession->hook.xCount = sessionPreupdateCount;
176235 pSession->hook.xCount = sessionDiffCount;
/external/sqlite/dist/
Dsqlite3.c174969 int (*xCount)(void*);
175396 assert( pTab->nCol==pSession->hook.xCount(pSession->hook.pCtx) );
176004 if( pTab->nCol!=pSession->hook.xCount(pSession->hook.pCtx) ){
176206 pSession->hook.xCount = sessionPreupdateCount;
176248 pSession->hook.xCount = sessionDiffCount;