Home
last modified time | relevance | path

Searched refs:SetCorner (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h484 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 Djs_roundrect.h37 static napi_value SetCorner(napi_env env, napi_callback_info info);
H A Djs_roundrect.cpp28 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 Drender_piece.cpp68 rrect.SetCorner( in OnPaintFinish()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.cpp129 rrect.SetCorner(corner); in HandleAnimation()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drrect.h89 void SetCorner(const Corner& corner) in SetCorner() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp182 focusAnimationRRect_.SetCorner({ item->GetTopLeftRadius(), item->GetTopRightRadius(), in Update()
657 rrect.SetCorner({ border.TopLeftRadius(), border.TopRightRadius(), in ResetFocusEffect()
H A Drosen_render_list_item.cpp125 paintRRect.SetCorner(focusAnimationRRect_.GetCorner()); in PaintUniversalBackground()
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp133 rrect.SetCorner({ radius, radius, radius, radius }); in Paint()
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.cpp420 rrect.SetCorner({ radius, radius, radius, radius }); in OnPaintFinish()
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp376 rrect.SetCorner(corner); in OnFocus()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2022 rrect.SetCorner({ border.TopLeftRadius() - deflateRadius, border.TopRightRadius() - deflateRadius, in UpdateFocusAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1905 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()

Completed in 22 milliseconds