Home | History | Annotate | Download | only in fxbarcode

Lines Matching refs:CBC_EAN8

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() {