Searched defs:kStroke (Results 1 - 3 of 3) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGAttribute.h36 kStroke, member in class:SkSVGAttribute
/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp404 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; member in class:DIEllipseStyle
495 if (DIEllipseStyle::kStroke == diegp.fStyle) {
1393 ? DIEllipseStyle::kStroke
1430 if (DIEllipseStyle::kStroke == dieStyle) {
1431 dieStyle = (innerXRadius > 0 && innerYRadius > 0) ? DIEllipseStyle::kStroke
/external/skia/tests/
H A DGrShapeTest.cpp1371 kStroke, enumerator in enum:Style
1380 strokeRecs[kStroke].setStrokeStyle(2.f);
1407 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) {
1443 const GrShape& exampleStrokeCase = shapes[index(false, kExamplesDir, kExamplesStart, kStroke,
1448 const GrShape& exampleInvStrokeCase = shapes[index(true, kExamplesDir, kExamplesStart, kStroke,
1560 const GrShape& strokeCase = shapes[index(inverted, dir, start, kStroke, dash)];

Completed in 211 milliseconds