Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonBitMatrix.cpp109 CBC_CommonBitArray* rowArray = NULL; in GetRow() local
111 rowArray = new CBC_CommonBitArray(m_width); in GetRow()
113 rowArray = new CBC_CommonBitArray(row); in GetRow()
118 rowArray->SetBulk(x << 5, m_bits[offset + x]); in GetRow()
120 return rowArray; in GetRow()