HomeSort by relevance Sort by last modified time
    Searched refs:eUnit (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.h 18 CXFA_Measurement(float fValue, XFA_Unit eUnit);
22 void Set(float fValue, XFA_Unit eUnit) {
24 m_eUnit = eUnit;
31 float ToUnit(XFA_Unit eUnit) const;
35 bool ToUnitInternal(XFA_Unit eUnit, float* fValue) const;
cxfa_measurement.cpp 29 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) {
30 Set(fValue, eUnit);
44 XFA_Unit eUnit = GetUnitFromString(
46 Set(fValue, eUnit);
73 float CXFA_Measurement::ToUnit(XFA_Unit eUnit) const {
75 return ToUnitInternal(eUnit, &f) ? f : 0;
78 bool CXFA_Measurement::ToUnitInternal(XFA_Unit eUnit, float* fValue) const {
81 if (eFrom == eUnit)
106 switch (eUnit) {
  /external/pdfium/core/fxcrt/css/
cfx_css.h 188 explicit CFX_CSSLength(CFX_CSSLengthUnit eUnit) : m_unit(eUnit) {}
190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue)
191 : m_unit(eUnit), m_fValue(fValue) {}
193 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) {
194 m_unit = eUnit;
198 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) {
199 m_unit = eUnit;
218 CFX_CSSRect(CFX_CSSLengthUnit eUnit, float val)
219 : left(eUnit, val)
    [all...]
cfx_cssdeclaration.cpp 181 CFX_CSSNumberType& eUnit) {
190 eUnit = CFX_CSSNumberType::Number;
192 eUnit = CFX_CSSNumberType::Percent;
197 eUnit = pUnit->wValue;
434 CFX_CSSNumberType eUnit;
435 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eUnit))
437 return pdfium::MakeRetain<CFX_CSSNumberValue>(eUnit, fValue);
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_IVCommonExtensions.h 285 QOMX_RESOLUTIONUNITTYPE eUnit; /**< The unit of measurement. */
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_IVCommonExtensions.h 285 QOMX_RESOLUTIONUNITTYPE eUnit; /**< The unit of measurement. */
  /hardware/qcom/media/msm8998/mm-core/inc/
QOMX_IVCommonExtensions.h 285 QOMX_RESOLUTIONUNITTYPE eUnit; /**< The unit of measurement. */

Completed in 142 milliseconds