Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp31 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()
Dcxfa_measurement.h22 void Set(float fValue, XFA_Unit eUnit) { in Set()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h189 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()
Dcfx_cssdeclaration.cpp291 CFX_CSSNumberType eUnit; in ParseNumber() local
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp130 XFA_Unit eUnit = CXFA_Measurement::GetUnitFromString(unit.AsStringView()); in HWXY() local