HomeSort by relevance Sort by last modified time
    Searched refs:CBC_EAN8 (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxbarcode/
cbc_ean8.h 15 class CBC_EAN8 : public CBC_OneCode {
17 CBC_EAN8();
18 ~CBC_EAN8() override;
cbc_ean8.cpp 22 #include "xfa/fxbarcode/cbc_ean8.h"
26 CBC_EAN8::CBC_EAN8() : CBC_OneCode(new CBC_OnedEAN8Writer) {}
28 CBC_EAN8::~CBC_EAN8() {}
30 CFX_WideString CBC_EAN8::Preprocess(const CFX_WideStringC& contents) {
50 bool CBC_EAN8::Encode(const CFX_WideStringC& contents,
75 bool CBC_EAN8::RenderDevice(CFX_RenderDevice* device,
85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
93 BC_TYPE CBC_EAN8::GetType()
    [all...]
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 15 #include "xfa/fxbarcode/cbc_ean8.h"
36 return new CBC_EAN8();

Completed in 198 milliseconds