Home
last modified time | relevance | path

Searched refs:BySign (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkPath.cpp2645 static SkPath::Convexity BySign(const SkPoint points[], int count) { in BySign() function
2819 SkPath::Convexity convexity = Convexicator::BySign(points, (int) (last - points)); in internalGetConvexity()
2889 SkPath::Convexity convexity = Convexicator::BySign(points, count); in IsConvex()
/external/skia/src/core/
DSkPath.cpp2092 static SkPathConvexity BySign(const SkPoint points[], int count) { in BySign() function
2234 SkPathConvexity convexity = Convexicator::BySign(points, pointCount); in computeConvexity()