Searched refs:BC_CODE128_C (Results 1 – 7 of 7) sorted by relevance
36 case BC_CODE128_C: in CreateBarCodeEngineObject()37 return pdfium::MakeUnique<CBC_Code128>(BC_CODE128_C); in CreateBarCodeEngineObject()98 case BC_CODE128_C: in SetPrintChecksum()117 case BC_CODE128_C: in SetDataLength()136 case BC_CODE128_C: in SetCalChecksum()155 case BC_CODE128_C: in SetFont()173 case BC_CODE128_C: in SetFontSize()192 case BC_CODE128_C: in SetFontColor()
31 BC_CODE128_C, enumerator
135 Create(BC_CODE128_C); in TEST_F()142 Create(BC_CODE128_C); in TEST_F()
44 if (contents.GetLength() % 2 && pWriter->GetType() == BC_CODE128_C) in Encode()
96 CBC_OnedCode128Writer writer(BC_CODE128_C); in TEST()118 CBC_OnedCode128Writer writer(BC_CODE128_C); in TEST()
82 ASSERT(m_codeFormat == BC_CODE128_B || m_codeFormat == BC_CODE128_C); in CBC_OnedCode128Writer()
85 {0xe72bcd59, "code128C", BarcodeType::code128C, BC_CODE128_C},