Searched defs:moduleHeight (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxbarcode/
H A DBC_Writer.cpp24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { argument
25 if (moduleHeight > 10 || moduleHeight < 1) {
28 m_ModuleHeight = moduleHeight;
H A Dcbc_codebase.cpp34 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { argument
35 return m_pBCWriter && m_pBCWriter->SetModuleHeight(moduleHeight);
/external/pdfium/xfa/fwl/
H A Dcfx_barcode.cpp72 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { argument
73 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false;

Completed in 289 milliseconds