Searched refs:other_two (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/pathops/ |
D | SkOpCubicHull.cpp | 19 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()
|
D | SkPathOpsCubic.h | 158 inline int other_two(int one, int two) { in other_two() function
|
D | SkPathOpsCubic.cpp | 164 int oddManMask = other_two(end1, end2); in hullIntersects()
|
/external/skia/src/pathops/ |
D | SkOpCubicHull.cpp | 19 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()
|
D | SkPathOpsCubic.h | 158 inline int other_two(int one, int two) { in other_two() function
|
D | SkPathOpsCubic.cpp | 164 int oddManMask = other_two(end1, end2); in hullIntersects()
|