Home
last modified time | relevance | path

Searched refs:GetY2 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_line_component.cpp82 const Dimension& SvgLineComponent::GetY2() const in GetY2() function in OHOS::Ace::SvgLineComponent
84 return declaration_->GetY2(); in GetY2()
H A Drender_svg_line.h48 const Dimension& GetY2() const in GetY2() function
H A Dsvg_line_component.h41 const Dimension& GetY2() const;
H A Drender_svg_line.cpp40 y2_ = lineComponent->GetY2(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_line.cpp79 ConvertDimensionToPx(component_->GetY2(), viewPort, SvgLengthType::VERTICAL)); in AsPath()
89 ConvertDimensionToPx(component_->GetY2(), viewPort, SvgLengthType::VERTICAL)); in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_line_declaration.h82 const Dimension& GetY2() const in GetY2() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_line.cpp42 ConvertDimensionToPx(declaration->GetY2(), viewPort, SvgLengthType::VERTICAL)); in AsPath()