Searched refs:on_same_side (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkGeometry.cpp | 885 static bool on_same_side(const SkPoint src[4], int testIndex, int lineIndex) { in on_same_side() function 912 if (on_same_side(src, 0, 2) || on_same_side(src, 2, 0)) { in SkFindCubicCusp()
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 1088 static bool on_same_side(const SkPoint src[4], int testIndex, int lineIndex) { in on_same_side() function 1115 if (on_same_side(src, 0, 2) || on_same_side(src, 2, 0)) { in SkFindCubicCusp()
|