Searched refs:kStroke (Results 1 - 12 of 12) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGAttribute.h40 kStroke, member in class:SkSVGAttribute
H A DSkSVGRenderContext.cpp144 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs,
279 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this);
H A DSkSVGNode.cpp146 case SkSVGAttribute::kStroke:
H A DSkSVGDOM.cpp330 { "stroke" , { SkSVGAttribute::kStroke , SetPaintAttribute }},
/external/skqp/experimental/svg/model/
H A DSkSVGAttribute.h40 kStroke, member in class:SkSVGAttribute
H A DSkSVGRenderContext.cpp144 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs,
279 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this);
H A DSkSVGNode.cpp146 case SkSVGAttribute::kStroke:
H A DSkSVGDOM.cpp330 { "stroke" , { SkSVGAttribute::kStroke , SetPaintAttribute }},
/external/skia/tests/
H A DGrShapeTest.cpp1617 kStroke, enumerator in enum:Style
1626 strokeRecs[kStroke].setStrokeStyle(2.f);
1653 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) {
1689 const GrShape& exampleStrokeCase = shapes[index(false, kExamplesDir, kExamplesStart, kStroke,
1694 const GrShape& exampleInvStrokeCase = shapes[index(true, kExamplesDir, kExamplesStart, kStroke,
1806 const GrShape& strokeCase = shapes[index(inverted, dir, start, kStroke, dash)];
/external/skqp/tests/
H A DGrShapeTest.cpp1589 kStroke, enumerator in enum:Style
1598 strokeRecs[kStroke].setStrokeStyle(2.f);
1625 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) {
1661 const GrShape& exampleStrokeCase = shapes[index(false, kExamplesDir, kExamplesStart, kStroke,
1666 const GrShape& exampleInvStrokeCase = shapes[index(true, kExamplesDir, kExamplesStart, kStroke,
1778 const GrShape& strokeCase = shapes[index(inverted, dir, start, kStroke, dash)];
/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp649 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; member in class:DIEllipseStyle
738 if (DIEllipseStyle::kStroke == diegp.fStyle) {
2034 ? DIEllipseStyle::kStroke
2076 if (DIEllipseStyle::kStroke == params.fStyle &&
/external/skqp/src/gpu/ops/
H A DGrOvalOpFactory.cpp375 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; member in class:DIEllipseStyle
464 if (DIEllipseStyle::kStroke == diegp.fStyle) {
1408 ? DIEllipseStyle::kStroke
1450 if (DIEllipseStyle::kStroke == params.fStyle &&

Completed in 310 milliseconds