Home
last modified time | relevance | path

Searched refs:GetViewBox (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_component.cpp97 const Rect& SvgComponent::GetViewBox() const in GetViewBox() function in OHOS::Ace::SvgComponent
99 return declaration_->GetViewBox(); in GetViewBox()
H A Dsvg_component.h43 const Rect& GetViewBox() const;
H A Drender_svg_pattern.cpp35 viewBox_ = declaration->GetViewBox(); in Update()
H A Drender_svg.h35 const Rect& GetViewBox() const in GetViewBox() function
H A Drender_svg.cpp49 viewBox_ = svgComponent->GetViewBox(); in Update()
H A Drender_svg_base.cpp98 const auto& viewBox = svg->GetViewBox(); in FindSvgViewBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_svg.h40 Rect GetViewBox() const;
H A Dsvg_svg.cpp62 auto viewBox = GetViewBox(); in AdjustContentAreaByViewBox()
111 Rect SvgSvg::GetViewBox() const in GetViewBox() function in OHOS::Ace::NG::SvgSvg
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.h49 std::unique_ptr<JsonValue> GetViewBox() const;
H A Dshape_container_composed_element.cpp45 …{ "viewPort", [](const ShapeContainerComposedElement& inspector) { return inspector.GetViewBox(); … in __anona2101dcf0d02()
208 std::unique_ptr<JsonValue> ShapeContainerComposedElement::GetViewBox() const in GetViewBox() function in OHOS::Ace::V2::ShapeContainerComposedElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.cpp27 viewBox_ = shapeContainerComponent->GetViewBox(); in Update()
H A Dshape_container_component.h126 ShapeViewBox GetViewBox() const in GetViewBox() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_declaration.h115 const Rect& GetViewBox() const in GetViewBox() function
H A Dsvg_pattern_declaration.h127 const Rect& GetViewBox() const in GetViewBox() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp131 viewBox_ = svg->GetViewBox(); in ParseSvg()