Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_barcode.cpp125 Optional<CXFA_Measurement> moduleWidthHeight = in GetModuleWidth() local
127 if (!moduleWidthHeight) in GetModuleWidth()
130 return {static_cast<int32_t>(moduleWidthHeight->ToUnit(XFA_Unit::Pt))}; in GetModuleWidth()
134 Optional<CXFA_Measurement> moduleWidthHeight = in GetModuleHeight() local
136 if (!moduleWidthHeight) in GetModuleHeight()
139 return {static_cast<int32_t>(moduleWidthHeight->ToUnit(XFA_Unit::Pt))}; in GetModuleHeight()