Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDrawAtlasOp.cpp63 const SkRect& currRect = rects[spriteIndex]; in GrDrawAtlasOp() local
64 xforms[spriteIndex].toTriStrip(currRect.width(), currRect.height(), strip); in GrDrawAtlasOp()
86 SkPoint::Make(currRect.fLeft, currRect.fTop); in GrDrawAtlasOp()
92 SkPoint::Make(currRect.fLeft, currRect.fBottom); in GrDrawAtlasOp()
98 SkPoint::Make(currRect.fRight, currRect.fTop); in GrDrawAtlasOp()
104 SkPoint::Make(currRect.fRight, currRect.fBottom); in GrDrawAtlasOp()
/external/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp124 const SkRect& currRect = rects[spriteIndex]; in DrawAtlasOp() local
125 xforms[spriteIndex].toTriStrip(currRect.width(), currRect.height(), strip); in DrawAtlasOp()
147 SkPoint::Make(currRect.fLeft, currRect.fTop); in DrawAtlasOp()
153 SkPoint::Make(currRect.fLeft, currRect.fBottom); in DrawAtlasOp()
159 SkPoint::Make(currRect.fRight, currRect.fTop); in DrawAtlasOp()
165 SkPoint::Make(currRect.fRight, currRect.fBottom); in DrawAtlasOp()
/external/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()
/external/skqp/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()