Searched refs:kStroke (Results 1 – 6 of 6) sorted by relevance
/external/skia/experimental/svg/model/ |
D | SkSVGAttribute.h | 36 kStroke, enumerator
|
D | SkSVGRenderContext.cpp | 143 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 218 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext()
|
D | SkSVGNode.cpp | 122 case SkSVGAttribute::kStroke: in onSetAttribute()
|
D | SkSVGDOM.cpp | 298 { "stroke" , { SkSVGAttribute::kStroke , SetPaintAttribute }},
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 1371 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/ |
D | GrOvalOpFactory.cpp | 379 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()
|