Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h127 int hullsIntersect(SkTSpan<OppCurve, TCurve>* span, bool* start, bool* oppStart);
524 int SkTSpan<TCurve, OppCurve>::hullsIntersect(SkTSpan<OppCurve, TCurve>* opp, in hullsIntersect() function
1257 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects()