Searched refs:ValueToFloat (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1446 args.GetReturnValue()->SetFloat(ceil(ValueToFloat(pThis, argValue.get()))); in Ceil() 1518 args.GetReturnValue()->SetFloat(floor(ValueToFloat(pThis, argValue.get()))); in Floor() 1905 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt() 2013 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt() 2050 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt() 2085 int32_t dDate = (int32_t)ValueToFloat(pThis, dateValue.get()); in Num2Date() 2225 int32_t iTime = (int32_t)ValueToFloat(pThis, timeValue.get()); in Num2GMTime() 2271 float fTime = ValueToFloat(pThis, timeValue.get()); in Num2Time() 2421 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt() 2651 float nRate = ValueToFloat(pThis, argOne.get()); in CTerm() [all …]
|
D | cfxjse_formcalc_context.h | 379 static float ValueToFloat(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
|