Home | History | Annotate | Download | only in fxbarcode

Lines Matching refs:CBC_Writer

9 CBC_Writer::CBC_Writer() {
19 CBC_Writer::~CBC_Writer() {}
20 bool CBC_Writer::SetCharEncoding(int32_t encoding) {
24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) {
31 bool CBC_Writer::SetModuleWidth(int32_t moduleWidth) {
38 bool CBC_Writer::SetHeight(int32_t height) {
42 bool CBC_Writer::SetWidth(int32_t width) {
46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) {
49 void CBC_Writer::SetBarcodeColor(FX_ARGB foregroundColor) {
53 RetainPtr<CFX_DIBitmap> CBC_Writer::CreateDIBitmap(int32_t width,