Searched refs:FXJSE_Value_SetDouble (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fxjse/
H A Dfxjse.h126 void FXJSE_Value_SetDouble(FXJSE_HVALUE hValue, FXJSE_DOUBLE dDouble);
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp245 FXJSE_Value_SetDouble(args.GetReturnValue(), dValue);
320 FXJSE_Value_SetDouble(args.GetReturnValue(), dSum / uCount);
523 FXJSE_Value_SetDouble(args.GetReturnValue(), dMaxValue);
626 FXJSE_Value_SetDouble(args.GetReturnValue(), dMinValue);
704 FXJSE_Value_SetDouble(
899 FXJSE_Value_SetDouble(args.GetReturnValue(), dSum);
2548 FXJSE_Value_SetDouble(args.GetReturnValue(), r);
2633 FXJSE_Value_SetDouble(args.GetReturnValue(), dResult);
2752 FXJSE_Value_SetDouble(args.GetReturnValue(), nSum);
2915 FXJSE_Value_SetDouble(arg
[all...]
/external/pdfium/xfa/src/fxjse/src/
H A Dvalue.cpp116 void FXJSE_Value_SetDouble(FXJSE_HVALUE hValue, FXJSE_DOUBLE dDouble) { function

Completed in 33 milliseconds