Home | History | Annotate | Download | only in tests

Lines Matching defs:testCase

246     int testCase = 0;
291 SkASSERT(testCase < gNumCases);
292 REPORTER_ASSERT(reporter, devClipBound == gAnswerRectsBW[testCase]);
293 ++testCase;
1008 SkString testCase;
1009 testCase.printf("Iteration %d", i);
1010 REPORTER_ASSERT_MESSAGE(reporter, region == reducedRegion, testCase.c_str());