HomeSort by relevance Sort by last modified time
    Searched defs:kAppend_AddPathMode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPath.h 708 kAppend_AddPathMode,
724 AddPathMode mode = kAppend_AddPathMode);
728 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
739 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
    [all...]
  /external/skia/include/core/
SkPath.h 708 kAppend_AddPathMode,
724 AddPathMode mode = kAppend_AddPathMode);
728 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
739 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
    [all...]

Completed in 916 milliseconds