Home
last modified time | relevance | path

Searched refs:BC_CODE128_B (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp30 return new CBC_Code128(BC_CODE128_B); in CreateBarCodeEngineObject()
31 case BC_CODE128_B: in CreateBarCodeEngineObject()
32 return new CBC_Code128(BC_CODE128_B); in CreateBarCodeEngineObject()
93 case BC_CODE128_B: in SetPrintChecksum()
112 case BC_CODE128_B: in SetDataLength()
131 case BC_CODE128_B: in SetCalChecksum()
150 case BC_CODE128_B: in SetFont()
168 case BC_CODE128_B: in SetFontSize()
187 case BC_CODE128_B: in SetFontColor()
212 case BC_CODE128_B: in SetTextLocation()
/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedCode128Writer.cpp74 m_codeFormat = BC_CODE128_B; in CBC_OnedCode128Writer()
88 if (m_codeFormat == BC_CODE128_B || m_codeFormat == BC_CODE128_C) { in CheckContentValidity()
115 if (m_codeFormat == BC_CODE128_B) { in FilterContents()
192 if (m_codeFormat == BC_CODE128_B) { in Encode()
/external/pdfium/xfa/fxbarcode/
DBC_Library.h25 BC_CODE128_B, enumerator
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp84 {0xe72bcd58, L"code128B", XFA_BARCODETYPE_code128B, BC_CODE128_B},