Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.h201 explicit EdgePx(double value) : EdgePx(value, value, value, value) {} in EdgePx() function
202 explicit EdgePx(const std::string& value) : EdgePx(value, value, value, value) {} in EdgePx() function
203 EdgePx(double left, double top, double right, double bottom) : Edge(left, top, right, bottom) {} in EdgePx() function
204EdgePx(const std::string& left, const std::string& top, const std::string& right, const std::strin… in EdgePx() function