Home
last modified time | relevance | path

Searched refs:SkSVGPresentationAttributes (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp10 SkSVGPresentationAttributes SkSVGPresentationAttributes::MakeInitial() { in MakeInitial()
11 SkSVGPresentationAttributes result; in MakeInitial()
DSkSVGRenderContext.cpp145 static sk_sp<SkPathEffect> dash_effect(const SkSVGPresentationAttributes& props, in dash_effect()
176 : fInherited(SkSVGPresentationAttributes::MakeInitial()) in SkSVGPresentationContext()
234 void SkSVGRenderContext::applyPresentationAttributes(const SkSVGPresentationAttributes& attrs, in applyPresentationAttributes()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h69 struct SkSVGPresentationAttributes { struct
70 static SkSVGPresentationAttributes MakeInitial();
DSkSVGRenderContext.h61 SkSVGPresentationAttributes fInherited;
93 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
DSkSVGNode.h184 SkSVGPresentationAttributes fPresentationAttributes;