Lines Matching refs:REPORTER_ASSERT
21 REPORTER_ASSERT(reporter, p.asScalars() == pPtr);
22 REPORTER_ASSERT(reporter, r.asScalars() == rPtr);
33 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
34 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(newLength, SK_Scalar1));
47 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(s1, s2));
48 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(s1, expectedLength));
96 REPORTER_ASSERT(reporter, !SkScalarIsFinite(length));
100 REPORTER_ASSERT(reporter, pt.setLength(SK_Scalar1));
104 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(length, SK_Scalar1));
113 REPORTER_ASSERT(reporter, 0 == SkPoint::Normalize(&pt));
114 REPORTER_ASSERT(reporter, pt == empty);
116 REPORTER_ASSERT(reporter, !pt.setLength(SK_Scalar1));
117 REPORTER_ASSERT(reporter, pt == empty);
155 REPORTER_ASSERT(reporter, ratio > 0.999f);
156 REPORTER_ASSERT(reporter, ratio < 1.001f);