/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | rrect.h | 32 Radius bottomLeftRadius; member 115 corner_.bottomLeftRadius.ApplyScaleAndRound(scale); in ApplyScaleAndRound() 139 return rrect.GetCorner().bottomLeftRadius == corner_.bottomLeftRadius &&
|
H A D | shape.h | 266 void SetBottomLeftRadius(const Dimension& bottomLeftRadius, bool isX = true) 268 if (!bottomLeftRadius.IsValid()) { 272 bottomLeftRadius_.SetX(bottomLeftRadius); 274 bottomLeftRadius_.SetY(bottomLeftRadius); 489 void SetBottomLeftRadius(const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument 491 bottomLeftRadius_ = bottomLeftRadius; in SetBottomLeftRadius()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | rosen_render_focus_animation.cpp | 217 double radiusX = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetX()); in PaintTVFocus() 218 double radiusY = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetY()); in PaintTVFocus() 305 radiusX = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetX()); in PaintPhoneFocus() 306 radiusY = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetY()); in PaintPhoneFocus() 315 radiusX = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetX()); in PaintPhoneFocus() 316 radiusY = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetY()); in PaintPhoneFocus() 346 radiusX = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetX()); in PaintPhoneFocus() 347 radiusY = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetY()); in PaintPhoneFocus() 356 radiusX = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetX()); in PaintPhoneFocus() 357 radiusY = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetY()); in PaintPhoneFocus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_universal_painter.cpp | 74 …SkDoubleToScalar(std::max(RosenUniversalPainter::NormalizeToPx(corner.bottomLeftRadius.GetX(), dip… in DrawRRectBackground() 76 … std::max(RosenUniversalPainter::NormalizeToPx(corner.bottomLeftRadius.GetY(), dipScale), 0.0))); in DrawRRectBackground() 107 … std::max(RosenUniversalPainter::NormalizeToPx(corner.bottomLeftRadius.GetX(), dipScale), 0.0)), in DrawRRectBackground() 109 … std::max(RosenUniversalPainter::NormalizeToPx(corner.bottomLeftRadius.GetY(), dipScale), 0.0)))); in DrawRRectBackground()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | rect_model_ng.cpp | 97 void RectModelNG::SetBottomLeftRadius(const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument 99 ACE_UPDATE_PAINT_PROPERTY(RectPaintProperty, BottomLeftRadius, bottomLeftRadius); in SetBottomLeftRadius() 160 void RectModelNG::SetBottomLeftRadius(FrameNode* frameNode, const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument 162 … ACE_UPDATE_NODE_PAINT_PROPERTY(RectPaintProperty, BottomLeftRadius, bottomLeftRadius, frameNode); in SetBottomLeftRadius()
|
H A D | rect_model_ng.h | 42 static void SetBottomLeftRadius(const Radius& bottomLeftRadius); 47 static void SetBottomLeftRadius(FrameNode* frameNode, const Radius& bottomLeftRadius);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | shape_composed_element.cpp | 289 Radius bottomLeftRadius = render->GetBottomLeftRadius(); in GetRadiusHeightArray() local 295 (topLeftRadius.GetY() == bottomLeftRadius.GetY())) { in GetRadiusHeightArray() 301 jsonRadiusArray->Put("2", bottomLeftRadius.GetY().Value()); in GetRadiusHeightArray() 318 Radius bottomLeftRadius = render->GetBottomLeftRadius(); in GetRadiusWidthArray() local 324 (topLeftRadius.GetX() == bottomLeftRadius.GetX())) { in GetRadiusWidthArray() 330 jsonRadiusArray->Put("2", bottomLeftRadius.GetX().Value()); in GetRadiusWidthArray()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
H A D | clip_component.h | 109 void SetBottomLeftRadius(const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument 111 bottomLeftRadius_ = bottomLeftRadius; in SetBottomLeftRadius()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_component.h | 123 void SetBottomLeftRadius(const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument 125 if (!bottomLeftRadius.IsValid()) { in SetBottomLeftRadius() 128 bottomLeftRadius_ = bottomLeftRadius; in SetBottomLeftRadius()
|
H A D | rosen_render_list_item.cpp | 187 border.SetBottomLeftRadius(corner.bottomLeftRadius); in PaintWithFocusEffect()
|
H A D | render_list_item.cpp | 488 border.SetBottomLeftRadius(focusAnimationRRect_.GetCorner().bottomLeftRadius); in ResetFocusEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shadow/ |
H A D | rosen_render_shadow.cpp | 65 double radiusX = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetX()); in Paint() 66 double radiusY = NormalizeToPx(rrect_.GetCorner().bottomLeftRadius.GetY()); in Paint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 55 void SetBottomLeftRadius(const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument 57 bottomLeftRadius_ = bottomLeftRadius; in SetBottomLeftRadius()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border.h | 109 void SetBottomLeftRadius(const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument 111 bottomLeftRadius_ = bottomLeftRadius; in SetBottomLeftRadius()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_value.cpp | 128 corner.bottomLeftRadius = border.BottomLeftRadius(); in HandleAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 352 corner.bottomLeftRadius = border.BottomLeftRadius(); in GetCorner()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3932 auto bottomLeftRadius = length > NUM_5 in SetClipShape() local 3942 shape->SetBottomLeftRadius(Radius(bottomLeftRadius)); in SetClipShape() 4506 auto bottomLeftRadius = length > NUM_5 in SetMaskShape() local 4516 shape->SetBottomLeftRadius(Radius(bottomLeftRadius)); in SetMaskShape() 5163 options->bottomLeftRadius = in GetClipShape() 5309 options->bottomLeftRadius = in GetMask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 444 ArkUI_Float32 bottomLeftRadius; member 479 ArkUI_Float32 bottomLeftRadius; member
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1950 g_numberValues[NUM_6].f32 = options.bottomLeftRadius; in GetClipShape() 2796 g_numberValues[NUM_9].f32 = options.bottomLeftRadius; in GetMask()
|