Searched defs:CBC_BarcodeRow (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.h14 class CBC_BarcodeRow { class
16 explicit CBC_BarcodeRow(size_t width);
17 virtual ~CBC_BarcodeRow();
H A DBC_PDF417BarcodeRow.cpp25 CBC_BarcodeRow::CBC_BarcodeRow(size_t width) function in class:CBC_BarcodeRow
28 CBC_BarcodeRow::~CBC_BarcodeRow() {}
30 void CBC_BarcodeRow::set(int32_t x, uint8_t value) {
34 void CBC_BarcodeRow::set(int32_t x, bool black) {
38 void CBC_BarcodeRow::addBar(bool black, int32_t width) {
43 std::vector<uint8_t>& CBC_BarcodeRow::getRow() {
47 std::vector<uint8_t>& CBC_BarcodeRow::getScaledRow(int32_t scale) {

Completed in 239 milliseconds