Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.h23 m_fValue = fValue; in Set()
28 float GetValue() const { return m_fValue; } in GetValue()
37 float m_fValue; variable
/external/pdfium/core/fxcrt/css/
Dcfx_css.h190 : m_unit(eUnit), m_fValue(fValue) {} in CFX_CSSLength()
199 m_fValue = fValue; in Set()
205 float GetValue() const { return m_fValue; } in GetValue()
206 bool NonZero() const { return static_cast<int>(m_fValue) != 0; } in NonZero()
210 float m_fValue; variable