Lines Matching refs:SkStream
18 #include "include/core/SkStream.h"
46 * Minimum number of bytes that must be buffered in SkStream input.
48 * An SkStream passed to NewFromStream must be able to use this many
49 * bytes to determine the image type. Then the same SkStream must be
169 std::unique_ptr<SkStream>, Result* = nullptr,
422 * been provided to the source SkStream.
446 * been provided to the source SkStream.
738 std::unique_ptr<SkCodec> (*make)(std::unique_ptr<SkStream>, SkCodec::Result*));
747 std::unique_ptr<SkStream>,
810 SkStream* stream() {
869 std::unique_ptr<SkStream> fStream;