HomeSort by relevance Sort by last modified time
    Searched refs:SetModuleHeight (Results 1 - 11 of 11) sorted by null

  /external/pdfium/fxbarcode/
cbc_codebase.cpp 37 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) {
38 return m_pBCWriter->SetModuleHeight(moduleHeight);
BC_Writer.h 20 virtual bool SetModuleHeight(int32_t moduleHeight);
cbc_codebase.h 34 bool SetModuleHeight(int32_t moduleHeight);
BC_Writer.cpp 24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) {
  /external/pdfium/testing/libfuzzer/
pdf_cfx_barcode_fuzzer.cc 25 barcode.SetModuleHeight(300);
  /external/pdfium/xfa/fwl/
cfx_barcode.h 36 bool SetModuleHeight(int32_t moduleHeight);
cfwl_barcode.h 58 void SetModuleHeight(int32_t height);
cfwl_barcode.cpp 101 void CFWL_Barcode::SetModuleHeight(int32_t height) {
185 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight);
cfx_barcode.cpp 75 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) {
76 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false;
cfx_barcode_unittest.cpp 47 barcode_->SetModuleHeight(300);
  /external/pdfium/xfa/fxfa/
cxfa_ffbarcode.cpp 200 pBarCodeWidget->SetModuleHeight(*height);

Completed in 954 milliseconds