Lines Matching refs:SkStream
17 class SkStream; variable
211 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode, bool reuseBitmap = false);
212 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode, bool reuseBitmap = false) {
223 virtual bool buildTileIndex(SkStream*,
239 static SkImageDecoder* Factory(SkStream*);
294 static bool DecodeStream(SkStream* stream, SkBitmap* bitmap,
297 static bool DecodeStream(SkStream* stream, SkBitmap* bitmap) { in DecodeStream()
322 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;
326 virtual bool onBuildTileIndex(SkStream*, in onBuildTileIndex() argument
426 virtual SkImageDecoder* newDecoder(SkStream*) = 0;
435 virtual SkImageDecoder* newDecoder(SkStream* stream) { in newDecoder()