Home
last modified time | relevance | path

Searched refs:AddPathMode (Results 1 – 5 of 5) sorted by relevance

/external/skia/fuzz/
DFuzzCommon.cpp171 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
179 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
/external/skia/include/core/
DSkPath.h1246 enum AddPathMode { enum
1264 AddPathMode mode = kAppend_AddPathMode);
1276 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1295 AddPathMode mode = kAppend_AddPathMode);
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2413 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode);
2417 SkPath& addPath(const SkPath& src, SkScalar dx, SkScalar dy, AddPathMode mode = kAppend_AddPathMode…
2421 SkPath& addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
2539 enum AddPathMode { kAppend_AddPathMode, kExtend_AddPathMode, };
/external/skia/src/core/
DSkPath.cpp1367 SkPath& SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy, AddPathMode mode) { in addPath()
1374 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath()
/external/skia/tests/
DPathTest.cpp4026 static void test_addEmptyPath(skiatest::Reporter* reporter, SkPath::AddPathMode mode) { in test_addEmptyPath()