Home
last modified time | relevance | path

Searched refs:CBC_EAN13 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxbarcode/
Dcbc_ean13.cpp26 CBC_EAN13::CBC_EAN13() : CBC_OneCode(new CBC_OnedEAN13Writer) {} in CBC_EAN13() function in CBC_EAN13
28 CBC_EAN13::~CBC_EAN13() {} in ~CBC_EAN13()
30 CFX_WideString CBC_EAN13::Preprocess(const CFX_WideStringC& contents) { in Preprocess()
51 bool CBC_EAN13::Encode(const CFX_WideStringC& contents, in Encode()
76 bool CBC_EAN13::RenderDevice(CFX_RenderDevice* device, in RenderDevice()
86 bool CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
94 BC_TYPE CBC_EAN13::GetType() { in GetType()
Dcbc_ean13.h15 class CBC_EAN13 : public CBC_OneCode {
17 CBC_EAN13();
18 ~CBC_EAN13() override;
/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp40 return new CBC_EAN13(); in CreateBarCodeEngineObject()