Home
last modified time | relevance | path

Searched defs:eUnit (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp29 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) { in CXFA_Measurement()
44 XFA_Unit eUnit = GetUnitFromString( in SetString() local
78 bool CXFA_Measurement::ToUnitInternal(XFA_Unit eUnit, float* fValue) const { in ToUnitInternal()
Dcxfa_measurement.h22 void Set(float fValue, XFA_Unit eUnit) { in Set()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h188 explicit CFX_CSSLength(CFX_CSSLengthUnit eUnit) : m_unit(eUnit) {} in CFX_CSSLength()
190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength()
193 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) { in Set()
198 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
218 CFX_CSSRect(CFX_CSSLengthUnit eUnit, float val) in CFX_CSSRect()
224 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit) { in Set()
231 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
Dcfx_cssdeclaration.cpp181 CFX_CSSNumberType& eUnit) { in ParseCSSNumber()
434 CFX_CSSNumberType eUnit; in ParseNumber() local