Home
last modified time | relevance | path

Searched defs:bytesToRead (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DFixedBlockReader.cpp38 int32_t bytesToRead = numBytes; in readFromStorage() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontInputStream.java131 int bytesToRead = bounded ? (int) Math.min(len, this.length - this.position) : len; in read() local
/third_party/skia/tests/
DFrontBufferedStreamTest.cpp21 const void* expectations, size_t bytesToRead) { in test_read()
/third_party/lz4/examples/
DframeCompress.c348 size_t bytesToRead = sizeof b1; in compareFiles() local
/third_party/skia/src/codec/
DSkCodec.cpp105 constexpr size_t bytesToRead = MinBufferedBytesNeeded(); in MakeFromStream() local
DSkRawCodec.cpp364 const size_t bytesToRead = std::min(sum, fStream->getLength()) - offset; in transferBuffer() local