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

  /external/pdfium/xfa/fxbarcode/
BC_Library.h 25 BC_CODE128_B,
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 30 return new CBC_Code128(BC_CODE128_B);
31 case BC_CODE128_B:
32 return new CBC_Code128(BC_CODE128_B);
93 case BC_CODE128_B:
112 case BC_CODE128_B:
131 case BC_CODE128_B:
150 case BC_CODE128_B:
168 case BC_CODE128_B:
187 case BC_CODE128_B:
212 case BC_CODE128_B
    [all...]
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedCode128Writer.cpp 74 m_codeFormat = BC_CODE128_B;
88 if (m_codeFormat == BC_CODE128_B || m_codeFormat == BC_CODE128_C) {
115 if (m_codeFormat == BC_CODE128_B) {
192 if (m_codeFormat == BC_CODE128_B) {
  /external/pdfium/xfa/fxfa/app/
xfa_ffbarcode.cpp 84 {0xe72bcd58, L"code128B", XFA_BARCODETYPE_code128B, BC_CODE128_B},

Completed in 67 milliseconds