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

  /external/skia/gm/
cmykjpeg.cpp 27 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
46 codec->decode(&stream, &fBitmap, prefConfig,
  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 55 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
59 if (!decoder->decode(stream, bitmap, prefConfig, decodeMode)) {
72 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
76 if (!decoder->decode(stream, bitmap, prefConfig, decodeMode)) {
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 319 @param prefConfig If the PrefConfigTable is not set, prefer this config.
326 SkBitmap::Config prefConfig, Mode,
335 @param prefConfig If the PrefConfigTable is not set, prefer this config.
342 SkBitmap::Config prefConfig, Mode,
379 @param prefConfig If the PrefConfigTable is not set, prefer this config.
386 SkBitmap::Config prefConfig, Mode,
  /external/skia/include/core/
SkImageDecoder.h 336 @param prefConfig If the PrefConfigTable is not set, prefer this config.
343 SkBitmap::Config prefConfig, Mode,
352 @param prefConfig If the PrefConfigTable is not set, prefer this config.
359 SkBitmap::Config prefConfig, Mode,
396 @param prefConfig If the PrefConfigTable is not set, prefer this config.
403 SkBitmap::Config prefConfig, Mode,
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 178 SkBitmap::Config prefConfig = SkBitmap::kNo_Config;
191 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig);
229 if (!brd->decodeRegion(bitmap, region, prefConfig, sampleSize)) {
BitmapFactory.cpp 218 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
241 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig);
326 if (!decoder->decode(stream, &decodingBitmap, prefConfig, decodeMode)) {

Completed in 992 milliseconds