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

  /external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp 468 int firstRowInCircularBuffer;
470 rowBuffer.GetRowAddresses(&firstRowInCircularBuffer);
475 &rowsToConvolve[filterOffset - firstRowInCircularBuffer];
  /external/skia/src/core/
SkConvolver.cpp 440 int firstRowInCircularBuffer;
442 rowBuffer.GetRowAddresses(&firstRowInCircularBuffer);
447 &rowsToConvolve[filterOffset - firstRowInCircularBuffer];

Completed in 1104 milliseconds