Home | History | Annotate | Download | only in core

Lines Matching refs:rgn

1106 bool SkCanvas::clipRegion(const SkRegion& rgn, SkRegion::Op op) {
1115 fClipStack.clipDevRect(rgn.getBounds());
1117 return fMCRec->fRasterClip->op(rgn, op);
1147 // now compare against the current rgn
1148 const SkRegion& rgn = this->getTotalClip();
1149 SkASSERT(rgn == tmpClip);