Searched refs:widthValue (Results 1 – 2 of 2) sorted by relevance
853 widthValue = min(max(location["wdth"], 50), 200)855 models.piecewiseLinearMap(widthValue, WDTH_VALUE_TO_OS2_WIDTH_CLASS)
4113 std::unique_ptr<CFXJSE_Value> widthValue = GetSimpleValue(pThis, args, 1); in Str() local4114 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()