Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Ddecoration.h1471 struct PathArgs { struct
1472 std::string cmds;
1473 double para1 = 0.0;
1474 double para2 = 0.0;
1475 double para3 = 0.0;
1476 double para4 = 0.0;
1477 double para5 = 0.0;
1478 double para6 = 0.0;
1502 const std::vector<std::pair<PathCmd, PathArgs>>& GetCaches() const; argument