Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.cpp157 int hullIndex = 0; in hullIntersects() local
161 hullIndex = (hullIndex + 1) % hullCount; in hullIntersects()
162 int end2 = hullOrder[hullIndex]; in hullIntersects()
196 } while (hullIndex); in hullIntersects()