Searched defs:argStyle (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp994 FXJSE_HVALUE argStyle = 0; local
997 argStyle = GetSimpleHValue(hThis, args, 0);
998 if (FXJSE_Value_IsNull(argStyle)) {
1001 iStyle = (int32_t)HValueToFloat(hThis, argStyle);
1025 FXJSE_Value_Release(argStyle);
1124 FXJSE_HVALUE argStyle = 0; local
1127 argStyle = GetSimpleHValue(hThis, args, 0);
1128 if (FXJSE_Value_IsNull(argStyle)) {
1131 iStyle = (int32_t)HValueToFloat(hThis, argStyle);
1155 FXJSE_Value_Release(argStyle);
1175 FXJSE_HVALUE argStyle = 0; local
1625 FXJSE_HVALUE argStyle = 0; local
[all...]

Completed in 621 milliseconds