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

  /external/pdfium/xfa/fxbarcode/
cbc_code39.h 15 class CBC_Code39 : public CBC_OneCode {
17 CBC_Code39();
18 ~CBC_Code39() override;
cbc_code39.cpp 22 #include "xfa/fxbarcode/cbc_code39.h"
26 CBC_Code39::CBC_Code39() : CBC_OneCode(new CBC_OnedCode39Writer) {}
28 CBC_Code39::~CBC_Code39() {}
30 bool CBC_Code39::Encode(const CFX_WideStringC& contents,
60 bool CBC_Code39::RenderDevice(CFX_RenderDevice* device,
73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
84 BC_TYPE CBC_Code39::GetType() {
88 bool CBC_Code39::SetTextLocation(BC_TEXT_LOC location)
    [all...]
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 11 #include "xfa/fxbarcode/cbc_code39.h"
26 return new CBC_Code39();
206 memptr = (memptrtype)&CBC_Code39::SetTextLocation;
227 memptr = (memptrtype)&CBC_Code39::SetWideNarrowRatio;

Completed in 55 milliseconds