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

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 211 only the bitmap's info need be set. If kDecodePixels_Mode
216 kDecodePixels_Mode //!< return entire bitmap (including pixels)
221 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
278 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
293 return DecodeMemory(buffer, size, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
323 return DecodeStream(stream, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
  /external/skia/include/core/
SkImageDecoder.h 242 only the bitmap's info need be set. If kDecodePixels_Mode
247 kDecodePixels_Mode //!< return entire bitmap (including pixels)
259 // kDecodePixels_Mode, or the bounds were
265 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
322 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
337 return DecodeMemory(buffer, size, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
367 return DecodeStream(stream, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);

Completed in 2018 milliseconds