Searched defs:RoundRect (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | round_rect.h | 77 inline RoundRect::RoundRect() noexcept : rect_(), isSimple_(true) {} in RoundRect() function 79 inline RoundRect::RoundRect(const RoundRect& roundRect) noexcept : RoundRect() in RoundRect() function 88 inline RoundRect::RoundRect(const Rect& r, scalar xRad, scalar yRad) noexcept : RoundRect() in RoundRect() function 98 inline RoundRect::RoundRect(const Rect& r, const std::vector<Point>& radiusXY) noexcept : RoundRect… in RoundRect() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | rect_t.h | 542 inline RoundRect::RoundRect() noexcept : radius_(EdgeF(0, 0), EdgeF(0, 0), EdgeF(0, 0), EdgeF(0, 0)… in RoundRect() function 544 inline RoundRect::RoundRect(const RoundRect& roundRect) noexcept : RoundRect() in RoundRect() function 550 inline RoundRect::RoundRect(const RectF& r, float xRad, float yRad) noexcept : RoundRect() in RoundRect() function 558 inline RoundRect::RoundRect(const RectF& r, const RadiusF& rad) noexcept : RoundRect() in RoundRect() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing_forward.h | 34 class RoundRect; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng_new.cpp | 165 focusHub->getInnerFocusRectFunc_ = [](RoundRect) {}; in __anon70c353110202() argument
|