HomeSort by relevance Sort by last modified time
    Searched defs:approximately_equal (Results 1 - 4 of 4) sorted by null

  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 81 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/skqp/src/utils/win/
SkDWriteGeometrySink.cpp 81 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/
SkPathOpsTypes.h 392 inline bool approximately_equal(double x, double y) { function
417 return approximately_equal(x, y);
  /external/skqp/src/pathops/
SkPathOpsTypes.h 392 inline bool approximately_equal(double x, double y) { function
417 return approximately_equal(x, y);

Completed in 180 milliseconds