Home
last modified time | relevance | path

Searched refs:LeadingMoveToCount (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkPathPriv.h83 static int LeadingMoveToCount(const SkPath& path) { in LeadingMoveToCount() function in SkPathPriv
H A DSkPath.cpp64 return (path.countVerbs() - SkPathPriv::LeadingMoveToCount(path)) == 0; in is_degenerate()
2277 int skipCount = SkPathPriv::LeadingMoveToCount(*this) - 1; in computeConvexity()
/third_party/skia/tests/
H A DPathTest.cpp5854 REPORTER_ASSERT(r, (numExtraMoveTos + 1) == SkPathPriv::LeadingMoveToCount(path)); in DEF_TEST()

Completed in 19 milliseconds