Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp23 enum class Type { kFill, kStroke }; enumerator
39 if (type == Type::kStroke) { in FillStrokeAdapter()
149 FillStrokeAdapter::Type::kStroke); in AttachStroke()
/external/skqp/experimental/svg/model/
DSkSVGAttribute.h40 kStroke, enumerator
DSkSVGRenderContext.cpp146 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
281 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext()
DSkSVGNode.cpp146 case SkSVGAttribute::kStroke: in onSetAttribute()
DSkSVGDOM.cpp331 { "stroke" , { SkSVGAttribute::kStroke , SetPaintAttribute }},
/external/skia/modules/svg/include/
DSkSVGAttribute.h45 kStroke, enumerator
/external/skqp/tests/
DGrShapeTest.cpp1629 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/
DGrStyledShapeTest.cpp1650 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/
DGrOvalOpFactory.cpp653 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/
DGrOvalOpFactory.cpp743 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()