Home
last modified time | relevance | path

Searched refs:BC_TYPE (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedCode128Writer.h17 explicit CBC_OnedCode128Writer(BC_TYPE type);
41 BC_TYPE GetType();
50 BC_TYPE m_codeFormat;
DBC_OnedCode128Writer.cpp76 CBC_OnedCode128Writer::CBC_OnedCode128Writer(BC_TYPE type) { in CBC_OnedCode128Writer()
80 BC_TYPE CBC_OnedCode128Writer::GetType() { in GetType()
/external/pdfium/xfa/fxbarcode/
Dcbc_code128.h17 explicit CBC_Code128(BC_TYPE type);
28 BC_TYPE GetType() override;
Dcbc_code128.cpp26 CBC_Code128::CBC_Code128(BC_TYPE type) in CBC_Code128()
89 BC_TYPE CBC_Code128::GetType() { in GetType()
DBC_Library.h20 enum BC_TYPE { enum
Dcbc_datamatrix.h28 BC_TYPE GetType() override;
Dcbc_pdf417i.h28 BC_TYPE GetType() override;
Dcbc_upca.h28 BC_TYPE GetType() override;
Dcbc_ean8.h28 BC_TYPE GetType() override;
Dcbc_qrcode.h28 BC_TYPE GetType() override;
Dcbc_ean13.h28 BC_TYPE GetType() override;
Dcbc_code39.h28 BC_TYPE GetType() override;
Dcbc_codabar.h28 BC_TYPE GetType() override;
Dcbc_codebase.h26 virtual BC_TYPE GetType() = 0;
Dcbc_datamatrix.cpp64 BC_TYPE CBC_DataMatrix::GetType() { in GetType()
Dcbc_pdf417i.cpp74 BC_TYPE CBC_PDF417I::GetType() { in GetType()
Dcbc_qrcode.cpp80 BC_TYPE CBC_QRCode::GetType() { in GetType()
Dcbc_ean13.cpp94 BC_TYPE CBC_EAN13::GetType() { in GetType()
Dcbc_upca.cpp97 BC_TYPE CBC_UPCA::GetType() { in GetType()
Dcbc_ean8.cpp93 BC_TYPE CBC_EAN8::GetType() { in GetType()
/external/pdfium/xfa/fwl/
Dcfx_barcode.h28 bool Create(BC_TYPE type);
29 BC_TYPE GetType();
Dcfwl_barcode.h55 void SetType(BC_TYPE type);
77 BC_TYPE m_type;
Dcfx_barcode.cpp23 CBC_CodeBase* CreateBarCodeEngineObject(BC_TYPE type) { in CreateBarCodeEngineObject()
59 bool CFX_Barcode::Create(BC_TYPE type) { in Create()
64 BC_TYPE CFX_Barcode::GetType() { in GetType()
Dcfwl_barcode.cpp63 void CFWL_Barcode::SetType(BC_TYPE type) { in SetType()
82 BC_TYPE tEngineType = m_pBarcodeEngine->GetType(); in IsProtectedType()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.h98 BC_TYPE eBCType;

12