Searched refs:widthStyleVal (Results 1 – 2 of 2) sorted by relevance
61 RectWidthStyle ParseRectWidthStyle(const JsiValue& widthStyleVal) in ParseRectWidthStyle() argument63 if (widthStyleVal->IsNumber()) { in ParseRectWidthStyle()64 int widthStyleInt = widthStyleVal->ToNumber<int>(); in ParseRectWidthStyle()
115 auto widthStyleVal = args[1]; in GetRectsForRange() local116 if (widthStyleVal->IsNull() || widthStyleVal->IsUndefined()) { in GetRectsForRange()119 RectWidthStyle widthStyle = ParseRectWidthStyle(widthStyleVal.Get()); in GetRectsForRange()