Home
last modified time | relevance | path

Searched refs:hullResult (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp987 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects() local
988 if (hullResult >= 0) { in intersects()
989 if (hullResult == 2) { // hulls have one point in common in intersects()
998 hullResult = 1; in intersects()
1016 return hullResult; in intersects()

Completed in 3 milliseconds