Searched refs:kStroke (Results 1 – 10 of 10) sorted by relevance
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | FillStroke.cpp | 23 enum class Type { kFill, kStroke }; enumerator 39 if (type == Type::kStroke) { in FillStrokeAdapter() 149 FillStrokeAdapter::Type::kStroke); in AttachStroke()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGAttribute.h | 40 kStroke, enumerator
|
D | SkSVGRenderContext.cpp | 146 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 281 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext()
|
D | SkSVGNode.cpp | 146 case SkSVGAttribute::kStroke: in onSetAttribute()
|
D | SkSVGDOM.cpp | 331 { "stroke" , { SkSVGAttribute::kStroke , SetPaintAttribute }},
|
/external/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 45 kStroke, enumerator
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 1629 kStroke, in test_rrect() enumerator 1638 strokeRecs[kStroke].setStrokeStyle(2.f); in test_rrect() 1665 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) { in test_rrect() 1701 const GrShape& exampleStrokeCase = shapes[index(false, kExamplesDir, kExamplesStart, kStroke, in test_rrect() 1706 const GrShape& exampleInvStrokeCase = shapes[index(true, kExamplesDir, kExamplesStart, kStroke, in test_rrect() 1818 const GrShape& strokeCase = shapes[index(inverted, dir, start, kStroke, dash)]; in test_rrect()
|
/external/skia/tests/ |
D | GrStyledShapeTest.cpp | 1650 kStroke, in test_rrect() enumerator 1659 strokeRecs[kStroke].setStrokeStyle(2.f); in test_rrect() 1686 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) { in test_rrect() 1724 kStroke, false)]; in test_rrect() 1729 kStroke, false)]; in test_rrect() 1841 const GrStyledShape& strokeCase = shapes[index(inverted, dir, start, kStroke, in test_rrect()
|
/external/skqp/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 653 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator 743 if (DIEllipseStyle::kStroke == diegp.fStyle) { in onEmitCode() 1879 ? DIEllipseStyle::kStroke in Make() 1921 if (DIEllipseStyle::kStroke == params.fStyle && in Make() 2009 if (DIEllipseStyle::kStroke == this->style()) { in onPrepareDraws()
|
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 743 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator 855 if (DIEllipseStyle::kStroke == diegp.fStyle) { in onEmitCode() 2136 ? DIEllipseStyle::kStroke in Make() 2189 if (DIEllipseStyle::kStroke == params.fStyle && in Make() 2286 if (DIEllipseStyle::kStroke == this->style()) { in onPrepareDraws()
|