Lines Matching refs:stream
16 * Specialized stream that buffers the first X bytes of a stream,
18 * stream APIs, once more bytes than can fit in the buffer are read,
19 * no more buffering is done. This stream is designed for a use case
21 * X bytes (inclusive), and the wrapped stream is not necessarily
27 * Creates a new stream that wraps and buffers an SkStream.
28 * @param stream SkStream to buffer. If stream is NULL, NULL is
31 * stream, so it should no be longer used directly.
32 * FrontBufferedStream will delete stream upon deletion.
38 static std::unique_ptr<SkStreamRewindable> Make(std::unique_ptr<SkStream> stream,