Home
last modified time | relevance | path

Searched refs:mModuleWidthHeight (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.cpp1331 CXFA_Measurement mModuleWidthHeight; in GetBarcodeAttribute_ModuleWidth() local
1332 if (pUIChild->TryMeasure(XFA_ATTRIBUTE_ModuleWidth, mModuleWidthHeight)) { in GetBarcodeAttribute_ModuleWidth()
1333 val = (int32_t)mModuleWidthHeight.ToUnit(XFA_UNIT_Pt); in GetBarcodeAttribute_ModuleWidth()
1341 CXFA_Measurement mModuleWidthHeight; in GetBarcodeAttribute_ModuleHeight() local
1342 if (pUIChild->TryMeasure(XFA_ATTRIBUTE_ModuleHeight, mModuleWidthHeight)) { in GetBarcodeAttribute_ModuleHeight()
1343 val = (int32_t)mModuleWidthHeight.ToUnit(XFA_UNIT_Pt); in GetBarcodeAttribute_ModuleHeight()