Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/
Dcbc_ean8.cpp26 CBC_EAN8::CBC_EAN8() : CBC_OneCode(new CBC_OnedEAN8Writer) {} in CBC_EAN8() function in CBC_EAN8
28 CBC_EAN8::~CBC_EAN8() {} in ~CBC_EAN8()
30 CFX_WideString CBC_EAN8::Preprocess(const CFX_WideStringC& contents) { in Preprocess()
50 bool CBC_EAN8::Encode(const CFX_WideStringC& contents, in Encode()
75 bool CBC_EAN8::RenderDevice(CFX_RenderDevice* device, in RenderDevice()
85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
93 BC_TYPE CBC_EAN8::GetType() { in GetType()
Dcbc_ean8.h15 class CBC_EAN8 : public CBC_OneCode {
17 CBC_EAN8();
18 ~CBC_EAN8() override;
/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp36 return new CBC_EAN8(); in CreateBarCodeEngineObject()