Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkCornerPathEffect.cpp60 closed = iter.isClosedContour(); in filterPath()
/external/skia/include/core/
DSkPath.h1020 bool isClosedContour() const;
/external/skia/tests/
DPathTest.cpp2969 REPORTER_ASSERT(reporter, !iter.isClosedContour()); in test_iter()
2973 REPORTER_ASSERT(reporter, iter.isClosedContour()); in test_iter()
2976 REPORTER_ASSERT(reporter, !iter.isClosedContour()); in test_iter()
2979 REPORTER_ASSERT(reporter, iter.isClosedContour()); in test_iter()
2983 REPORTER_ASSERT(reporter, !iter.isClosedContour()); in test_iter()
/external/skia/src/core/
DSkPath.cpp1811 bool SkPath::Iter::isClosedContour() const { in isClosedContour() function in SkPath::Iter