Searched defs:eUnit (Results 1 – 5 of 5) sorted by relevance
31 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) { in CXFA_Measurement()83 bool CXFA_Measurement::ToUnitInternal(XFA_Unit eUnit, float* fValue) const { in ToUnitInternal()
22 void Set(float fValue, XFA_Unit eUnit) { in Set()
189 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength()192 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) { in Set()197 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()217 CFX_CSSRect(CFX_CSSLengthUnit eUnit, float val) in CFX_CSSRect()223 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit) { in Set()230 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
291 CFX_CSSNumberType eUnit; in ParseNumber() local
130 XFA_Unit eUnit = CXFA_Measurement::GetUnitFromString(unit.AsStringView()); in HWXY() local