Searched refs:CBC_BarcodeRow (Results 1 – 6 of 6) sorted by relevance
27 CBC_BarcodeRow::CBC_BarcodeRow(size_t width) in CBC_BarcodeRow() function in CBC_BarcodeRow30 CBC_BarcodeRow::~CBC_BarcodeRow() {} in ~CBC_BarcodeRow()32 void CBC_BarcodeRow::addBar(bool black, int32_t width) { in addBar()37 std::vector<uint8_t>& CBC_BarcodeRow::getRow() { in getRow()
14 class CBC_BarcodeRow final {16 explicit CBC_BarcodeRow(size_t width);17 ~CBC_BarcodeRow();
13 class CBC_BarcodeRow; variable20 CBC_BarcodeRow* getRow(size_t row) const { return m_matrix[row].get(); } in getRow()26 std::vector<std::unique_ptr<CBC_BarcodeRow>> m_matrix;
15 class CBC_BarcodeRow; variable42 static void encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic);
31 m_matrix[i] = pdfium::MakeUnique<CBC_BarcodeRow>(m_width); in CBC_BarcodeMatrix()
433 CBC_BarcodeRow* logic) { in encodeChar()458 CBC_BarcodeRow* logicRow = logic->getRow(y); in encodeLowLevel()