Searched defs:fNextRow (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkConvolver.cpp25 fNextRow(0),
34 unsigned char* row = &fBuffer[fNextRow * fRowByteWidth];
38 fNextRow++;
39 if (fNextRow == fNumRows) {
40 fNextRow = 0;
55 // Row 2 Coord 6 <- fNextRow = 2, fNextRowCoordinate = 10.
64 int curRow = fNextRow;
89 int fNextRow; member in class:__anon16939::CircularRowBuffer
91 // The y coordinate of the |fNextRow|. This is incremented each time a

Completed in 158 milliseconds