Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h459 struct EdgeF { struct
461 EdgeF(float x, float y) : x(x), y(y) {} in EdgeF() function
470 EdgeF operator+(const EdgeF& add) const argument
479 …RadiusF(const EdgeF& radius) : topLeft(radius), topRight(radius), bottomLeft(radius), bottomRight(… in RadiusF() argument