Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4856 FXJSE_HVALUE precisionValue = 0; in Str() local
4867 precisionValue = GetSimpleHValue(hThis, args, 2); in Str()
4868 iPrecision = (int32_t)HValueToFloat(hThis, precisionValue); in Str()
4962 FXJSE_Value_Release(precisionValue); in Str()