Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp20 int side1 = index ^ mask; in rotate() local
22 if (approximately_equal(cubic[side1].fY, cubic[zero].fY)) { in rotate()
23 rotPath[side1].fY = cubic[zero].fY; in rotate()
77 int side1 = yMin ^ mask; in convexHull() local
81 order[1] = side1; in convexHull()
85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); in convexHull()

Completed in 1 milliseconds