Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/
Dcbc_upca.cpp26 CBC_UPCA::CBC_UPCA() : CBC_OneCode(new CBC_OnedUPCAWriter) {} in CBC_UPCA() function in CBC_UPCA
28 CBC_UPCA::~CBC_UPCA() {} in ~CBC_UPCA()
30 CFX_WideString CBC_UPCA::Preprocess(const CFX_WideStringC& contents) { in Preprocess()
50 bool CBC_UPCA::Encode(const CFX_WideStringC& contents, in Encode()
79 bool CBC_UPCA::RenderDevice(CFX_RenderDevice* device, in RenderDevice()
89 bool CBC_UPCA::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
97 BC_TYPE CBC_UPCA::GetType() { in GetType()
Dcbc_upca.h15 class CBC_UPCA : public CBC_OneCode {
17 CBC_UPCA();
18 ~CBC_UPCA() override;
/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp38 return new CBC_UPCA(); in CreateBarCodeEngineObject()