Home
last modified time | relevance | path

Searched refs:widthValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4381 std::unique_ptr<CFXJSE_Value> widthValue = GetSimpleValue(pThis, args, 1); in Str() local
4382 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()