Home
last modified time | relevance | path

Searched defs:nearly_equal (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DSkColor4fTest.cpp21 static bool nearly_equal(float a, float b, float tol = kTolerance) { in nearly_equal() function
DGeometryTest.cpp13 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
DMatrixTest.cpp19 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function
DMatrix44Test.cpp56 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { in nearly_equal() function
DPathTest.cpp3842 static bool nearly_equal(const SkRect& a, const SkRect& b) { in nearly_equal() function
/external/skia/src/core/
DSkICC.cpp317 static bool nearly_equal(float x, float y) { in nearly_equal() function
329 static bool nearly_equal(const SkColorSpaceTransferFn& u, in nearly_equal() function
340 static bool nearly_equal(const SkMatrix44& toXYZD50, const float standard[9]) { in nearly_equal() function
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp191 static inline bool nearly_equal(double x, double y, in nearly_equal() function