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

/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.h12 class CBC_BarcodeRow { class
14 explicit CBC_BarcodeRow(int32_t width);
15 virtual ~CBC_BarcodeRow();
H A DBC_PDF417BarcodeRow.cpp25 CBC_BarcodeRow::CBC_BarcodeRow(int32_t width) { function in class:CBC_BarcodeRow
29 CBC_BarcodeRow::~CBC_BarcodeRow() {
33 void CBC_BarcodeRow::set(int32_t x, uint8_t value) {
36 void CBC_BarcodeRow::set(int32_t x, bool black) {
39 void CBC_BarcodeRow::addBar(bool black, int32_t width) {
44 CFX_ArrayTemplate<uint8_t>& CBC_BarcodeRow::getRow() {
47 CFX_ArrayTemplate<uint8_t>& CBC_BarcodeRow::getScaledRow(int32_t scale) {

Completed in 83 milliseconds