Lines Matching refs:path
60 //!< This element combines a device space path with the current clip.
84 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) {
85 this->initPath(0, path, m, op, doAA);
107 //!< Call if getDeviceSpaceType() is kPath to get the path.
140 //!< Call to get the element as a path, regardless of its type.
141 void asDeviceSpacePath(SkPath* path) const;
158 stack not to the element itself. That is the same clip path in different stacks will
164 * Gets the bounds of the clip element, either the rect or path bounds. (Whether the shape
257 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) {
258 this->initPath(saveCount, path, m, op, doAA);