Lines Matching refs:shapes
1403 SkAutoTArray<GrShape> shapes(cnt); in test_rrect() local
1410 shapes[index(inverted, dir, start, style, dash)] = in test_rrect()
1423 const GrShape& exampleFillCase = shapes[index(false, kExamplesDir, kExamplesStart, kFill, in test_rrect()
1428 const GrShape& exampleStrokeAndFillCase = shapes[index(false, kExamplesDir, kExamplesStart, in test_rrect()
1433 const GrShape& exampleInvFillCase = shapes[index(true, kExamplesDir, kExamplesStart, kFill, in test_rrect()
1438 const GrShape& exampleInvStrokeAndFillCase = shapes[index(true, kExamplesDir, kExamplesStart, in test_rrect()
1443 const GrShape& exampleStrokeCase = shapes[index(false, kExamplesDir, kExamplesStart, kStroke, in test_rrect()
1448 const GrShape& exampleInvStrokeCase = shapes[index(true, kExamplesDir, kExamplesStart, kStroke, in test_rrect()
1453 const GrShape& exampleHairlineCase = shapes[index(false, kExamplesDir, kExamplesStart, in test_rrect()
1458 const GrShape& exampleInvHairlineCase = shapes[index(true, kExamplesDir, kExamplesStart, in test_rrect()
1539 const GrShape& fillCase = shapes[index(inverted, dir, start, kFill, dash)]; in test_rrect()
1543 const GrShape& strokeAndFillCase = shapes[index(inverted, dir, start, in test_rrect()
1560 const GrShape& strokeCase = shapes[index(inverted, dir, start, kStroke, dash)]; in test_rrect()
1561 const GrShape& hairlineCase = shapes[index(inverted, dir, start, kHairline, in test_rrect()