Home
last modified time | relevance | path

Searched refs:GetFillState (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_element.cpp55 … shapeComponent->InheritShapeStyle(selfComponent->GetFillState(), selfComponent->GetStrokeState(), in UpdateChildStyle()
61 …shapeContainerComponent->InheritShapeStyle(selfComponent->GetFillState(), selfComponent->GetStroke… in UpdateChildStyle()
H A Drender_shape_container.h45 FillState GetFillState() const in GetFillState() function
H A Drender_shape_container.cpp30 fillState_ = shapeContainerComponent->GetFillState(); in Update()
H A Drender_shape.cpp38 fillState_ = shapeComponent->GetFillState(); in Update()
H A Drender_shape.h100 FillState GetFillState() const in GetFillState() function
H A Dshape_component.h141 FillState GetFillState() const in GetFillState() function
H A Dshape_container_component.h131 FillState GetFillState() const in GetFillState() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_shape.h42 const FillState& GetFillState() const in GetFillState() function
H A Drender_svg_base.cpp30 { ATTR_NAME_FILL, [](RenderSvgBase& base) -> Color { return base.GetFillState().GetColor(); } }, in __anond65099550202()
41 [](RenderSvgBase& base) -> double { return base.GetFillState().GetOpacity().GetValue(); } }, in __anond65099550602()
284 fillState_ = baseDeclaration->GetFillState(); in SetPresentationAttrs()
766 fillState_.Inherit(parent->GetFillState()); in Inherit()
H A Drender_svg_base.h65 const FillState& GetFillState() const in GetFillState() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp114 return render->GetFillState().GetColor().ColorToString(); in GetFill()
123 return std::to_string(render->GetFillState().GetOpacity().GetValue()); in GetFillOpacity()
H A Dshape_composed_element.cpp157 return render->GetFillState().GetColor().ColorToString(); in GetFill()
166 return std::to_string(render->GetFillState().GetOpacity().GetValue()); in GetFillOpacity()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_circle.cpp47 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_path.cpp51 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_g.cpp52 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_line.cpp46 auto href = component_->GetDeclaration()->GetFillState().GetHref(); in CreateRender()
H A Dsvg_polygon.cpp53 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_use.cpp62 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_svg.cpp52 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_ellipse.cpp48 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_rect.cpp47 auto href = declaration->GetFillState().GetHref(); in CreateRender()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.h78 const FillState& GetFillState() const in GetFillState() function