Searched refs:currRect (Results 1 – 2 of 2) sorted by relevance
139 const SkRect& currRect = rects[spriteIndex]; in DrawAtlasOpImpl() local140 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()
257 int currRect = fCurrX + fCurrY * (fSrcX.count() - 1); in next() local258 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()