Home
last modified time | relevance | path

Searched refs:fRatio (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2709 FX_FLOAT fRatio = 0; in GetBarcodeAttribute_WideNarrowRatio() local
2711 fRatio = (FX_FLOAT)FXSYS_wtoi(wsWideNarrowRatio); in GetBarcodeAttribute_WideNarrowRatio()
2717 fRatio = (FX_FLOAT)fA / fB; in GetBarcodeAttribute_WideNarrowRatio()
2720 val = fRatio; in GetBarcodeAttribute_WideNarrowRatio()