Searched refs:HValueToFloat (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 334 FXSYS_ceil(HValueToFloat(hThis, argValue))); in Ceil() 417 FXSYS_floor(HValueToFloat(hThis, argValue))); in Floor() 1001 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in DateFmt() 1131 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in LocalDateFmt() 1182 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in LocalTimeFmt() 1233 dDate = (int32_t)HValueToFloat(hThis, dateValue); in Num2Date() 1386 iTime = (int32_t)HValueToFloat(hThis, timeValue); in Num2GMTime() 1447 fTime = HValueToFloat(hThis, timeValue); in Num2Time() 1632 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in TimeFmt() 2578 nRate = HValueToFloat(hThis, argOne); in CTerm() [all …]
|
D | xfa_fm2jscontext.h | 426 static FX_FLOAT HValueToFloat(FXJSE_HOBJECT hThis, FXJSE_HVALUE hValue);
|