Searched defs:eUnit (Results 1 – 4 of 4) sorted by relevance
29 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) { in CXFA_Measurement()44 XFA_Unit eUnit = GetUnitFromString( in SetString() local78 bool CXFA_Measurement::ToUnitInternal(XFA_Unit eUnit, float* fValue) const { in ToUnitInternal()
22 void Set(float fValue, XFA_Unit eUnit) { in Set()
188 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()
181 CFX_CSSNumberType& eUnit) { in ParseCSSNumber()434 CFX_CSSNumberType eUnit; in ParseNumber() local