Lines Matching defs:tileR
590 SkRect tileR;
591 tileR.setLTRB(SkIntToScalar(x * tileSize), SkIntToScalar(y * tileSize),
594 if (!SkRect::Intersects(tileR, clippedSrcRect)) {
598 if (!tileR.intersect(srcRect)) {
603 tileR.roundOut(&iTileR);
606 SkRect rectToDraw = tileR;
637 if (tileR.fLeft <= srcRect.fLeft) {
640 if (tileR.fRight >= srcRect.fRight) {
643 if (tileR.fTop <= srcRect.fTop) {
646 if (tileR.fBottom >= srcRect.fBottom) {
652 tileR.offset(-offset.fX, -offset.fY);
661 tileR,