Home
last modified time | relevance | path

Searched refs:m_currentLocation (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417BarcodeRow.cpp26 : m_row(width), m_currentLocation(0) {} in CBC_BarcodeRow()
40 set(m_currentLocation++, black); in addBar()
DBC_PDF417BarcodeRow.h28 int32_t m_currentLocation; variable