Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPath.h843 kAppend_AddPathMode, enumerator
859 AddPathMode mode = kAppend_AddPathMode);
863 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
874 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
/external/skia/src/pathops/
DSkPathWriter.cpp306 first ? SkPath::kAppend_AddPathMode : SkPath::kExtend_AddPathMode); in assemble()
/external/skia/samplecode/
DSamplePathFuzz.cpp188 return (SkPath::AddPathMode) fRand.nextRangeU(SkPath::kAppend_AddPathMode, in makeAddPathMode()
/external/skia/tests/
DPathTest.cpp3927 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()
4675 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()