Home
last modified time | relevance | path

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

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