Lines Matching refs:clip
17 SkRegion describes the set of pixels used to clip SkCanvas. SkRegion is compact,
19 of rectangles. SkRegion may reduce the current SkCanvas clip, or may be drawn as
232 /** Constructs SkRegion to match outline of path within clip.
235 Constructed SkRegion draws the same pixels as path through clip when
239 @param clip SkRegion containing path
244 bool setPath(const SkPath& path, const SkRegion& clip);
511 up SkRegion intersected with the specified clip rectangle.
516 /** Sets SkRegion::Cliperator to return elements of SkIRect array in SkRegion within clip.
519 @param clip bounds of iteration
524 Cliperator(const SkRegion& region, const SkIRect& clip);
532 /** Advances iterator to next SkIRect in SkRegion contained by clip.
538 /** Returns SkIRect element in SkRegion, intersected with clip passed to
542 @return part of SkRegion inside clip as SkIRect