Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/
Dcbc_code39.cpp26 CBC_Code39::CBC_Code39() : CBC_OneCode(new CBC_OnedCode39Writer) {} in CBC_Code39() function in CBC_Code39
28 CBC_Code39::~CBC_Code39() {} in ~CBC_Code39()
30 bool CBC_Code39::Encode(const CFX_WideStringC& contents, in Encode()
60 bool CBC_Code39::RenderDevice(CFX_RenderDevice* device, in RenderDevice()
73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
84 BC_TYPE CBC_Code39::GetType() { in GetType()
88 bool CBC_Code39::SetTextLocation(BC_TEXT_LOC location) { in SetTextLocation()
95 bool CBC_Code39::SetWideNarrowRatio(int32_t ratio) { in SetWideNarrowRatio()
Dcbc_code39.h15 class CBC_Code39 : public CBC_OneCode {
17 CBC_Code39();
18 ~CBC_Code39() override;
/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp26 return new CBC_Code39(); in CreateBarCodeEngineObject()
206 memptr = (memptrtype)&CBC_Code39::SetTextLocation; in SetTextLocation()
227 memptr = (memptrtype)&CBC_Code39::SetWideNarrowRatio; in SetWideNarrowRatio()