Home | History | Annotate | Download | only in graphics

Lines Matching defs:Path

69 class PLATFORM_EXPORT Path {
72 Path();
73 ~Path();
75 Path(const Path&);
76 Path& operator=(const Path&);
77 bool operator==(const Path&) const;
89 // Helper for computing a sequence of positions and normals (normal angles) on a path.
94 // state-less method on Path.
98 explicit PositionCalculator(const Path&);
110 // Gets the current point of the current path, which is conceptually the final point reached by the path so far.
111 // Note the Path can be empty (isEmpty() == true) and still have a current point.
134 void addPath(const Path&, const AffineTransform&);
146 // Updates the path to the union (inclusive-or) of itself with the given argument.
147 bool unionPath(const Path& other);