Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp721 args.GetReturnValue()->SetFloat(ceil(ValueToFloat(pThis, argValue.get()))); in Ceil()
793 args.GetReturnValue()->SetFloat(floor(ValueToFloat(pThis, argValue.get()))); in Floor()
1181 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
1291 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
1329 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
1364 int32_t dDate = (int32_t)ValueToFloat(pThis, dateValue.get()); in Num2Date()
1505 int32_t iTime = (int32_t)ValueToFloat(pThis, timeValue.get()); in Num2GMTime()
1552 float fTime = ValueToFloat(pThis, timeValue.get()); in Num2Time()
1703 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()
2295 float nRate = ValueToFloat(pThis, argOne.get()); in CTerm()
[all …]
Dcfxjse_formcalc_context.h413 static float ValueToFloat(CFXJSE_Value* pThis, CFXJSE_Value* pValue);