Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.h22 m_fValue = fValue; in Set()
28 FX_FLOAT GetValue() const { return m_fValue; } in GetValue()
38 FX_FLOAT m_fValue;
Dcxfa_measurement.cpp25 m_fValue = 0; in Set()
/external/pdfium/xfa/fde/css/
Dfde_css.h193 : m_unit(eUnit), m_fValue(fValue) {} in FDE_CSSLength()
202 m_fValue = fValue; in Set()
208 FX_FLOAT GetValue() const { return m_fValue; } in GetValue()
209 bool NonZero() const { return static_cast<int>(m_fValue) != 0; } in NonZero()
213 FX_FLOAT m_fValue; variable