Searched refs:IsConvex (Results 1 – 3 of 3) sorted by relevance
178 static bool IsConvex(const SkPoint pts[], int count);
2888 bool SkPathPriv::IsConvex(const SkPoint points[], int count) { in IsConvex() function in SkPathPriv
1337 bool isConvex = SkPathPriv::IsConvex(&points.front() + skip, points.size() - skip); in check_convexity()