Lines Matching refs:SkRegion
70 SkRegion convertToRegion(const SkRegion& clip) const;
95 const mat4* transform, SkRegion::Op op = SkRegion::kIntersect_Op);
97 SkRegion::Op op = SkRegion::kIntersect_Op);
98 bool clipRegion(const SkRegion& region, SkRegion::Op op = SkRegion::kIntersect_Op);
100 SkRegion::Op op);
106 const SkRegion& getClipRegion() const { in getClipRegion()
128 bool rectangleModeClipRectWithTransform(const Rect& r, const mat4* transform, SkRegion::Op op);
130 float bottom, const mat4* transform, SkRegion::Op op);
134 float right, float bottom, const mat4* transform, SkRegion::Op op);
136 const mat4* transform, SkRegion::Op op);
142 SkRegion::Op op);
144 float bottom, const mat4* transform, SkRegion::Op op);
149 SkRegion::Op op);
151 SkRegion createViewportRegion() { in createViewportRegion()
152 return SkRegion(mViewportBounds.toSkIRect()); in createViewportRegion()
155 void regionFromPath(const SkPath& path, SkRegion& pathAsRegion) { in regionFromPath()
170 SkRegion mClipRegion;