/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_element.cpp | 55 … shapeComponent->InheritShapeStyle(selfComponent->GetFillState(), selfComponent->GetStrokeState(), in UpdateChildStyle() 61 …shapeContainerComponent->InheritShapeStyle(selfComponent->GetFillState(), selfComponent->GetStroke… in UpdateChildStyle()
|
H A D | render_shape_container.h | 45 FillState GetFillState() const in GetFillState() function
|
H A D | render_shape_container.cpp | 30 fillState_ = shapeContainerComponent->GetFillState(); in Update()
|
H A D | render_shape.cpp | 38 fillState_ = shapeComponent->GetFillState(); in Update()
|
H A D | render_shape.h | 100 FillState GetFillState() const in GetFillState() function
|
H A D | shape_component.h | 141 FillState GetFillState() const in GetFillState() function
|
H A D | shape_container_component.h | 131 FillState GetFillState() const in GetFillState() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_shape.h | 42 const FillState& GetFillState() const in GetFillState() function
|
H A D | render_svg_base.cpp | 30 { 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 D | render_svg_base.h | 65 const FillState& GetFillState() const in GetFillState() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | shape_container_composed_element.cpp | 114 return render->GetFillState().GetColor().ColorToString(); in GetFill() 123 return std::to_string(render->GetFillState().GetOpacity().GetValue()); in GetFillOpacity()
|
H A D | shape_composed_element.cpp | 157 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 D | svg_circle.cpp | 47 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_path.cpp | 51 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_g.cpp | 52 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_line.cpp | 46 auto href = component_->GetDeclaration()->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_polygon.cpp | 53 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_use.cpp | 62 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_svg.cpp | 52 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_ellipse.cpp | 48 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
H A D | svg_rect.cpp | 47 auto href = declaration->GetFillState().GetHref(); in CreateRender()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_base_declaration.h | 78 const FillState& GetFillState() const in GetFillState() function
|