Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.cpp154 int hullIndex = 0; in hullIntersects() local
158 hullIndex = (hullIndex + 1) % hullCount; in hullIntersects()
159 int end2 = hullOrder[hullIndex]; in hullIntersects()
193 } while (hullIndex); in hullIntersects()