Home
last modified time | relevance | path

Searched refs:bottomLeftRadius (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drrect.h32 Radius bottomLeftRadius; member
115 corner_.bottomLeftRadius.ApplyScaleAndRound(scale); in ApplyScaleAndRound()
139 return rrect.GetCorner().bottomLeftRadius == corner_.bottomLeftRadius &&
H A Dshape.h266 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 Drosen_render_focus_animation.cpp217 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 Drosen_universal_painter.cpp74 …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 Drect_model_ng.cpp97 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 Drect_model_ng.h42 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 Dshape_composed_element.cpp289 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 Dclip_component.h109 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 Dlist_item_component.h123 void SetBottomLeftRadius(const Radius& bottomLeftRadius) in SetBottomLeftRadius() argument
125 if (!bottomLeftRadius.IsValid()) { in SetBottomLeftRadius()
128 bottomLeftRadius_ = bottomLeftRadius; in SetBottomLeftRadius()
H A Drosen_render_list_item.cpp187 border.SetBottomLeftRadius(corner.bottomLeftRadius); in PaintWithFocusEffect()
H A Drender_list_item.cpp488 border.SetBottomLeftRadius(focusAnimationRRect_.GetCorner().bottomLeftRadius); in ResetFocusEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shadow/
H A Drosen_render_shadow.cpp65 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 Dshape_component.h55 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 Dborder.h109 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 Drender_picker_value.cpp128 corner.bottomLeftRadius = border.BottomLeftRadius(); in HandleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp352 corner.bottomLeftRadius = border.BottomLeftRadius(); in GetCorner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3932 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 Darkoala_api.h444 ArkUI_Float32 bottomLeftRadius; member
479 ArkUI_Float32 bottomLeftRadius; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp1950 g_numberValues[NUM_6].f32 = options.bottomLeftRadius; in GetClipShape()
2796 g_numberValues[NUM_9].f32 = options.bottomLeftRadius; in GetMask()