Home
last modified time | relevance | path

Searched refs:GetCx (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp99 …SkRect rect = SkRect::MakeXYWH(ConvertDimensionToPx(component_->GetCx(), viewPort, SvgLengthType::… in AsPath()
104 …RSRect rect = RSRect(ConvertDimensionToPx(component_->GetCx(), viewPort, SvgLengthType::HORIZONTAL… in AsPath()
106 rx + ConvertDimensionToPx(component_->GetCx(), viewPort, SvgLengthType::HORIZONTAL), in AsPath()
H A Dsvg_circle.cpp78 path.addCircle(ConvertDimensionToPx(component_->GetCx(), viewPort, SvgLengthType::HORIZONTAL), in AsPath()
87 path.AddCircle(ConvertDimensionToPx(component_->GetCx(), viewPort, SvgLengthType::HORIZONTAL), in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_circle_component.cpp57 const Dimension& SvgCircleComponent::GetCx() const in GetCx() function in OHOS::Ace::SvgCircleComponent
59 return declaration_->GetCx(); in GetCx()
H A Dsvg_ellipse_component.cpp57 const Dimension& SvgEllipseComponent::GetCx() const in GetCx() function in OHOS::Ace::SvgEllipseComponent
59 return declaration_->GetCx(); in GetCx()
H A Drender_svg_circle.h33 const Dimension& GetCx() const in GetCx() function
H A Drender_svg_ellipse.h33 const Dimension& GetCx() const in GetCx() function
H A Dsvg_circle_component.h35 const Dimension& GetCx() const;
H A Dsvg_ellipse_component.h35 const Dimension& GetCx() const;
H A Drender_svg_circle.cpp36 cx_ = circleComponent->GetCx(); in Update()
H A Drender_svg_ellipse.cpp37 cx_ = ellipseComponent->GetCx(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_circle_declaration.h45 const Dimension& GetCx() const in GetCx() function
H A Dsvg_ellipse_declaration.h46 const Dimension& GetCx() const in GetCx() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp56 …SkRect rect = SkRect::MakeXYWH(ConvertDimensionToPx(declaration->GetCx(), viewPort, SvgLengthType:… in AsPath()