Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkNDKConversions.cpp72 static bool nearly_equal(float a, float b) { in nearly_equal() function
76 static bool nearly_equal(const skcms_TransferFunction& x, const skcms_TransferFunction& y) { in nearly_equal() function
86 static bool nearly_equal(const skcms_Matrix3x3& a, const skcms_Matrix3x3& b) { in nearly_equal() function
/third_party/skia/tests/
DNdkEncodeTest.cpp236 static bool nearly_equal(float a, float b) { in nearly_equal() function
240 static bool nearly_equal(const skcms_TransferFunction& x, const skcms_TransferFunction& y) { in nearly_equal() function
250 static bool nearly_equal(const skcms_Matrix3x3& a, const skcms_Matrix3x3& b) { in nearly_equal() function
258 static bool nearly_equal(SkColorSpace* a, SkColorSpace* b) { in nearly_equal() function
DRuntimeBlendTest.cpp22 static bool nearly_equal(const SkColor& x, const SkColor& y) { in nearly_equal() function
DGeometryTest.cpp16 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
DMatrixTest.cpp20 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function
DPathTest.cpp3863 static bool nearly_equal(const SkRect& a, const SkRect& b) { in nearly_equal() function
/third_party/skia/src/core/
DSkICC.cpp213 static bool nearly_equal(float x, float y) { in nearly_equal() function
225 static bool nearly_equal(const skcms_TransferFunction& u, in nearly_equal() function
236 static bool nearly_equal(const skcms_Matrix3x3& u, const skcms_Matrix3x3& v) { in nearly_equal() function
DSkPathBuilder.cpp323 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
/third_party/skia/gm/
Dp3.cpp33 static bool nearly_equal(SkColor4f x, SkColor4f y) { in nearly_equal() function
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp176 static inline bool nearly_equal(double x, double y, in nearly_equal() function