Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1257 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects() local
1258 if (hullResult >= 0) { in intersects()
1259 if (hullResult == 2) { // hulls have one point in common in intersects()
1268 hullResult = 1; in intersects()
1284 return hullResult; in intersects()