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

  /external/pdfium/xfa/fde/css/
fde_css.h 190 explicit FDE_CSSLength(FDE_CSSLengthUnit eUnit) : m_unit(eUnit) {}
193 : m_unit(eUnit), m_fValue(fValue) {}
196 m_unit = eUnit;
201 m_unit = eUnit;
206 FDE_CSSLengthUnit GetUnit() const { return m_unit; }
212 FDE_CSSLengthUnit m_unit; member in class:FDE_CSSLength
  /external/deqp/framework/common/
tcuTestLog.hpp 374 , m_unit (unit)
384 std::string m_unit; member in class:tcu::LogValueInfo
395 , m_unit (unit)
406 std::string m_unit; member in class:tcu::LogNumber
523 log.writeValueInfo(m_name, m_description, m_unit, m_tag);
529 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
535 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);

Completed in 221 milliseconds