HomeSort by relevance Sort by last modified time
    Searched refs:nearly_equal (Results 1 - 14 of 14) sorted by null

  /external/skia/src/core/
SkICC.cpp 196 static bool nearly_equal(float x, float y) { function
208 static bool nearly_equal(const skcms_TransferFunction& u, function
210 return nearly_equal(u.g, v.g)
211 && nearly_equal(u.a, v.a)
212 && nearly_equal(u.b, v.b)
213 && nearly_equal(u.c, v.c)
214 && nearly_equal(u.d, v.d)
215 && nearly_equal(u.e, v.e)
216 && nearly_equal(u.f, v.f);
219 static bool nearly_equal(const skcms_Matrix3x3& u, const skcms_Matrix3x3& v) function
    [all...]
  /external/skqp/src/core/
SkICC.cpp 196 static bool nearly_equal(float x, float y) { function
208 static bool nearly_equal(const skcms_TransferFunction& u, function
210 return nearly_equal(u.g, v.g)
211 && nearly_equal(u.a, v.a)
212 && nearly_equal(u.b, v.b)
213 && nearly_equal(u.c, v.c)
214 && nearly_equal(u.d, v.d)
215 && nearly_equal(u.e, v.e)
216 && nearly_equal(u.f, v.f);
219 static bool nearly_equal(const skcms_Matrix3x3& u, const skcms_Matrix3x3& v) function
    [all...]
  /external/skia/tests/
Matrix44Test.cpp 57 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { function
71 return nearly_equal(m, identity);
385 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
398 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
409 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
422 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
462 REPORTER_ASSERT(reporter, nearly_equal(a, b));
510 REPORTER_ASSERT(reporter, nearly_equal(a, b));
513 REPORTER_ASSERT(reporter, nearly_equal(a, b));
516 REPORTER_ASSERT(reporter, nearly_equal(a, b))
    [all...]
GeometryTest.cpp 16 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { function
380 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], pts[i]));
MatrixTest.cpp 20 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
78 return nearly_equal(m, identity);
824 if (!nearly_equal(original, reconstituted)) {
    [all...]
PathTest.cpp 3880 static bool nearly_equal(const SkRect& a, const SkRect& b) { function
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 57 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { function
71 return nearly_equal(m, identity);
385 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
398 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
409 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
422 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
462 REPORTER_ASSERT(reporter, nearly_equal(a, b));
510 REPORTER_ASSERT(reporter, nearly_equal(a, b));
513 REPORTER_ASSERT(reporter, nearly_equal(a, b));
516 REPORTER_ASSERT(reporter, nearly_equal(a, b))
    [all...]
GeometryTest.cpp 16 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { function
380 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], pts[i]));
MatrixTest.cpp 20 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
78 return nearly_equal(m, identity);
824 if (!nearly_equal(original, reconstituted)) {
    [all...]
PathTest.cpp 3865 static bool nearly_equal(const SkRect& a, const SkRect& b) { function
    [all...]
  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 192 static inline bool nearly_equal(double x, double y, function
488 if (nearly_equal(x1, x2, segment.fNearlyZeroScaled, true)) {
544 nearly_equal(segment.fP0T.x(), p1, segment.fNearlyZeroScaled, true)) ||
546 nearly_equal(segment.fP2T.x(), p1, segment.fNearlyZeroScaled, true))) {
550 nearly_equal(segment.fP2T.x(), p2, segment.fNearlyZeroScaled, true)) ||
552 nearly_equal(segment.fP0T.x(), p2, segment.fNearlyZeroScaled, true))) {
  /external/skqp/src/gpu/
GrDistanceFieldGenFromVector.cpp 192 static inline bool nearly_equal(double x, double y, function
488 if (nearly_equal(x1, x2, segment.fNearlyZeroScaled, true)) {
544 nearly_equal(segment.fP0T.x(), p1, segment.fNearlyZeroScaled, true)) ||
546 nearly_equal(segment.fP2T.x(), p1, segment.fNearlyZeroScaled, true))) {
550 nearly_equal(segment.fP2T.x(), p2, segment.fNearlyZeroScaled, true)) ||
552 nearly_equal(segment.fP0T.x(), p2, segment.fNearlyZeroScaled, true))) {
  /external/skia/gm/
p3.cpp 17 static bool nearly_equal(SkColor4f x, SkColor4f y) { function
75 if (nearly_equal(pixel, expected)) {
  /external/skqp/gm/
p3.cpp 17 static bool nearly_equal(SkColor4f x, SkColor4f y) { function
75 if (nearly_equal(pixel, expected)) {

Completed in 997 milliseconds