HomeSort by relevance Sort by last modified time
    Searched refs:m_fValue (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.h 23 m_fValue = fValue;
28 float GetValue() const { return m_fValue; }
37 float m_fValue;
cxfa_measurement.cpp 35 m_fValue = 0;
  /external/pdfium/core/fxcrt/css/
cfx_css.h 191 : m_unit(eUnit), m_fValue(fValue) {}
200 m_fValue = fValue;
206 float GetValue() const { return m_fValue; }
207 bool NonZero() const { return static_cast<int>(m_fValue) != 0; }
211 float m_fValue;

Completed in 73 milliseconds