Searched refs:hullCheck (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 185 int hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart); 496 int SkTSpan<TCurve, OppCurve>::hullCheck(const SkTSpan<OppCurve, TCurve>* opp, in hullCheck() function 529 int hullSect = this->hullCheck(opp, start, oppStart); in hullsIntersect() 533 hullSect = opp->hullCheck(this, oppStart, start); in hullsIntersect()
|