Home
last modified time | relevance | path

Searched refs:kAppend_AddPathMode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
DSkPath.h708 kAppend_AddPathMode, enumerator
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);
/external/skia/include/core/
DSkPath.h708 kAppend_AddPathMode, enumerator
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);
/external/skia/tests/
DPathTest.cpp3133 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()
3510 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DPathTest.cpp3133 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()
3510 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()