Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_css.h191 : m_unit(eUnit), m_fValue(fValue) {} in CFX_CSSLength()
200 m_fValue = fValue; in Set()
206 float GetValue() const { return m_fValue; } in GetValue()
207 bool NonZero() const { return static_cast<int>(m_fValue) != 0; } in NonZero()
211 float m_fValue; variable
/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
Dcxfa_measurement.cpp35 m_fValue = 0; in SetString()