Searched refs:bufRowCount_ (Results 1 – 2 of 2) sorted by relevance
51 bufRowCount_ = 16; in RowIterator()63 size_t bufSize = bufRowStride_ * bufRowCount_ + 64; in RowIterator()106 bufCurRow_ %= bufRowCount_; in operator ()()
57 int bufRowCount_; variable