Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_css.h100 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength()
103 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) { in Set()
108 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
128 CFX_CSSRect(CFX_CSSLengthUnit eUnit, float val) in CFX_CSSRect()
134 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit) { in Set()
141 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
Dcfx_cssdeclaration.cpp295 CFX_CSSNumberValue::Unit eUnit; in ParseNumber() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp32 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.h21 void Set(float fValue, XFA_Unit eUnit) { in Set()
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp134 XFA_Unit eUnit = CXFA_Measurement::GetUnitFromString(unit.AsStringView()); in DoHWXYInternal() local