Searched refs:GetNormalBorderRadius (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_button.cpp | 91 void GetNormalBorderRadius(const char* key, const JSRef<JSObject>& object, std::optional<CalcDimension>& radius) in GetNormalBorderRadius() function 112 GetNormalBorderRadius("topLeft", object, topLeft); in ParseAllBorderRadius() 113 GetNormalBorderRadius("topRight", object, topRight); in ParseAllBorderRadius() 114 GetNormalBorderRadius("bottomLeft", object, bottomLeft); in ParseAllBorderRadius() 115 GetNormalBorderRadius("bottomRight", object, bottomRight); in ParseAllBorderRadius()
|
Completed in 2 milliseconds