..
SkPEG.h
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGAttribute.cpp
[SVG] Implement currentColor for fill and stroke
2020-04-09 18:48:16 +00:00
SkSVGAttribute.h
SVG: Added font-size and font-weight attributes to Text node
2020-04-22 01:24:03 +00:00
SkSVGAttributeParser.cpp
Enable ClangTidy check llvm-namespace-comment.
2020-08-06 19:07:52 +00:00
SkSVGAttributeParser.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGCircle.cpp
Use factories to avoid using (deprecated) path editing methods
2020-08-24 19:53:13 +00:00
SkSVGCircle.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGClipPath.cpp
rewrite includes to not need so much -Ifoo
2019-04-24 16:27:11 +00:00
SkSVGClipPath.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGContainer.cpp
rewrite includes to not need so much -Ifoo
2019-04-24 16:27:11 +00:00
SkSVGContainer.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGDefs.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGDOM.cpp
Added setNodeAttribute to SkSVGDom
2020-05-08 21:08:12 +00:00
SkSVGDOM.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGEllipse.cpp
Use factories to avoid using (deprecated) path editing methods
2020-08-24 19:53:13 +00:00
SkSVGEllipse.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGG.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGGradient.cpp
[svg] Implement currentColor for gradient stops
2020-04-14 16:20:44 +00:00
SkSVGGradient.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGHiddenContainer.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGIDMapper.h
rewrite includes to not need so much -Ifoo
2019-04-24 16:27:11 +00:00
SkSVGLine.cpp
Use more of pathbuilder
2020-08-03 21:04:55 +00:00
SkSVGLine.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGLinearGradient.cpp
Revert "[SVG] Replace custom attribute value wrappers with std::variant"
2020-04-10 14:14:22 +00:00
SkSVGLinearGradient.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGNode.cpp
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGNode.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGPath.cpp
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGPath.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGPattern.cpp
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGPattern.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGPoly.cpp
Use factories to avoid using (deprecated) path editing methods
2020-08-24 19:53:13 +00:00
SkSVGPoly.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGRadialGradient.cpp
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGRadialGradient.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGRect.cpp
Use factories to avoid using (deprecated) path editing methods
2020-08-24 19:53:13 +00:00
SkSVGRect.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGRenderContext.cpp
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGRenderContext.h
[svg] Reapply currentColor to fill/stroke
2020-04-20 16:39:31 +00:00
SkSVGShape.cpp
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGShape.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGStop.cpp
[svg] Implement currentColor for gradient stops
2020-04-14 16:20:44 +00:00
SkSVGStop.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGSVG.cpp
Enable ClangTidy check readability-redundant-smartptr-get.
2020-08-16 15:56:48 +00:00
SkSVGSVG.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGText.cpp
SVG: Added font-size and font-weight attributes to Text node
2020-04-22 01:24:03 +00:00
SkSVGText.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGTransformableNode.cpp
Revert "[SVG] Replace custom attribute value wrappers with std::variant"
2020-04-10 14:14:22 +00:00
SkSVGTransformableNode.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGTypes.h
[svg] Implement currentColor for gradient stops
2020-04-14 16:20:44 +00:00
SkSVGUse.cpp
Revert "[SVG] Replace custom attribute value wrappers with std::variant"
2020-04-10 14:14:22 +00:00
SkSVGUse.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00
SkSVGValue.cpp
Revert "[SVG] Replace custom attribute value wrappers with std::variant"
2020-04-10 14:14:22 +00:00
SkSVGValue.h
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
2020-09-03 03:41:26 +00:00