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

/external/skia/src/core/
H A DSkConvolver.cpp23 : fRowByteWidth(destRowPixelWidth * 4),
27 fBuffer.reset(fRowByteWidth * maxYFilterSize);
34 unsigned char* row = &fBuffer[fNextRow * fRowByteWidth];
66 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth];
78 // The buffer storing the rows. They are packed, each one fRowByteWidth.
82 int fRowByteWidth; member in class:__anon16939::CircularRowBuffer

Completed in 83 milliseconds