Home
last modified time | relevance | path

Searched refs:widthStyleInt (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.h64 int widthStyleInt = widthStyleVal->ToNumber<int>(); in ParseRectWidthStyle() local
65 if (widthStyleInt == 0 || widthStyleInt == 1) { in ParseRectWidthStyle()
66 return static_cast<RectWidthStyle>(widthStyleInt); in ParseRectWidthStyle()