Searched refs:precisely_equal (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkIntersections.cpp | 49 && (!precisely_equal(one, 1) || precisely_equal(oldOne, 1)) in insert() 51 && (!precisely_equal(two, 1) || precisely_equal(oldTwo, 1))) { in insert()
|
D | SkPathOpsTypes.h | 396 inline bool precisely_equal(double x, double y) { in precisely_equal() function
|
D | SkOpSegment.cpp | 1054 if (precisely_equal(base->fT, testT)) { in match()
|
/external/skqp/src/pathops/ |
D | SkIntersections.cpp | 49 && (!precisely_equal(one, 1) || precisely_equal(oldOne, 1)) in insert() 51 && (!precisely_equal(two, 1) || precisely_equal(oldTwo, 1))) { in insert()
|
D | SkPathOpsTypes.h | 396 inline bool precisely_equal(double x, double y) { in precisely_equal() function
|
D | SkOpSegment.cpp | 1054 if (precisely_equal(base->fT, testT)) { in match()
|