Searched refs:widthValue (Results 1 – 1 of 1) sorted by relevance
4381 std::unique_ptr<CFXJSE_Value> widthValue = GetSimpleValue(pThis, args, 1); in Str() local4382 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()