Lines Matching defs:stream
135 * If this stream represents an encoded image that we know how to decode,
142 * zero) are returned, this is because the stream is shorter than this,
145 * will require that the stream can be rewind()ed.
165 * If NULL is returned, the stream is deleted immediately. Otherwise, the
480 * This may require rewinding the stream.
527 * An incomplete input image stream.
603 * May require reading through the stream.
642 * Whether the end marker for this frame is contained in the stream.
645 * There could be an error in the stream.
687 * Only supported by multi-frame images. Does not read through the stream,
701 * May require reading through the stream to determine info about the
720 * May require reading the stream to find the repetition count.
734 // - make() to attempt to create an SkCodec from the given stream.
767 * @param rowsDecoded When the encoded image stream is incomplete, this function
787 * If the stream was previously read, attempt to rewind.
789 * If the stream needed to be rewound, call onRewind.
799 * Called by rewindIfNeeded, if the stream needed to be rewound.
808 * Get method for the input stream
810 SkStream* stream() {