Home
last modified time | relevance | path

Searched refs:Inherit (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.h51 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 Dshape_component.cpp35 fillState_.Inherit(fillState); in InheritShapeStyle()
36 strokeState_.Inherit(strokeState); in InheritShapeStyle()
H A Dshape_container_component.cpp36 fillState_.Inherit(fillState); in InheritShapeStyle()
37 strokeState_.Inherit(strokeState); in InheritShapeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_fe_colormatrix_component.h41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
43 declaration_->Inherit(parent); in Inherit()
H A Dsvg_fe_composite_component.h41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
43 declaration_->Inherit(parent); in Inherit()
H A Dsvg_fe_gaussianblur_component.h41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
43 declaration_->Inherit(parent); in Inherit()
H A Dsvg_fe_offset_component.h41 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
43 declaration_->Inherit(parent); in Inherit()
H A Dsvg_filter_component.h42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
44 declaration_->Inherit(parent); in Inherit()
H A Dsvg_g_component.h42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
44 declaration_->Inherit(parent); in Inherit()
H A Dsvg_mask_component.h42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
44 declaration_->Inherit(parent); in Inherit()
H A Dsvg_pattern_component.h42 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
44 declaration_->Inherit(parent); in Inherit()
H A Dsvg_path_component.h43 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
45 declaration_->Inherit(parent); in Inherit()
H A Dsvg_use_component.h45 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
47 declaration_->Inherit(parent); in Inherit()
H A Dsvg_circle_component.h48 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
50 declaration_->Inherit(parent); in Inherit()
H A Dsvg_polygon_component.h49 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
51 declaration_->Inherit(parent); in Inherit()
H A Dsvg_ellipse_component.h49 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() function
51 declaration_->Inherit(parent); in Inherit()
H A Dsvg_line_component.h49 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 Dsvg_circle.h38 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
40 component_->Inherit(parent); in Inherit()
H A Dsvg_ellipse.h37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
39 component_->Inherit(parent); in Inherit()
H A Dsvg_g.h37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
39 component_->Inherit(parent); in Inherit()
H A Dsvg_line.h37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
39 component_->Inherit(parent); in Inherit()
H A Dsvg_path.h37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
39 component_->Inherit(parent); in Inherit()
H A Dsvg_rect.h37 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
39 component_->Inherit(parent); in Inherit()
H A Dsvg_use.h38 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
40 component_->Inherit(parent); in Inherit()
H A Dsvg_polygon.h38 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) override in Inherit() function
40 component_->Inherit(parent); in Inherit()

123