HomeSort by relevance Sort by last modified time
    Searched defs:CBC_BarcodeRow (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BarcodeRow.cpp 25 CBC_BarcodeRow::CBC_BarcodeRow(int32_t width) {
29 CBC_BarcodeRow::~CBC_BarcodeRow() {
33 void CBC_BarcodeRow::set(int32_t x, uint8_t value) {
36 void CBC_BarcodeRow::set(int32_t x, FX_BOOL black) {
39 void CBC_BarcodeRow::addBar(FX_BOOL black, int32_t width) {
44 CFX_ByteArray& CBC_BarcodeRow::getRow() {
47 CFX_ByteArray& CBC_BarcodeRow::getScaledRow(int32_t scale) {
BC_PDF417BarcodeRow.h 9 class CBC_BarcodeRow {
11 CBC_BarcodeRow(int32_t width);
12 virtual ~CBC_BarcodeRow();

Completed in 300 milliseconds