Searched refs:inside_triangle (Results 1 – 1 of 1) sorted by relevance
150 static bool inside_triangle(const SkPoint& point, const SkPoint& t0, const SkPoint& t1, in inside_triangle() function210 if (inside_triangle(point, t0, t1, t2, bary)) { in get_framed_coverage()