Searched defs:AddPathMode (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkPath.h1169 /** \enum SkPath::AddPathMode
1170 AddPathMode chooses how addPath() appends. Adding one SkPath to another can extend
1173 enum AddPathMode { enum in class:SkPath
1197 AddPathMode mode = kAppend_AddPathMode);
1208 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1225 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
/external/skqp/include/core/
H A DSkPath.h1211 /** \enum SkPath::AddPathMode
1212 AddPathMode chooses how addPath() appends. Adding one SkPath to another can extend
1215 enum AddPathMode { enum in class:SkPath
1239 AddPathMode mode = kAppend_AddPathMode);
1250 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1267 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);

Completed in 266 milliseconds