HomeSort by relevance Sort by last modified time
    Searched defs:SetModuleWidth (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxbarcode/
cbc_codebase.cpp 41 bool CBC_CodeBase::SetModuleWidth(int32_t moduleWidth) {
42 return m_pBCWriter->SetModuleWidth(moduleWidth);
BC_Writer.cpp 31 bool CBC_Writer::SetModuleWidth(int32_t moduleWidth) {
  /external/pdfium/xfa/fwl/
cfwl_barcode.cpp 106 void CFWL_Barcode::SetModuleWidth(int32_t width) {
187 m_pBarcodeEngine->SetModuleWidth(m_nModuleWidth);
cfx_barcode.cpp 79 bool CFX_Barcode::SetModuleWidth(int32_t moduleWidth) {
80 return m_pBCEngine ? m_pBCEngine->SetModuleWidth(moduleWidth) : false;

Completed in 1713 milliseconds