Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCubicHull.cpp19 int mask = other_two(index, zero); in rotate()
76 int mask = other_two(yMin, index); in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
DSkPathOpsCubic.h153 inline int other_two(int one, int two) { in other_two() function
DSkPathOpsCubic.cpp168 int oddManMask = other_two(end1, end2); in hullIntersects()