Searched refs:AddPathMode (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPath.h702 enum AddPathMode { enum in class:SkPath
721 AddPathMode mode = kAppend_AddPathMode);
725 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
736 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
/external/skia/samplecode/
H A DSamplePathFuzz.cpp186 SkPath::AddPathMode makeAddPathMode() {
187 return (SkPath::AddPathMode) fRand.nextRangeU(SkPath::kAppend_AddPathMode,
416 SkPath::AddPathMode mode = makeAddPathMode();
427 SkPath::AddPathMode mode = makeAddPathMode();
439 SkPath::AddPathMode mode = makeAddPathMode();
/external/skia/src/core/
H A DSkPath.cpp1243 void SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy, AddPathMode mode) {
1250 void SkPath::addPath(const SkPath& path, const SkMatrix& matrix, AddPathMode mode) {
/external/skia/tests/
H A DPathTest.cpp3370 static void test_addEmptyPath(skiatest::Reporter* reporter, SkPath::AddPathMode mode) {

Completed in 154 milliseconds