Home
last modified time | relevance | path

Searched defs:RoundRect (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dround_rect.h28 class DRAWING_API RoundRect { class
81 inline RoundRect::RoundRect(const RoundRect& roundRect) noexcept : RoundRect() RoundRect() function
90 inline RoundRect::RoundRect(const Rect& r, scalar xRad, scalar yRad) noexcept : RoundRect() RoundRect() function
100 inline RoundRect::RoundRect(const Rect& r, const std::vector<Point>& radiusXY) noexcept : RoundRect() RoundRect() function
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h511 class RoundRect { class
544 inline RoundRect function
550 inline RoundRect::RoundRect(const RectF& r, float xRad, float yRad) noexcept : RoundRect() RoundRect() function
558 inline RoundRect::RoundRect(const RectF& r, const RadiusF& rad) noexcept : RoundRect() RoundRect() function
[all...]

Completed in 3 milliseconds