Searched refs:polygonSize (Results 1 – 1 of 1) sorted by relevance
32 static int get_winding(const SkPoint* polygonVerts, int polygonSize) { in get_winding() argument36 for (int i = 2; i < polygonSize; ++i) { in get_winding()