/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_declaration.cpp | 68 std::vector<double> viewBox; in SetSpecializedValue() local 79 std::vector<double> viewBox; in SetSpecializedValue() local
|
H A D | svg_pattern_declaration.cpp | 59 std::vector<double> viewBox; in SetSpecializedAttr() local
|
H A D | svg_declaration.h | 43 Rect viewBox; member 109 void SetViewBox(const Rect& viewBox) in SetViewBox()
|
H A D | svg_pattern_declaration.h | 31 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 D | svg_svg.cpp | 62 auto viewBox = GetViewBox(); in AdjustContentAreaByViewBox() local 132 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local 143 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
|
H A D | svg_use.cpp | 97 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local 108 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
|
H A D | svg_pattern.cpp | 66 std::vector<double> viewBox; in ParseAndSetSpecializedAttr() local
|
H A D | svg_image.cpp | 153 RSRect SvgImage::CalcDstRect(const Size& realSize, const Rect& viewBox) in CalcDstRect()
|
H A D | svg_attributes_parser.h | 89 Rect viewBox; member 170 Rect viewBox; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_utils.cpp | 21 const Size& svgSize, const Rect& viewBox) in CalculateSvgConentSize()
|
H A D | svg_context.h | 88 void SetRootViewBox(const Rect& viewBox) in SetRootViewBox()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_svg_utils.cpp | 21 const Size& svgSize, const Rect& viewBox) in CalculateSvgConentSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_component.cpp | 92 void SvgComponent::SetViewBox(const Rect& viewBox) in SetViewBox()
|
H A D | render_svg_base.cpp | 98 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 D | shape_container_component.h | 121 void SetViewBox(const ShapeViewBox& viewBox) in SetViewBox()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | shape_container_composed_element.cpp | 213 auto viewBox = render->GetShapeViewBox(); in GetViewBox() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_model_impl.cpp | 53 ShapeViewBox viewBox; in SetViewPort() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.cpp | 86 ShapeViewBox viewBox; in SetViewPort() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_dom.cpp | 329 auto viewBox = svgRoot->GetViewBox(); local
|