Home
last modified time | relevance | path

Searched refs:precisely_equal (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkIntersections.cpp49 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) in insert()
51 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) { in insert()
DSkPathOpsTypes.h313 inline bool precisely_equal(double x, double y) { in precisely_equal() function
DSkOpSegment.cpp1100 if (this == baseParent && this == testParent && precisely_equal(base->fT, testT)) { in match()