/third_party/skia/src/ports/ |
D | SkNDKConversions.cpp | 72 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/flutter/skia/src/core/ |
D | SkICC.cpp | 196 static bool nearly_equal(float x, float y) { in nearly_equal() function 208 static bool nearly_equal(const skcms_TransferFunction& u, in nearly_equal() function 219 static bool nearly_equal(const skcms_Matrix3x3& u, const skcms_Matrix3x3& v) { in nearly_equal() function
|
/third_party/skia/src/core/ |
D | SkICC.cpp | 196 static bool nearly_equal(float x, float y) { in nearly_equal() function 208 static bool nearly_equal(const skcms_TransferFunction& u, in nearly_equal() function 219 static bool nearly_equal(const skcms_Matrix3x3& u, const skcms_Matrix3x3& v) { in nearly_equal() function
|
D | SkPathBuilder.cpp | 323 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
|
/third_party/skia/tests/ |
D | NdkEncodeTest.cpp | 236 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
|
D | RuntimeBlendTest.cpp | 22 static bool nearly_equal(const SkColor& x, const SkColor& y) { in nearly_equal() function
|
D | GeometryTest.cpp | 16 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
|
D | MatrixTest.cpp | 20 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function
|
D | PathTest.cpp | 3863 static bool nearly_equal(const SkRect& a, const SkRect& b) { in nearly_equal() function
|
/third_party/skia/gm/ |
D | p3.cpp | 33 static bool nearly_equal(SkColor4f x, SkColor4f y) { in nearly_equal() function
|
/third_party/flutter/skia/gm/ |
D | p3.cpp | 34 static bool nearly_equal(SkColor4f x, SkColor4f y) { in nearly_equal() function
|
/third_party/flutter/skia/tests/ |
D | GeometryTest.cpp | 16 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
|
D | MatrixTest.cpp | 20 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function
|
D | Matrix44Test.cpp | 57 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { in nearly_equal() function
|
D | SkSLInterpreterTest.cpp | 16 static bool nearly_equal(const float a[], const float b[], int count) { in nearly_equal() function
|
D | PathTest.cpp | 3839 static bool nearly_equal(const SkRect& a, const SkRect& b) { in nearly_equal() function
|
/third_party/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 176 static inline bool nearly_equal(double x, double y, in nearly_equal() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 192 static inline bool nearly_equal(double x, double y, in nearly_equal() function
|