Searched defs:approximately_equal (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp81 static bool approximately_equal(float a, float b) { function
95 //NOTE: !approximately_equal(midX - cubic[3].x, dx23 * 3 / 2)
97 if (!approximately_equal(midX, (dx23 * 3 / 2) + cubic[3].x)) {
103 if (!approximately_equal(midY, (dy23 * 3 / 2) + cubic[3].y)) {
/external/skia/src/pathops/
H A DSkPathOpsTypes.h392 inline bool approximately_equal(double x, double y) { function
417 return approximately_equal(x, y);

Completed in 68 milliseconds