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

/external/skia/src/core/
H A DSkConvolver.cpp36 : fRowByteWidth(destRowPixelWidth * 4),
40 fBuffer.reset(fRowByteWidth * maxYFilterSize);
47 unsigned char* row = &fBuffer[fNextRow * fRowByteWidth];
79 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth];
91 // The buffer storing the rows. They are packed, each one fRowByteWidth.
95 int fRowByteWidth; member in class:__anon13890::CircularRowBuffer

Completed in 41 milliseconds