Home
last modified time | relevance | path

Searched refs:SetModuleHeight (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fxbarcode/
Dcbc_codebase.cpp57 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_CodeBase
58 return m_pBCWriter->SetModuleHeight(moduleHeight); in SetModuleHeight()
Dcfx_barcode.cpp76 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CFX_Barcode
77 return m_pBCEngine && m_pBCEngine->SetModuleHeight(moduleHeight); in SetModuleHeight()
DBC_Writer.cpp18 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_Writer
DBC_Writer.h18 virtual bool SetModuleHeight(int32_t moduleHeight);
Dcbc_codebase.h39 bool SetModuleHeight(int32_t moduleHeight);
Dcfx_barcode.h35 bool SetModuleHeight(int32_t moduleHeight);
/external/pdfium/testing/fuzzers/
Dpdf_cfx_barcode_fuzzer.cc23 barcode->SetModuleHeight(300); in LLVMFuzzerTestOneInput()
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp101 void CFWL_Barcode::SetModuleHeight(int32_t height) { in SetModuleHeight() function in CFWL_Barcode
180 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight); in GenerateBarcodeImageCache()
Dcfwl_barcode.h51 void SetModuleHeight(int32_t height);
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp225 pBarCodeWidget->SetModuleHeight(*height); in UpdateWidgetProperty()