Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfxmath_barcodeimp.cpp19 case BC_CODE128_C: in FX_Barcode_CreateBarCodeEngineObject()
20 return new CBC_Code128(BC_CODE128_C); in FX_Barcode_CreateBarCodeEngineObject()
76 case BC_CODE128_C: in CheckContentValidity()
94 case BC_CODE128_C: in SetPrintChecksum()
112 case BC_CODE128_C: in SetDataLength()
130 case BC_CODE128_C: in SetCalChecksum()
148 case BC_CODE128_C: in SetFont()
165 case BC_CODE128_C: in SetFontSize()
183 case BC_CODE128_C: in SetFontStyle()
201 case BC_CODE128_C: in SetFontColor()
[all …]
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedCode128Writer.cpp50 if (m_codeFormat == BC_CODE128_B || m_codeFormat == BC_CODE128_C) { in CheckContentValidity()
89 } else if (m_codeFormat == BC_CODE128_C) { in FilterContents()
156 } else if (m_codeFormat == BC_CODE128_C) { in Encode()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffbarcode.cpp203 {0xe72bcd59, L"code128C", XFA_BARCODETYPE_code128C, BC_CODE128_C},
/external/pdfium/xfa/include/fxbarcode/
DBC_BarCode.h35 BC_CODE128_C, enumerator
/external/pdfium/xfa/src/fxbarcode/
DBC_BarCode.cpp392 ((CBC_OnedCode128Writer*)m_pBCWriter)->GetType() == BC_CODE128_C) { in Encode()