Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.h61 RectWidthStyle ParseRectWidthStyle(const JsiValue& widthStyleVal) in ParseRectWidthStyle() argument
63 if (widthStyleVal->IsNumber()) { in ParseRectWidthStyle()
64 int widthStyleInt = widthStyleVal->ToNumber<int>(); in ParseRectWidthStyle()
H A Djs_layout_manager.cpp115 auto widthStyleVal = args[1]; in GetRectsForRange() local
116 if (widthStyleVal->IsNull() || widthStyleVal->IsUndefined()) { in GetRectsForRange()
119 RectWidthStyle widthStyle = ParseRectWidthStyle(widthStyleVal.Get()); in GetRectsForRange()