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

/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp786 FX_DOUBLE dPrecision = 0.0; local
793 dPrecision = HValueToDouble(hThis, jsObjectValue);
800 dPrecision = HValueToDouble(hThis, newPropertyValue);
806 dPrecision = HValueToDouble(hThis, argTwo);
808 if (dPrecision < 0) {
810 } else if (dPrecision > 12.0) {
813 uPrecision = (uint8_t)dPrecision;

Completed in 94 milliseconds