Home
last modified time | relevance | path

Searched refs:GetRy (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp85 if (GreatNotEqual(component_->GetRy().Value(), 0.0)) { in AsPath()
86 rx = ConvertDimensionToPx(component_->GetRy(), viewPort, SvgLengthType::VERTICAL); in AsPath()
90 if (GreatOrEqual(component_->GetRy().Value(), 0.0)) { in AsPath()
91 ry = ConvertDimensionToPx(component_->GetRy(), viewPort, SvgLengthType::VERTICAL); in AsPath()
H A Dsvg_rect.cpp84 if (GreatNotEqual(component_->GetRy().Value(), 0.0)) { in AsPath()
85 rx = ConvertDimensionToPx(component_->GetRy(), viewPort, SvgLengthType::VERTICAL); in AsPath()
89 if (GreatOrEqual(component_->GetRy().Value(), 0.0)) { in AsPath()
90 ry = ConvertDimensionToPx(component_->GetRy(), viewPort, SvgLengthType::VERTICAL); in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_ellipse_component.cpp87 const Dimension& SvgEllipseComponent::GetRy() const in GetRy() function in OHOS::Ace::SvgEllipseComponent
89 return declaration_->GetRy(); in GetRy()
H A Dsvg_rect_component.cpp67 const Dimension& SvgRectComponent::GetRy() const in GetRy() function in OHOS::Ace::SvgRectComponent
69 return declaration_->GetRy(); in GetRy()
H A Drender_svg_ellipse.h48 const Dimension& GetRy() const in GetRy() function
H A Dsvg_ellipse_component.h41 const Dimension& GetRy() const;
H A Drender_svg_rect.h48 const Dimension& GetRy() const in GetRy() function
H A Dsvg_rect_component.h37 const Dimension& GetRy() const;
H A Drender_svg_ellipse.cpp40 ry_ = ellipseComponent->GetRy(); in Update()
H A Drender_svg_rect.cpp32 ry_ = rectComponent->GetRy(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_ellipse_declaration.h82 const Dimension& GetRy() const in GetRy() function
H A Dsvg_rect_declaration.h60 const Dimension& GetRy() const in GetRy() function