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

/external/pdfium/xfa/src/fxbarcode/
H A DBC_Writer.cpp24 FX_BOOL CBC_Writer::SetModuleHeight(int32_t moduleHeight) { argument
25 if (moduleHeight > 10 || moduleHeight < 1) {
28 m_ModuleHeight = moduleHeight;
H A DBC_BarCode.cpp91 FX_BOOL CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { argument
93 return m_pBCWriter->SetModuleHeight(moduleHeight);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfxmath_barcodeimp.cpp58 FX_BOOL CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { argument
59 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : FALSE;

Completed in 1988 milliseconds