Searched refs:GetCx (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_ellipse.cpp | 99 …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 D | svg_circle.cpp | 78 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 D | svg_circle_component.cpp | 57 const Dimension& SvgCircleComponent::GetCx() const in GetCx() function in OHOS::Ace::SvgCircleComponent 59 return declaration_->GetCx(); in GetCx()
|
H A D | svg_ellipse_component.cpp | 57 const Dimension& SvgEllipseComponent::GetCx() const in GetCx() function in OHOS::Ace::SvgEllipseComponent 59 return declaration_->GetCx(); in GetCx()
|
H A D | render_svg_circle.h | 33 const Dimension& GetCx() const in GetCx() function
|
H A D | render_svg_ellipse.h | 33 const Dimension& GetCx() const in GetCx() function
|
H A D | svg_circle_component.h | 35 const Dimension& GetCx() const;
|
H A D | svg_ellipse_component.h | 35 const Dimension& GetCx() const;
|
H A D | render_svg_circle.cpp | 36 cx_ = circleComponent->GetCx(); in Update()
|
H A D | render_svg_ellipse.cpp | 37 cx_ = ellipseComponent->GetCx(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_circle_declaration.h | 45 const Dimension& GetCx() const in GetCx() function
|
H A D | svg_ellipse_declaration.h | 46 const Dimension& GetCx() const in GetCx() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_ellipse.cpp | 56 …SkRect rect = SkRect::MakeXYWH(ConvertDimensionToPx(declaration->GetCx(), viewPort, SvgLengthType:… in AsPath()
|