Home | History | Annotate | Download | only in core

Lines Matching defs:rr

1228             SkRect rr;
1229 rr.set(0, 0, SkIntToScalar(bitmap.width()),
1231 c.drawRect(rr, install.paintWithShader());
2645 SkIRect rr;
2646 return rr.intersect(fClip->getBounds(), r) && this->onIRect(rr);
2652 SkIRect rr;
2653 if (!rr.intersect(fClip->getBounds(), r)) {
2662 return this->onIRectGlyph(rr, rec);