Searched refs:heightStyleVal (Results 1 – 2 of 2) sorted by relevance
72 RectHeightStyle ParseRectHeightStyle(const JsiValue& heightStyleVal) in ParseRectHeightStyle() argument74 if (heightStyleVal->IsNumber()) { in ParseRectHeightStyle()75 int heightStyleInt = heightStyleVal->ToNumber<int>(); in ParseRectHeightStyle()
120 auto heightStyleVal = args[2]; in GetRectsForRange() local121 if (heightStyleVal->IsNull() || heightStyleVal->IsUndefined()) { in GetRectsForRange()124 RectHeightStyle heightStyle = ParseRectHeightStyle(heightStyleVal.Get()); in GetRectsForRange()