Searched refs:kAppend_AddPathMode (Results 1 – 7 of 7) sorted by relevance
103 path.addPath(path1, SkPath::kAppend_AddPathMode);110 path.addPath(path1, perspective, SkPath::kAppend_AddPathMode);
1278 kAppend_AddPathMode, enumerator1301 AddPathMode mode = kAppend_AddPathMode);1313 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {1332 AddPathMode mode = kAppend_AddPathMode);
16 for (auto addPathMode : { SkPath::kAppend_AddPathMode, SkPath::kExtend_AddPathMode } ) { in draw()
377 first ? SkPath::kAppend_AddPathMode : SkPath::kExtend_AddPathMode); in assemble()
433 SkPath::kAppend_AddPathMode); in ApplyAddPath()
4169 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()5157 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()
1479 if (kAppend_AddPathMode == mode && !matrix.hasPerspective()) { in addPath()