Lines Matching full:decode
44 /** Return the format of image this decoder can decode. If this decoder can decode multiple
89 /** Returns true if the decoder should try to decode the
95 /** Set to true if the the decoder should try to decode the
171 * to some flavor of decode, it is still at the discretion of the codec
193 * decode is preferred.
223 cancel. This will result in decode() returning false. However, there is
226 and decode() will return true (assuming no other problems were
229 This state is automatically reset at the beginning of decode().
237 /** Passed to the decode method. If kDecodeBounds_Mode is passed, then
246 /** Given a stream, decode it into the specified bitmap.
263 meta data during the decode.
268 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode);
269 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode) {
270 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode);
274 * Given a stream, build an index for doing tile-based decode.
283 * Decode a rectangle subset in the image.
304 /** Decode the image stored in the specified file, and store the result
320 /** Decode the image stored in the specified memory buffer, and store the
352 /** Decode the image stored in the specified SkStreamRewindable, and store the result
371 what config they should decode into.
377 what config they should decode into.
384 // must be overridden in subclasses. This guy is called by decode(...)
420 * to decode a subimage using a different decoder, but with the same settings.
426 * decode.
431 a different thread) has requested the decode to cancel. If this returns