Lines Matching refs:path
173 /** Appends outline of SkRegion to path.
174 Returns true if SkRegion is not empty; otherwise, returns false, and leaves path
177 @param path SkPath to append to
178 @return true if path changed
182 bool getBoundaryPath(SkPath* path) const;
232 /** Constructs SkRegion to match outline of path within clip.
235 Constructed SkRegion draws the same pixels as path through clip when
238 @param path SkPath providing outline
239 @param clip SkRegion containing path
244 bool setPath(const SkPath& path, const SkRegion& clip);