Searched refs:widthStyleInt (Results 1 – 1 of 1) sorted by relevance
64 int widthStyleInt = widthStyleVal->ToNumber<int>(); in ParseRectWidthStyle() local65 if (widthStyleInt == 0 || widthStyleInt == 1) { in ParseRectWidthStyle()66 return static_cast<RectWidthStyle>(widthStyleInt); in ParseRectWidthStyle()