Searched refs:fNextRow (Results 1 – 1 of 1) sorted by relevance
37 fNextRow(0), in CircularRowBuffer()46 unsigned char* row = &fBuffer[fNextRow * fRowByteWidth]; in advanceRow()50 fNextRow++; in advanceRow()51 if (fNextRow == fNumRows) { in advanceRow()52 fNextRow = 0; in advanceRow()76 int curRow = fNextRow; in GetRowAddresses()101 int fNextRow; member in __anonb3df69e40111::CircularRowBuffer