Home | History | Annotate | Download | only in tests

Lines Matching full:testcases

1072         } testCases[] = {
1112 for (size_t i = 0; i < SK_ARRAY_COUNT(testCases); ++i) {
1119 testCases[i].testBounds,
1123 testCases[i].tighterBounds.isEmpty() ? NULL : &tightBounds);
1125 REPORTER_ASSERT(reporter, reducedClips.count() == testCases[i].reducedClipCount);
1126 SkASSERT(reducedClips.count() == testCases[i].reducedClipCount);
1127 REPORTER_ASSERT(reporter, reducedGenID == testCases[i].reducedGenID);
1128 SkASSERT(reducedGenID == testCases[i].reducedGenID);
1129 REPORTER_ASSERT(reporter, initial == testCases[i].initialState);
1130 SkASSERT(initial == testCases[i].initialState);
1131 if (!testCases[i].tighterBounds.isEmpty()) {
1132 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds);
1133 SkASSERT(tightBounds == testCases[i].tighterBounds);