Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h437 inline bool approximately_between_orderable(double a, double b, double c) { in approximately_between_orderable() function
DSkOpAngle.cpp421 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect()