Home | History | Annotate | Download | only in core

Lines Matching refs:deviceRgn

489         @param deviceRgn    The region to apply to the current clip
492 void clipRegion(const SkRegion& deviceRgn,
498 @param deviceRgn The region to copy into the current clip.
500 void setClipRegion(const SkRegion& deviceRgn) {
501 this->clipRegion(deviceRgn, SkRegion::kReplace_Op);
1229 virtual void onClipRegion(const SkRegion& deviceRgn, SkRegion::Op op);