Searched refs:kExamplesStart (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 1701 static constexpr unsigned kExamplesStart = 0; in test_rrect() local 1702 const GrStyledShape& exampleFillCase = shapes[index(false, kExamplesDir, kExamplesStart, kFill, in test_rrect() 1708 kExamplesStart, kStrokeAndFill, false)]; in test_rrect() 1713 kExamplesStart, kFill, false)]; in test_rrect() 1718 kExamplesStart, kStrokeAndFill, in test_rrect() 1723 const GrStyledShape& exampleStrokeCase = shapes[index(false, kExamplesDir, kExamplesStart, in test_rrect() 1728 const GrStyledShape& exampleInvStrokeCase = shapes[index(true, kExamplesDir, kExamplesStart, in test_rrect() 1733 const GrStyledShape& exampleHairlineCase = shapes[index(false, kExamplesDir, kExamplesStart, in test_rrect() 1738 const GrStyledShape& exampleInvHairlineCase = shapes[index(true, kExamplesDir, kExamplesStart, in test_rrect()
|