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

  /external/pdfium/xfa/fxfa/parser/
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_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 305 milliseconds