Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1337 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects() local
1338 if (hullResult >= 0) { in intersects()
1339 if (hullResult == 2) { // hulls have one point in common in intersects()
1348 hullResult = 1; in intersects()
1364 return hullResult; in intersects()