Searched defs:SetModuleWidth (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fxbarcode/
H A DBC_Writer.cpp31 bool CBC_Writer::SetModuleWidth(int32_t moduleWidth) { function in class:CBC_Writer
H A Dcbc_codebase.cpp38 bool CBC_CodeBase::SetModuleWidth(int32_t moduleWidth) { function in class:CBC_CodeBase
39 return m_pBCWriter && m_pBCWriter->SetModuleWidth(moduleWidth);
/external/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp108 void CFWL_Barcode::SetModuleWidth(int32_t width) { function in class:CFWL_Barcode
189 m_pBarcodeEngine->SetModuleWidth(m_nModuleWidth);
H A Dcfx_barcode.cpp76 bool CFX_Barcode::SetModuleWidth(int32_t moduleWidth) { function in class:CFX_Barcode
77 return m_pBCEngine ? m_pBCEngine->SetModuleWidth(moduleWidth) : false;

Completed in 75 milliseconds