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

/external/skia/src/core/
H A DSkConvolver.cpp38 fNextRow(0),
47 unsigned char* row = &fBuffer[fNextRow * fRowByteWidth];
51 fNextRow++;
52 if (fNextRow == fNumRows) {
53 fNextRow = 0;
68 // Row 2 Coord 6 <- fNextRow = 2, fNextRowCoordinate = 10.
77 int curRow = fNextRow;
102 int fNextRow; member in class:__anon13890::CircularRowBuffer
104 // The y coordinate of the |fNextRow|. This is incremented each time a

Completed in 530 milliseconds