Home
last modified time | relevance | path

Searched refs:MakeRect (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drender_piece.cpp67 RRect rrect = RRect::MakeRect(Rect(offset, size)); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drrect.h46 static RRect MakeRect(const Rect& rect) in MakeRect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp131 RRect rrect = RRect::MakeRect(Rect(offset, size)); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.cpp418 RRect rrect = RRect::MakeRect(Rect(offset, size)); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp124 RRect paintRRect = RRect::MakeRect(Rect(backgroundOffset, size)); in PaintUniversalBackground()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp192 …SkRRect skRRect = SkRRect::MakeRect(SkRect::MakeXYWH(clipRect_.GetOffset().GetX() - offset / DOUBL… in PaintClipRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp311 …SkRRect::MakeRect(SkRect::MakeLTRB(paintSize.Left(), paintSize.Top(), paintSize.Right(), paintSize…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1913 RRect rrect = RRect::MakeRect( in UpdateFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1900 outerRRect = SkRRect::MakeRect( in GetBoxOuterRRect()