/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_base_declaration.h | 51 fillState.Inherit(parent.fillState); in InheritFromUse() 52 strokeState.Inherit(parent.strokeState); in InheritFromUse() 53 clipState.Inherit(parent.clipState); in InheritFromUse() 56 void Inherit(const SvgBaseAttribute& parent) in Inherit() function 65 fillState.Inherit(parent.fillState); in Inherit() 66 strokeState.Inherit(parent.strokeState); in Inherit() 67 clipState.Inherit(parent.clipState); in Inherit() 132 void Inherit(const RefPtr<Declaration>& parent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.cpp | 35 fillState_.Inherit(fillState); in InheritShapeStyle() 36 strokeState_.Inherit(strokeState); in InheritShapeStyle()
|
H A D | shape_container_component.cpp | 36 fillState_.Inherit(fillState); in InheritShapeStyle() 37 strokeState_.Inherit(strokeState); in InheritShapeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_fe_colormatrix_component.h | 41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 43 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_fe_composite_component.h | 41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 43 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_fe_gaussianblur_component.h | 41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 43 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_fe_offset_component.h | 41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 43 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_filter_component.h | 42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 44 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_g_component.h | 42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 44 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_mask_component.h | 42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 44 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_pattern_component.h | 42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 44 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_path_component.h | 43 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 45 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_use_component.h | 45 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 47 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_circle_component.h | 48 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 50 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_polygon_component.h | 49 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 51 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_ellipse_component.h | 49 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 51 declaration_->Inherit(parent); in Inherit()
|
H A D | svg_line_component.h | 49 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function 51 declaration_->Inherit(parent); in Inherit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_circle.h | 38 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 40 component_->Inherit(parent); in Inherit()
|
H A D | svg_ellipse.h | 37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 39 component_->Inherit(parent); in Inherit()
|
H A D | svg_g.h | 37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 39 component_->Inherit(parent); in Inherit()
|
H A D | svg_line.h | 37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 39 component_->Inherit(parent); in Inherit()
|
H A D | svg_path.h | 37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 39 component_->Inherit(parent); in Inherit()
|
H A D | svg_rect.h | 37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 39 component_->Inherit(parent); in Inherit()
|
H A D | svg_use.h | 38 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 40 component_->Inherit(parent); in Inherit()
|
H A D | svg_polygon.h | 38 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function 40 component_->Inherit(parent); in Inherit()
|