Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowTessellator.cpp1206 static bool is_collinear(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2) { in is_collinear() function
1224 if (fPathPolygon.count() > 1 && is_collinear(fPathPolygon[fPathPolygon.count()-2], in handleLine()