Home
last modified time | relevance | path

Searched defs:RadiusF (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h478 struct RadiusF { struct
479RadiusF(const EdgeF& radius) : topLeft(radius), topRight(radius), bottomLeft(radius), bottomRight(… in RadiusF() argument
480RadiusF(const EdgeF& topLeft, const EdgeF& topRight, const EdgeF& bottomLeft, const EdgeF& bottomR… in RadiusF() argument
484 void SetCorner(int32_t pos, const EdgeF& edge) in SetCorner()
492 EdgeF GetCorner(int32_t pos) const in GetCorner()
500 union {