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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h708 kAppend_AddPathMode, enumerator in enum:SkPath::AddPathMode
724 AddPathMode mode = kAppend_AddPathMode);
728 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) { argument
739 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
/external/skia/include/core/
H A DSkPath.h708 kAppend_AddPathMode, enumerator in enum:SkPath::AddPathMode
724 AddPathMode mode = kAppend_AddPathMode);
728 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) { argument
739 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);

Completed in 197 milliseconds