Searched refs:GetRy (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_ellipse.cpp | 85 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 D | svg_rect.cpp | 84 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 D | svg_ellipse_component.cpp | 87 const Dimension& SvgEllipseComponent::GetRy() const in GetRy() function in OHOS::Ace::SvgEllipseComponent 89 return declaration_->GetRy(); in GetRy()
|
H A D | svg_rect_component.cpp | 67 const Dimension& SvgRectComponent::GetRy() const in GetRy() function in OHOS::Ace::SvgRectComponent 69 return declaration_->GetRy(); in GetRy()
|
H A D | render_svg_ellipse.h | 48 const Dimension& GetRy() const in GetRy() function
|
H A D | svg_ellipse_component.h | 41 const Dimension& GetRy() const;
|
H A D | render_svg_rect.h | 48 const Dimension& GetRy() const in GetRy() function
|
H A D | svg_rect_component.h | 37 const Dimension& GetRy() const;
|
H A D | render_svg_ellipse.cpp | 40 ry_ = ellipseComponent->GetRy(); in Update()
|
H A D | render_svg_rect.cpp | 32 ry_ = rectComponent->GetRy(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_ellipse_declaration.h | 82 const Dimension& GetRy() const in GetRy() function
|
H A D | svg_rect_declaration.h | 60 const Dimension& GetRy() const in GetRy() function
|