Home | History | Annotate | Download | only in fxbarcode

Lines Matching defs:CBC_Code39

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) {
95 bool CBC_Code39::SetWideNarrowRatio(int32_t ratio) {