/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | rect_t.h | 484 void SetCorner(int32_t pos, const EdgeF& edge) in SetCorner() function 566 radius_.SetCorner(pos, EdgeF(radiusX, radiusY)); in SetCornerRadius() 571 radius_.SetCorner(TOP_LEFT_POS, EdgeF(radius, radius)); in SetCornerRadius() 572 radius_.SetCorner(TOP_RIGHT_POS, EdgeF(radius, radius)); in SetCornerRadius() 573 radius_.SetCorner(BOTTOM_LEFT_POS, EdgeF(radius, radius)); in SetCornerRadius() 574 radius_.SetCorner(BOTTOM_RIGHT_POS, EdgeF(radius, radius)); in SetCornerRadius()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/roundRect_napi/ |
H A D | js_roundrect.h | 37 static napi_value SetCorner(napi_env env, napi_callback_info info);
|
H A D | js_roundrect.cpp | 28 DECLARE_NAPI_FUNCTION("setCorner", JsRoundRect::SetCorner), in Init() 107 napi_value JsRoundRect ::SetCorner(napi_env env, napi_callback_info info) in SetCorner() function in OHOS::Rosen::Drawing::JsRoundRect
|
/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | render_piece.cpp | 68 rrect.SetCorner( in OnPaintFinish()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_value.cpp | 129 rrect.SetCorner(corner); in HandleAnimation()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | rrect.h | 89 void SetCorner(const Corner& corner) in SetCorner() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item.cpp | 182 focusAnimationRRect_.SetCorner({ item->GetTopLeftRadius(), item->GetTopRightRadius(), in Update() 657 rrect.SetCorner({ border.TopLeftRadius(), border.TopRightRadius(), in ResetFocusEffect()
|
H A D | rosen_render_list_item.cpp | 125 paintRRect.SetCorner(focusAnimationRRect_.GetCorner()); in PaintUniversalBackground()
|
/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | rosen_render_search.cpp | 133 rrect.SetCorner({ radius, radius, radius, radius }); in Paint()
|
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | render_drag_bar.cpp | 420 rrect.SetCorner({ radius, radius, radius, radius }); in OnPaintFinish()
|
/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 376 rrect.SetCorner(corner); in OnFocus()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 2022 rrect.SetCorner({ border.TopLeftRadius() - deflateRadius, border.TopRightRadius() - deflateRadius, in UpdateFocusAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 1905 void SetCorner(double& x, double& y, double width, double height, int32_t degree) in SetCorner() function 2012 SetCorner(leftX, leftY, oldSize.Width(), oldSize.Height(), degree); in GetPaintRectWithTransform()
|