Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp55 CFX_Barcode::CFX_Barcode() {} in CFX_Barcode() function in CFX_Barcode
57 CFX_Barcode::~CFX_Barcode() {} in ~CFX_Barcode()
59 bool CFX_Barcode::Create(BC_TYPE type) { in Create()
64 BC_TYPE CFX_Barcode::GetType() { in GetType()
68 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
72 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight()
76 bool CFX_Barcode::SetModuleWidth(int32_t moduleWidth) { in SetModuleWidth()
80 bool CFX_Barcode::SetHeight(int32_t height) { in SetHeight()
84 bool CFX_Barcode::SetWidth(int32_t width) { in SetWidth()
88 bool CFX_Barcode::SetPrintChecksum(bool checksum) { in SetPrintChecksum()
[all …]
Dcfx_barcode.h23 class CFX_Barcode {
25 CFX_Barcode();
26 ~CFX_Barcode();
Dcfwl_barcode.h18 class CFX_Barcode; variable
75 std::unique_ptr<CFX_Barcode> m_pBarcodeEngine;
Dcfwl_barcode.cpp221 std::unique_ptr<CFX_Barcode> pBarcode(new CFX_Barcode); in CreateBarcodeEngine()