Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

33         REPORTER_ASSERT(reporter, shader->asAGradient(info) == gt);
35 REPORTER_ASSERT(reporter, info->fColorCount == fColorCount);
36 REPORTER_ASSERT(reporter,
38 REPORTER_ASSERT(reporter,
40 REPORTER_ASSERT(reporter, fTileMode == info->fTileMode);
47 REPORTER_ASSERT(reporter, SkShader::kNone_GradientType == s->asAGradient(NULL));
52 REPORTER_ASSERT(reporter, SkShader::kColor_GradientType == s->asAGradient(NULL));
58 REPORTER_ASSERT(reporter, 1 == info.fColorCount);
70 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)));
83 REPORTER_ASSERT(reporter, info.fPoint[0] == rec.fPoint[0]);
84 REPORTER_ASSERT(reporter, info.fRadius[0] == rec.fRadius[0]);
99 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)));
100 REPORTER_ASSERT(reporter, !memcmp(info.fRadius, rec.fRadius, 2 * sizeof(SkScalar)));
112 REPORTER_ASSERT(reporter, info.fPoint[0] == rec.fPoint[0]);
127 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec.fPoint, 2 * sizeof(SkPoint)));
128 REPORTER_ASSERT(reporter, !memcmp(info.fRadius, rec.fRadius, 2 * sizeof(SkScalar)));
157 // REPORTER_ASSERT(reporter, SK_ColorBLUE == outBitmap.getColor(i, 0));