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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_gridimp.h 17 CFWL_GridLength() : fLength(0), eUnit(FWL_GRIDUNIT_Fixed) {}
19 : fLength(fValue), eUnit(e) {}
21 FWL_GRIDUNIT eUnit;
47 m_Size[FWL_GRIDSIZE_Width].eUnit = FWL_GRIDUNIT_Auto;
49 m_Size[FWL_GRIDSIZE_Height].eUnit = FWL_GRIDUNIT_Auto;
51 m_Size[FWL_GRIDSIZE_MinWidth].eUnit = FWL_GRIDUNIT_Fixed;
53 m_Size[FWL_GRIDSIZE_MaxWidth].eUnit = FWL_GRIDUNIT_Infinity;
55 m_Size[FWL_GRIDSIZE_MinHeight].eUnit = FWL_GRIDUNIT_Fixed;
57 m_Size[FWL_GRIDSIZE_MaxHeight].eUnit = FWL_GRIDUNIT_Infinity;
91 virtual FX_FLOAT GetSize(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 454 XFA_UNIT eUnit = GetUnit(wsMeasure.Mid(iOffset + iUsedLen));
455 Set(fValue, eUnit);
488 FX_BOOL CXFA_Measurement::ToUnit(XFA_UNIT eUnit, FX_FLOAT& fValue) const {
491 if (eFrom == eUnit) {
516 switch (eUnit) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.cpp 76 FDE_CSSPRIMITIVETYPE eUnit,
79 if (eUnit == FDE_CSSPRIMITIVETYPE_Number && FXSYS_fabs(fValue) < 0.001f) {
82 return FDE_NewWith(pStaticStore) CFDE_CSSPrimitiveValue(eUnit, fValue);
286 FDE_CSSPRIMITIVETYPE eUnit;
287 if (!FDE_ParseCSSNumber(pszValue, iValueLen, fValue, eUnit)) {
290 return NewNumberValue(pArgs->pStaticStore, eUnit, fValue);
    [all...]
  /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/msmcobalt/mm-core/inc/
QOMX_IVCommonExtensions.h 285 QOMX_RESOLUTIONUNITTYPE eUnit; /**< The unit of measurement. */

Completed in 292 milliseconds