Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/
Dcbc_codebase.cpp37 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_CodeBase
38 return m_pBCWriter->SetModuleHeight(moduleHeight); in SetModuleHeight()
DBC_Writer.h20 virtual bool SetModuleHeight(int32_t moduleHeight);
Dcbc_codebase.h34 bool SetModuleHeight(int32_t moduleHeight);
DBC_Writer.cpp24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_Writer
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp101 void CFWL_Barcode::SetModuleHeight(int32_t height) { in SetModuleHeight() function in CFWL_Barcode
185 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight); in GenerateBarcodeImageCache()
Dcfx_barcode.cpp75 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CFX_Barcode
76 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false; in SetModuleHeight()
Dcfx_barcode.h36 bool SetModuleHeight(int32_t moduleHeight);
Dcfwl_barcode.h58 void SetModuleHeight(int32_t height);
Dcfx_barcode_unittest.cpp47 barcode_->SetModuleHeight(300); in Create()
/external/pdfium/testing/libfuzzer/
Dpdf_cfx_barcode_fuzzer.cc25 barcode.SetModuleHeight(300); in LLVMFuzzerTestOneInput()
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp200 pBarCodeWidget->SetModuleHeight(*height); in UpdateWidgetProperty()