Searched defs:wicMode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_WIC.cpp44 * @param bm SkBitmap to decode into. Only used if wicMode is kDecodeBounds_WICMode or
47 * wicMode is kDecodeFormat_WICMode.
49 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
78 WICModes wicMode; local
81 wicMode = kDecodeBounds_WICMode;
84 wicMode = kDecodePixels_WICMode;
87 return this->decodeStream(stream, bm, wicMode, NULL);
90 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, argument
134 if (kDecodeFormat_WICMode == wicMode) {
172 if (kDecodeBounds_WICMode == wicMode) {
[all...]
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp44 * @param bm SkBitmap to decode into. Only used if wicMode is kDecodeBounds_WICMode or
47 * wicMode is kDecodeFormat_WICMode.
49 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
78 WICModes wicMode; local
81 wicMode = kDecodeBounds_WICMode;
84 wicMode = kDecodePixels_WICMode;
87 return this->decodeStream(stream, bm, wicMode, NULL);
90 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, argument
134 if (kDecodeFormat_WICMode == wicMode) {
172 if (kDecodeBounds_WICMode == wicMode) {
[all...]

Completed in 94 milliseconds