Searched refs:on_same_side (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/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()
|
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 1084 static bool on_same_side(const SkPoint src[4], int testIndex, int lineIndex) { in on_same_side() function 1111 if (on_same_side(src, 0, 2) || on_same_side(src, 2, 0)) { in SkFindCubicCusp()
|