Home
last modified time | relevance | path

Searched refs:currRect (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp139 const SkRect& currRect = rects[spriteIndex]; in DrawAtlasOpImpl() local
140 xforms[spriteIndex].toTriStrip(currRect.width(), currRect.height(), strip); in DrawAtlasOpImpl()
163 SkPoint::Make(currRect.fLeft, currRect.fTop); in DrawAtlasOpImpl()
169 SkPoint::Make(currRect.fLeft, currRect.fBottom); in DrawAtlasOpImpl()
175 SkPoint::Make(currRect.fRight, currRect.fTop); in DrawAtlasOpImpl()
181 SkPoint::Make(currRect.fRight, currRect.fBottom); in DrawAtlasOpImpl()
/third_party/skia/src/core/
DSkLatticeIter.cpp257 int currRect = fCurrX + fCurrY * (fSrcX.count() - 1); in next() local
258 if (currRect == fNumRectsInLattice) { in next()
273 && SkToBool(SkCanvas::Lattice::kTransparent == fRectTypes[currRect])) { in next()
281 && SkToBool(SkCanvas::Lattice::kFixedColor == fRectTypes[currRect]); in next()
283 *fixedColor = fColors[currRect]; in next()