Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.h144 int hullsIntersect(SkTSpan* span, bool* start, bool* oppStart);
DSkPathOpsTSect.cpp198 int SkTSpan::hullsIntersect(SkTSpan* opp, in hullsIntersect() function in SkTSpan
987 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects()