Home
last modified time | relevance | path

Searched refs:kStroke (Results 1 – 6 of 6) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGAttribute.h36 kStroke, enumerator
DSkSVGRenderContext.cpp143 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
218 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext()
DSkSVGNode.cpp122 case SkSVGAttribute::kStroke: in onSetAttribute()
DSkSVGDOM.cpp298 { "stroke" , { SkSVGAttribute::kStroke , SetPaintAttribute }},
/external/skia/tests/
DGrShapeTest.cpp1371 kStroke, in test_rrect() enumerator
1380 strokeRecs[kStroke].setStrokeStyle(2.f); in test_rrect()
1407 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) { 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()
1560 const GrShape& strokeCase = shapes[index(inverted, dir, start, kStroke, dash)]; in test_rrect()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp379 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator
470 if (DIEllipseStyle::kStroke == diegp.fStyle) { in onEmitCode()
1403 ? DIEllipseStyle::kStroke in Make()
1445 if (DIEllipseStyle::kStroke == params.fStyle && in Make()