Home
last modified time | relevance | path

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 Dround_rect.h77 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 Drect_t.h542 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 Ddrawing_forward.h34 class RoundRect; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp165 focusHub->getInnerFocusRectFunc_ = [](RoundRect) {}; in __anon70c353110202() argument