Home
last modified time | relevance | path

Searched refs:CFX_Barcode (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp58 CFX_Barcode::CFX_Barcode() {} in CFX_Barcode() function in CFX_Barcode
60 CFX_Barcode::~CFX_Barcode() {} in ~CFX_Barcode()
62 bool CFX_Barcode::Create(BC_TYPE type) { in Create()
67 BC_TYPE CFX_Barcode::GetType() { in GetType()
71 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
75 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight()
79 bool CFX_Barcode::SetModuleWidth(int32_t moduleWidth) { in SetModuleWidth()
83 bool CFX_Barcode::SetHeight(int32_t height) { in SetHeight()
87 bool CFX_Barcode::SetWidth(int32_t width) { in SetWidth()
91 bool CFX_Barcode::SetPrintChecksum(bool checksum) { in SetPrintChecksum()
[all …]
Dcfx_barcode.h23 class CFX_Barcode {
25 CFX_Barcode();
26 ~CFX_Barcode();
Dcfx_barcode_unittest.cpp23 barcode_ = pdfium::MakeUnique<CFX_Barcode>(); in SetUp()
41 CFX_Barcode* barcode() const { return barcode_.get(); } in barcode()
65 std::unique_ptr<CFX_Barcode> barcode_;
Dcfwl_barcode.h18 class CFX_Barcode; variable
74 std::unique_ptr<CFX_Barcode> m_pBarcodeEngine;
Dcfwl_barcode.cpp216 auto pBarcode = pdfium::MakeUnique<CFX_Barcode>(); in CreateBarcodeEngine()
/external/pdfium/testing/libfuzzer/
Dpdf_cfx_barcode_fuzzer.cc20 CFX_Barcode barcode; in LLVMFuzzerTestOneInput()