Home
last modified time | relevance | path

Searched defs:viewBox (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_declaration.cpp68 std::vector<double> viewBox; in SetSpecializedValue() local
79 std::vector<double> viewBox; in SetSpecializedValue() local
H A Dsvg_pattern_declaration.cpp59 std::vector<double> viewBox; in SetSpecializedAttr() local
H A Dsvg_declaration.h43 Rect viewBox; member
109 void SetViewBox(const Rect& viewBox) in SetViewBox()
H A Dsvg_pattern_declaration.h31 Rect viewBox; member
133 void SetViewBox(const Rect& viewBox) in SetViewBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_svg.cpp62 auto viewBox = GetViewBox(); in AdjustContentAreaByViewBox() local
132 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
143 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
H A Dsvg_use.cpp97 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
108 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
H A Dsvg_pattern.cpp66 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
H A Dsvg_image.cpp153 RSRect SvgImage::CalcDstRect(const Size& realSize, const Rect& viewBox) in CalcDstRect()
H A Dsvg_attributes_parser.h89 Rect viewBox; member
170 Rect viewBox; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_utils.cpp21 const Size& svgSize, const Rect& viewBox) in CalculateSvgConentSize()
H A Dsvg_context.h88 void SetRootViewBox(const Rect& viewBox) in SetRootViewBox()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/svg/
H A Dmock_svg_utils.cpp21 const Size& svgSize, const Rect& viewBox) in CalculateSvgConentSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_component.cpp92 void SvgComponent::SetViewBox(const Rect& viewBox) in SetViewBox()
H A Drender_svg_base.cpp98 const auto& viewBox = svg->GetViewBox(); in FindSvgViewBox() local
779 auto viewBox = svgViewBox_.value(); in GetViewBoxFromRoot() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_component.h121 void SetViewBox(const ShapeViewBox& viewBox) in SetViewBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp213 auto viewBox = render->GetShapeViewBox(); in GetViewBox() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_model_impl.cpp53 ShapeViewBox viewBox; in SetViewPort() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.cpp86 ShapeViewBox viewBox; in SetViewPort() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp329 auto viewBox = svgRoot->GetViewBox(); local