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

  /external/skia/tests/
FrontBufferedStreamTest.cpp 231 const size_t amountToRead = 10;
241 amountToRead);
242 currentPosition = SkTMin(currentPosition + amountToRead, bufferedLength);
  /external/skqp/tests/
FrontBufferedStreamTest.cpp 231 const size_t amountToRead = 10;
241 amountToRead);
242 currentPosition = SkTMin(currentPosition + amountToRead, bufferedLength);

Completed in 133 milliseconds