Lines Matching refs:strokeCase
1132 TestCase strokeCase(geo, stroke, reporter);
1136 // We expect the null dash to be ignored so nullDashCase should match strokeCase, always.
1137 nullDashCase.compare(reporter, strokeCase, TestCase::kAllSame_ComparisonExpecation);
1138 // Check whether the fillCase or strokeCase/nullDashCase would undergo a geometric tranformation
1496 TestCase strokeCase(geo, stroke, reporter);
1519 strokeCase.appliedPathEffectShape().asPath(&a);
1523 strokeCase.appliedFullStyleShape().asPath(&a);
1841 const GrStyledShape& strokeCase = shapes[index(inverted, dir, start, kStroke,
1846 TestCase e(strokeCase, r);
1855 REPORTER_ASSERT(r, strokeCase.style().pathEffect());
1858 REPORTER_ASSERT(r, strokeCase.asRRect(&queryRR, &queryDir, &queryStart,
1883 REPORTER_ASSERT(r, !strokeCase.style().pathEffect());