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 97 input, or kNo_Config if there is no preference.
176 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode);
187 If pref is kNo_Config, then the decoder is free to choose the most natural
188 config given the image data. If pref something other than kNo_Config,
201 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
207 If pref is kNo_Config, then the decoder is free to choose the most natural
208 config given the image data. If pref something other than kNo_Config,
221 return DecodeMemory(buffer, size, bitmap, SkBitmap::kNo_Config,
227 If pref is kNo_Config, then the decoder is free to choose the most
229 kNo_Config, the decoder will attempt to decode the image into tha
    [all...]
  /external/skia/src/images/
SkImageDecoder.cpp 24 static SkBitmap::Config gDeviceConfig = SkBitmap::kNo_Config;
40 fDefaultPref(SkBitmap::kNo_Config), fDitherImage(true),
129 if (SkBitmap::kNo_Config == config) {
SkImageRef.cpp 53 SkASSERT(SkBitmap::kNo_Config != fBitmap.config());
85 if (SkBitmap::kNo_Config != fBitmap.config()) {
90 (SkBitmap::kNo_Config != fBitmap.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 307 return SkBitmap::kNo_Config;
312 c = SkBitmap::kNo_Config;
BitmapFactory.cpp 354 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 279 default: return SkBitmap::kNo_Config;
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 532 &bitmap, SkBitmap::kNo_Config, SkImageDecoder::kDecodePixels_Mode);
    [all...]

Completed in 2432 milliseconds