Searched refs:hullsIntersect (Results 1 – 2 of 2) sorted by relevance
144 int hullsIntersect(SkTSpan* span, bool* start, bool* oppStart);
198 int SkTSpan::hullsIntersect(SkTSpan* opp, in hullsIntersect() function in SkTSpan987 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects()