/external/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
|
/external/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 | 306 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
|
/external/skqp/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
|
/external/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 | 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 | 51 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { in nearly_equal() function
|
D | PathTest.cpp | 3859 static bool nearly_equal(const SkRect& a, const SkRect& b) { in nearly_equal() function
|
/external/skqp/gm/ |
D | p3.cpp | 17 static bool nearly_equal(SkColor4f x, SkColor4f y) { in nearly_equal() function
|
/external/skia/gm/ |
D | p3.cpp | 33 static bool nearly_equal(SkColor4f x, SkColor4f y) { in nearly_equal() function
|
/external/skqp/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 | PathTest.cpp | 3865 static bool nearly_equal(const SkRect& a, const SkRect& b) { in nearly_equal() function
|
/external/skqp/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 192 static inline bool nearly_equal(double x, double y, in nearly_equal() function
|
/external/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 163 static inline bool nearly_equal(double x, double y, in nearly_equal() function
|