Home
last modified time | relevance | path

Searched refs:BC_CODE128_C (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp33 case BC_CODE128_C: in CreateBarCodeEngineObject()
34 return new CBC_Code128(BC_CODE128_C); in CreateBarCodeEngineObject()
94 case BC_CODE128_C: in SetPrintChecksum()
113 case BC_CODE128_C: in SetDataLength()
132 case BC_CODE128_C: in SetCalChecksum()
151 case BC_CODE128_C: in SetFont()
169 case BC_CODE128_C: in SetFontSize()
188 case BC_CODE128_C: in SetFontColor()
213 case BC_CODE128_C: in SetTextLocation()
/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedCode128Writer.cpp88 if (m_codeFormat == BC_CODE128_B || m_codeFormat == BC_CODE128_C) { in CheckContentValidity()
124 } else if (m_codeFormat == BC_CODE128_C) { in FilterContents()
194 } else if (m_codeFormat == BC_CODE128_C) { in Encode()
/external/pdfium/xfa/fxbarcode/
DBC_Library.h26 BC_CODE128_C, enumerator
Dcbc_code128.cpp51 BC_CODE128_C) { in Encode()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp85 {0xe72bcd59, L"code128C", XFA_BARCODETYPE_code128C, BC_CODE128_C},