Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp615 FXSYS_ceil(ValueToFloat(pThis, argValue.get()))); in Ceil()
688 FXSYS_floor(ValueToFloat(pThis, argValue.get()))); in Floor()
1089 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
1206 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
1244 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
1279 int32_t dDate = (int32_t)ValueToFloat(pThis, dateValue.get()); in Num2Date()
1421 int32_t iTime = (int32_t)ValueToFloat(pThis, timeValue.get()); in Num2GMTime()
1468 FX_FLOAT fTime = ValueToFloat(pThis, timeValue.get()); in Num2Time()
1624 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()
2411 FX_FLOAT nRate = ValueToFloat(pThis, argOne.get()); in CTerm()
[all …]
Dxfa_fm2jscontext.h439 static FX_FLOAT ValueToFloat(CFXJSE_Value* pThis, CFXJSE_Value* pValue);