HomeSort by relevance Sort by last modified time
    Searched refs:fRowByteWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp 36 : 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;
  /external/skia/src/core/
SkConvolver.cpp 36 : 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;

Completed in 45 milliseconds