Home | History | Annotate | Download | only in core

Lines Matching refs:rgn

715 bool SkAAClip::setRegion(const SkRegion& rgn) {
716 if (rgn.isEmpty()) {
719 if (rgn.isRect()) {
720 return this->setRect(rgn.getBounds());
725 SkRegion::Iterator iter(rgn);
732 const SkIRect& bounds = rgn.getBounds();
742 SkRegion::Iterator iter(rgn);