/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | shape_composed_element.cpp | 260 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 D | rect_painter.cpp | 43 if (rectPaintProperty.GetBottomLeftRadius()) { in DrawRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
H A D | clip_component.h | 104 const Radius& GetBottomLeftRadius() const in GetBottomLeftRadius() function
|
H A D | render_clip.cpp | 42 bottomLeftRadius_ = clip->GetBottomLeftRadius(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape.cpp | 35 bottomLeftRadius_ = shapeComponent->GetBottomLeftRadius(); in Update()
|
H A D | render_shape.h | 70 Radius GetBottomLeftRadius() const in GetBottomLeftRadius() function
|
H A D | shape_component.h | 100 Radius GetBottomLeftRadius() const in GetBottomLeftRadius() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 208 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 D | drawing_decoration_painter.cpp | 790 … 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 D | skia_decoration_painter.cpp | 813 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 D | list_item_element.cpp | 57 bottomLeftRadius_ = item->GetBottomLeftRadius(); in Update()
|
H A D | list_item_component.h | 149 const Radius& GetBottomLeftRadius() const in GetBottomLeftRadius() function
|
H A D | render_list_item.cpp | 183 item->GetBottomRightRadius(), item->GetBottomLeftRadius() }); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | rect_paint_property.h | 189 const std::optional<Radius>& GetBottomLeftRadius() in GetBottomLeftRadius() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 984 …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 D | slider_content_modifier.cpp | 828 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 D | node_common_modifier.cpp | 5164 … shapeRect->GetBottomLeftRadius().GetX().GetNativeValue(static_cast<DimensionUnit>(unit)); in GetClipShape() 5310 … shapeRect->GetBottomLeftRadius().GetX().GetNativeValue(static_cast<DimensionUnit>(unit)); in GetMask()
|