Searched defs:bytesToRead (Results 1 – 10 of 10) sorted by relevance
38 int32_t bytesToRead = numBytes; in readFromStorage() local
131 int bytesToRead = bounded ? (int) Math.min(len, this.length - this.position) : len; in read() local
17 const void* expectations, size_t bytesToRead) { in test_read()
21 const void* expectations, size_t bytesToRead) { in test_read()
85 constexpr size_t bytesToRead = MinBufferedBytesNeeded(); in MakeFromStream() local
364 const size_t bytesToRead = SkTMin(sum, fStream->getLength()) - offset; in transferBuffer() local
105 constexpr size_t bytesToRead = MinBufferedBytesNeeded(); in MakeFromStream() local
364 const size_t bytesToRead = std::min(sum, fStream->getLength()) - offset; in transferBuffer() local
69 const bytesToRead = 1500; constant