Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkPathPriv.h178 static bool IsConvex(const SkPoint pts[], int count);
DSkPath.cpp2888 bool SkPathPriv::IsConvex(const SkPoint points[], int count) { in IsConvex() function in SkPathPriv
/external/skqp/tests/
DPathTest.cpp1337 bool isConvex = SkPathPriv::IsConvex(&points.front() + skip, points.size() - skip); in check_convexity()