HomeSort by relevance Sort by last modified time
    Searched refs:wicMode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 62 * @param bm SkBitmap to decode into. Only used if wicMode is kDecodeBounds_WICMode or
65 * wicMode is kDecodeFormat_WICMode.
67 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
96 WICModes wicMode;
99 wicMode = kDecodeBounds_WICMode;
102 wicMode = kDecodePixels_WICMode;
105 return this->decodeStream(stream, bm, wicMode, NULL);
108 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode,
152 if (kDecodeFormat_WICMode == wicMode) {
190 if (kDecodeBounds_WICMode == wicMode) {
    [all...]
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 62 * @param bm SkBitmap to decode into. Only used if wicMode is kDecodeBounds_WICMode or
65 * wicMode is kDecodeFormat_WICMode.
67 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
96 WICModes wicMode;
99 wicMode = kDecodeBounds_WICMode;
102 wicMode = kDecodePixels_WICMode;
105 return this->decodeStream(stream, bm, wicMode, NULL) ? kSuccess : kFailure;
108 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode,
152 if (kDecodeFormat_WICMode == wicMode) {
190 if (kDecodeBounds_WICMode == wicMode) {
    [all...]

Completed in 203 milliseconds