Searched refs:kS1 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/gm/ |
H A D | compositor_quads.cpp | 276 static constexpr int kS1 = 5; // Second split point index in points array in clipTile() local 332 subtiles.push_back({{kTL, kS0, kS1, kBL}}); in clipTile() 333 subtiles.push_back({{kS0, kTR, kBR, kS1}}); in clipTile() 335 subtiles.push_back({{kTL, kTR, kS0, kS1}}); in clipTile() 336 subtiles.push_back({{kS1, kS0, kBR, kBL}}); in clipTile() 348 subtiles.push_back({{kS0, kTR, kS1, kS0}}); // degenerate in clipTile() 350 subtiles.push_back({{kS0, kS1, kBR, kBL}}); in clipTile() 354 subtiles.push_back({{kTL, kS0, kS1, kS1}}); // degenerate in clipTile() 355 subtiles.push_back({{kS1, edgeA in clipTile() [all...] |
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 877 static const SkScalar kS1 = 1.f; in test_scale() local 881 TestCase fillCase1(geo, fill, reporter, kS1); in test_scale() 889 TestCase hairlineCase1(geo, hairline, reporter, kS1); in test_scale() 897 TestCase strokeCase1(geo, stroke, reporter, kS1); in test_scale() 909 TestCase strokeDashCase1(geo, strokeDash, reporter, kS1); in test_scale() 918 TestCase strokeAndFillCase1(geo, strokeAndFill, reporter, kS1); in test_scale() 923 TestCase strokeAndFillDashCase1(geo, strokeAndFillDash, reporter, kS1); in test_scale()
|
Completed in 7 milliseconds