Searched refs:is_collinear (Results 1 – 1 of 1) sorted by relevance
1206 static bool is_collinear(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2) { in is_collinear() function1224 if (fPathPolygon.count() > 1 && is_collinear(fPathPolygon[fPathPolygon.count()-2], in handleLine()