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 307 @param prefConfig If the PrefConfigTable is not set, prefer this config.
314 SkBitmap::Config prefConfig, Mode,
323 @param prefConfig If the PrefConfigTable is not set, prefer this config.
330 SkBitmap::Config prefConfig, Mode,
355 @param prefConfig If the PrefConfigTable is not set, prefer this config.
362 SkBitmap::Config prefConfig, Mode,
  /external/skia/include/core/
SkImageDecoder.h 307 @param prefConfig If the PrefConfigTable is not set, prefer this config.
314 SkBitmap::Config prefConfig, Mode,
323 @param prefConfig If the PrefConfigTable is not set, prefer this config.
330 SkBitmap::Config prefConfig, Mode,
355 @param prefConfig If the PrefConfigTable is not set, prefer this config.
362 SkBitmap::Config prefConfig, Mode,
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 177 SkBitmap::Config prefConfig = SkBitmap::kNo_Config;
190 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig);
228 if (!brd->decodeRegion(bitmap, region, prefConfig, sampleSize)) {
BitmapFactory.cpp 232 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
255 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig);
340 if (!decoder->decode(stream, &decodingBitmap, prefConfig, decodeMode)) {

Completed in 170 milliseconds