Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417BarcodeMatrix.cpp34 m_currentRow = 0; in CBC_BarcodeMatrix()
51 ++m_currentRow; in startRow()
54 return m_matrix[m_currentRow]; in getCurrentRow()
DBC_PDF417BarcodeMatrix.h33 int32_t m_currentRow; variable