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

  /external/skia/include/images/
SkImageDecoder.h 116 input, or kNo_Config if there is no preference.
196 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode);
227 If pref is kNo_Config, then the decoder is free to choose the most natural
228 config given the image data. If pref something other than kNo_Config,
241 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
247 If pref is kNo_Config, then the decoder is free to choose the most natural
248 config given the image data. If pref something other than kNo_Config,
261 return DecodeMemory(buffer, size, bitmap, SkBitmap::kNo_Config,
267 If pref is kNo_Config, then the decoder is free to choose the most
269 kNo_Config, the decoder will attempt to decode the image into tha
    [all...]
  /external/skia/src/images/
SkImageRef.cpp 53 SkASSERT(SkBitmap::kNo_Config != fBitmap.config());
95 if (SkBitmap::kNo_Config != fBitmap.config()) {
100 (SkBitmap::kNo_Config != fBitmap.config() &&
SkImageDecoder.cpp 38 static SkBitmap::Config gDeviceConfig = SkBitmap::kNo_Config;
54 fSampleSize(1), fDefaultPref(SkBitmap::kNo_Config), fDitherImage(true),
149 if (SkBitmap::kNo_Config == config) {
  /external/skia/include/views/
SkWindow.h 42 void resize(int width, int height, SkBitmap::Config config = SkBitmap::kNo_Config);
  /external/webkit/WebKit/android/plugins/
SkANP.cpp 61 SkBitmap::Config config = SkBitmap::kNo_Config;
  /external/skia/tests/
BitmapCopyTest.cpp 86 { SkBitmap::kNo_Config, "00000000" },
175 REPORTER_ASSERT(reporter, dst.config() == SkBitmap::kNo_Config);
  /external/skia/src/core/
SkPicture.cpp 167 bm.setConfig(SkBitmap::kNo_Config, width, height);
SkBitmap.cpp 156 case kNo_Config:
189 case kNo_Config:
237 if (0 == rowBytes && kNo_Config != c) {
451 case kNo_Config:
536 kNo_Config == fConfig || kIndex8_Config == fConfig) {
633 case SkBitmap::kNo_Config:
710 if (this->getConfig() == kNo_Config) {
    [all...]
SkBlitter.cpp 866 if (SkBitmap::kNo_Config == device.getConfig())
SkDraw.cpp     [all...]
  /external/webkit/WebKit/android/jni/
WebIconDatabase.cpp 57 &bm, SkBitmap::kNo_Config,
  /external/skia/src/views/
SkWidgets.cpp 503 return fBitmap.getConfig() != SkBitmap::kNo_Config;
530 if (fBitmap.getConfig() != SkBitmap::kNo_Config &&
SkWindow.cpp 67 if (config == SkBitmap::kNo_Config)
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 310 return SkBitmap::kNo_Config;
315 c = SkBitmap::kNo_Config;
BitmapFactory.cpp 178 SkBitmap::Config prefConfig = SkBitmap::kNo_Config;
  /external/skia/include/core/
SkBitmap.h 45 kNo_Config, //!< bitmap has not been configured
58 Its config is set to kNo_Config.
106 or kNo_Config)
161 not at least 1-byte per pixel, return 0, including for kNo_Config.
166 not at least 1-byte per pixel, return 0, including for kNo_Config.
  /external/skia/bench/
benchmain.cpp 206 SkBitmap::Config outConfig = SkBitmap::kNo_Config;
  /external/skia/src/utils/
SkDumpCanvas.cpp 162 emptyBitmap.setConfig(SkBitmap::kNo_Config, WIDE_OPEN, WIDE_OPEN);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 95 &bitmap, SkBitmap::kNo_Config, SkImageDecoder::kDecodePixels_Mode);
  /frameworks/base/core/jni/
android_view_Surface.cpp 291 default: return SkBitmap::kNo_Config;
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 532 &bitmap, SkBitmap::kNo_Config, SkImageDecoder::kDecodePixels_Mode);
    [all...]

Completed in 604 milliseconds