Searched refs:wicMode (Results 1 – 1 of 1) sorted by relevance
67 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;96 WICModes wicMode; in onDecode() local99 wicMode = kDecodeBounds_WICMode; in onDecode()102 wicMode = kDecodePixels_WICMode; in onDecode()105 return this->decodeStream(stream, bm, wicMode, NULL) ? kSuccess : kFailure; in onDecode()108 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, in decodeStream() argument152 if (kDecodeFormat_WICMode == wicMode) { in decodeStream()190 if (kDecodeBounds_WICMode == wicMode) { in decodeStream()