Searched refs:matchesEnd (Results 1 – 2 of 2) sorted by relevance
35 static bool matchesEnd(const SkDPoint fPts[3], const SkDPoint& test) { in matchesEnd() function73 if (linear && !matchesEnd(fPts, q2.fPts[0]) && !matchesEnd(fPts, q2.fPts[2])) { in hullIntersects()