Lines Matching refs:stream
30 * @param stream the stream of encoded image data
33 * @param bytesPerColor the number of bytes in the stream used to represent
42 SkBmpStandardCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream,
74 * @param stream This may be a pointer to the stream owned by the parent SkCodec
75 * or a sub-stream of the stream owned by the parent SkCodec.
76 * Either way, this stream is unowned.
78 void decodeIcoMask(SkStream* stream, const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes);