Home
last modified time | relevance | path

Searched refs:GetBottomLeftRadius (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_composed_element.cpp260 render->GetTopLeftRadius(), render->GetTopRightRadius(), render->GetBottomLeftRadius(), in GetRadiusArray()
289 Radius bottomLeftRadius = render->GetBottomLeftRadius(); in GetRadiusHeightArray()
318 Radius bottomLeftRadius = render->GetBottomLeftRadius(); in GetRadiusWidthArray()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drect_painter.cpp43 if (rectPaintProperty.GetBottomLeftRadius()) { in DrawRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Dclip_component.h104 const Radius& GetBottomLeftRadius() const in GetBottomLeftRadius() function
H A Drender_clip.cpp42 bottomLeftRadius_ = clip->GetBottomLeftRadius(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.cpp35 bottomLeftRadius_ = shapeComponent->GetBottomLeftRadius(); in Update()
H A Drender_shape.h70 Radius GetBottomLeftRadius() const in GetBottomLeftRadius() function
H A Dshape_component.h100 Radius GetBottomLeftRadius() const in GetBottomLeftRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h208 const Radius& GetBottomLeftRadius() const in GetBottomLeftRadius() function
509 Radius GetBottomLeftRadius() const in GetBottomLeftRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp790 … DrawingDimensionToPx(inset->GetBottomLeftRadius().GetX(), radiusSize, LengthMode::HORIZONTAL); in DrawingCreateInset()
792 DrawingDimensionToPx(inset->GetBottomLeftRadius().GetY(), radiusSize, LengthMode::VERTICAL); in DrawingCreateInset()
900 …rect->GetBottomLeftRadius().GetX(), rect->GetBottomLeftRadius().GetY(), radiusSize, LengthMode::HO… in DrawingCreateRect()
902 …rect->GetBottomLeftRadius().GetY(), rect->GetBottomLeftRadius().GetX(), radiusSize, LengthMode::VE… in DrawingCreateRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp813 SkiaDimensionToPx(inset->GetBottomLeftRadius().GetX(), radiusSize, LengthMode::HORIZONTAL); in SkiaCreateInset()
814 …float bottomLeftRadiusY = SkiaDimensionToPx(inset->GetBottomLeftRadius().GetY(), radiusSize, Lengt… in SkiaCreateInset()
923 …rect->GetBottomLeftRadius().GetX(), rect->GetBottomLeftRadius().GetY(), radiusSize, LengthMode::HO… in SkiaCreateRect()
925 …rect->GetBottomLeftRadius().GetY(), rect->GetBottomLeftRadius().GetX(), radiusSize, LengthMode::VE… in SkiaCreateRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_element.cpp57 bottomLeftRadius_ = item->GetBottomLeftRadius(); in Update()
H A Dlist_item_component.h149 const Radius& GetBottomLeftRadius() const in GetBottomLeftRadius() function
H A Drender_list_item.cpp183 item->GetBottomRightRadius(), item->GetBottomLeftRadius() }); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Drect_paint_property.h189 const std::optional<Radius>& GetBottomLeftRadius() in GetBottomLeftRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp984 …float bottomLeftRadiusX = DimensionToPx(inset->GetBottomLeftRadius().GetX(), radiusSize, LengthMod…
985 …float bottomLeftRadiusY = DimensionToPx(inset->GetBottomLeftRadius().GetY(), radiusSize, LengthMod…
1199 …rect->GetBottomLeftRadius().GetX(), rect->GetBottomLeftRadius().GetY(), radiusSize, LengthMode::HO…
1201 …rect->GetBottomLeftRadius().GetY(), rect->GetBottomLeftRadius().GetX(), radiusSize, LengthMode::VE…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp828 rectBottomLeftRadiusX_->Set(rect->GetBottomLeftRadius().GetX().ConvertToPx()); in SetBlockShape()
829 rectBottomLeftRadiusY_->Set(rect->GetBottomLeftRadius().GetY().ConvertToPx()); in SetBlockShape()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5164 … shapeRect->GetBottomLeftRadius().GetX().GetNativeValue(static_cast<DimensionUnit>(unit)); in GetClipShape()
5310 … shapeRect->GetBottomLeftRadius().GetX().GetNativeValue(static_cast<DimensionUnit>(unit)); in GetMask()