Home
last modified time | relevance | path

Searched refs:on_same_side (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkGeometry.cpp885 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/
DSkGeometry.cpp1088 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()