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

/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp80 static bool approximately_equal(float a, float b) { function
94 //NOTE: !approximately_equal(midX - cubic[3].x, dx23 * 3 / 2)
96 if (!approximately_equal(midX, (dx23 * 3 / 2) + cubic[3].x)) {
102 if (!approximately_equal(midY, (dy23 * 3 / 2) + cubic[3].y)) {
/external/skia/src/pathops/
H A DSkPathOpsTypes.h278 inline bool approximately_equal(double x, double y) { function
303 return approximately_equal(x, y);

Completed in 340 milliseconds