Home
last modified time | relevance | path

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

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