Lines Matching refs:SkStream
17 class SkStream; variable
202 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode, bool reuseBitmap = false);
203 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode, bool reuseBitmap = false) {
214 virtual bool buildTileIndex(SkStream*,
230 static SkImageDecoder* Factory(SkStream*);
285 static bool DecodeStream(SkStream* stream, SkBitmap* bitmap,
288 static bool DecodeStream(SkStream* stream, SkBitmap* bitmap) { in DecodeStream()
313 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;
317 virtual bool onBuildTileIndex(SkStream*, in onBuildTileIndex() argument
415 virtual SkImageDecoder* newDecoder(SkStream*) = 0;
421 virtual SkImageDecoder* newDecoder(SkStream* stream) { in newDecoder()