• Home
  • Raw
  • Download

Lines Matching refs:CFX_Barcode

55 CFX_Barcode::CFX_Barcode() {}  in CFX_Barcode()  function in CFX_Barcode
57 CFX_Barcode::~CFX_Barcode() {} in ~CFX_Barcode()
59 bool CFX_Barcode::Create(BC_TYPE type) { in Create()
64 BC_TYPE CFX_Barcode::GetType() { in GetType()
68 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
72 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight()
76 bool CFX_Barcode::SetModuleWidth(int32_t moduleWidth) { in SetModuleWidth()
80 bool CFX_Barcode::SetHeight(int32_t height) { in SetHeight()
84 bool CFX_Barcode::SetWidth(int32_t width) { in SetWidth()
88 bool CFX_Barcode::SetPrintChecksum(bool checksum) { in SetPrintChecksum()
107 bool CFX_Barcode::SetDataLength(int32_t length) { in SetDataLength()
126 bool CFX_Barcode::SetCalChecksum(bool state) { in SetCalChecksum()
145 bool CFX_Barcode::SetFont(CFX_Font* pFont) { in SetFont()
163 bool CFX_Barcode::SetFontSize(FX_FLOAT size) { in SetFontSize()
182 bool CFX_Barcode::SetFontColor(FX_ARGB color) { in SetFontColor()
201 bool CFX_Barcode::SetTextLocation(BC_TEXT_LOC location) { in SetTextLocation()
222 bool CFX_Barcode::SetWideNarrowRatio(int32_t ratio) { in SetWideNarrowRatio()
238 bool CFX_Barcode::SetStartChar(FX_CHAR start) { in SetStartChar()
251 bool CFX_Barcode::SetEndChar(FX_CHAR end) { in SetEndChar()
264 bool CFX_Barcode::SetVersion(int32_t version) { in SetVersion()
277 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel()
292 bool CFX_Barcode::SetTruncated(bool truncated) { in SetTruncated()
306 bool CFX_Barcode::Encode(const CFX_WideStringC& contents, in Encode()
312 bool CFX_Barcode::RenderDevice(CFX_RenderDevice* device, in RenderDevice()