Home
last modified time | relevance | path

Searched refs:GetRadiusY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h356 const Dimension& GetRadiusY() const in GetRadiusY() function
397 …return (radiusX_ == other.GetRadiusX() && radiusY_ == other.GetRadiusY() && axisX_ == other.GetAxi…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp814 if (ellipse->GetRadiusX().IsValid() && ellipse->GetRadiusY().IsValid()) { in SetBlockShape()
816 ellipseRadiusY_->Set(ellipse->GetRadiusY().ConvertToPx()); in SetBlockShape()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp825 float ry = DrawingDimensionToPx(ellipse->GetRadiusY(), size, LengthMode::VERTICAL); in DrawingCreateEllipse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp847 float ry = SkiaDimensionToPx(ellipse->GetRadiusY(), size, LengthMode::VERTICAL); in SkiaCreateEllipse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp1055 float ry = DimensionToPx(ellipse->GetRadiusY(), size, LengthMode::VERTICAL);