Searched refs:kAppend_AddPathMode (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ |
D | SkPath.h | 708 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/ |
D | SkPath.h | 708 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/ |
D | PathTest.cpp | 3133 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/ |
D | PathTest.cpp | 3133 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode() 3510 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()
|