Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCubicHull.cpp24 int mask = other_two(index, zero); in rotate()
81 int mask = other_two(yMin, index); in convexHull()
134 int mask = other_two(yMin, midX); in convexHull()
DSkPathOpsCubic.h170 inline int other_two(int one, int two) { in other_two() function
DSkPathOpsCubic.cpp173 int oddManMask = other_two(end1, end2); in hullIntersects()