/external/skia/src/image/ |
SkImagePriv.cpp | 19 return SkBitmap::kNo_Config; 40 return SkBitmap::kNo_Config; 47 return SkBitmap::kNo_Config; 58 return SkBitmap::kNo_Config;
|
SkImage_Codec.cpp | 60 SkBitmap::kNo_Config,
|
SkImage_Raster.cpp | 35 if (SkImageInfoToBitmapConfig(info, &isOpaque) == SkBitmap::kNo_Config) {
|
/external/skia/legacy/include/images/ |
SkImageDecoder.h | 124 input, or kNo_Config if there is no preference. 204 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode, reuseBitmap); 235 If pref is kNo_Config, then the decoder is free to choose the most natural 236 config given the image data. If pref something other than kNo_Config, 249 return DecodeFile(file, bitmap, SkBitmap::kNo_Config, 255 If pref is kNo_Config, then the decoder is free to choose the most natural 256 config given the image data. If pref something other than kNo_Config, 269 return DecodeMemory(buffer, size, bitmap, SkBitmap::kNo_Config, 275 If pref is kNo_Config, then the decoder is free to choose the most 277 kNo_Config, the decoder will attempt to decode the image into tha [all...] |
/external/skia/legacy/src/images/ |
SkImageRef.cpp | 60 SkASSERT(SkBitmap::kNo_Config != fBitmap.config()); 102 if (SkBitmap::kNo_Config != fBitmap.config()) { 107 (SkBitmap::kNo_Config != fBitmap.config() &&
|
SkImageDecoder.cpp | 31 static SkBitmap::Config gDeviceConfig = SkBitmap::kNo_Config; 47 fSampleSize(1), fDefaultPref(SkBitmap::kNo_Config), fDitherImage(true), 142 if (SkBitmap::kNo_Config == config) {
|
/external/skia/src/images/ |
SkImageRef.cpp | 57 SkASSERT(SkBitmap::kNo_Config != fBitmap.config()); 98 if (SkBitmap::kNo_Config != fBitmap.config()) { 103 (SkBitmap::kNo_Config != fBitmap.config() &&
|
SkImageDecoder.cpp | 35 static SkBitmap::Config gDeviceConfig = SkBitmap::kNo_Config; 51 fSampleSize(1), fDefaultPref(SkBitmap::kNo_Config), fDitherImage(true), 146 if (SkBitmap::kNo_Config == config) {
|
/external/skia/include/images/ |
SkImageDecoder.h | 133 input, or kNo_Config if there is no preference. 213 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode, reuseBitmap); 244 If pref is kNo_Config, then the decoder is free to choose the most natural 245 config given the image data. If pref something other than kNo_Config, 258 return DecodeFile(file, bitmap, SkBitmap::kNo_Config, 264 If pref is kNo_Config, then the decoder is free to choose the most natural 265 config given the image data. If pref something other than kNo_Config, 278 return DecodeMemory(buffer, size, bitmap, SkBitmap::kNo_Config, 284 If pref is kNo_Config, then the decoder is free to choose the most 286 kNo_Config, the decoder will attempt to decode the image into tha [all...] |
/external/skia/tests/ |
PipeTest.cpp | 20 badBitmap.setConfig(SkBitmap::kNo_Config, 5, 5);
|
GpuBitmapCopyTest.cpp | 111 REPORTER_ASSERT(reporter, dst.config() == SkBitmap::kNo_Config); 128 { SkBitmap::kNo_Config, "000" },
|
BitmapCopyTest.cpp | 179 case SkBitmap::kNo_Config: return "SkBitmap::kNo_Config"; 243 { SkBitmap::kNo_Config, "00000000" }, 354 REPORTER_ASSERT(reporter, dst.config() == SkBitmap::kNo_Config); 386 case SkBitmap::kNo_Config:
|
/external/skia/gm/ |
gm_expectations.h | 109 return (SkBitmap::kNo_Config == fBitmap.config()) ? NULL : &fBitmap;
|
/external/skia/include/views/ |
SkWindow.h | 36 void resize(int width, int height, SkBitmap::Config config = SkBitmap::kNo_Config);
|
/external/skia/legacy/include/views/ |
SkWindow.h | 38 void resize(int width, int height, SkBitmap::Config config = SkBitmap::kNo_Config);
|
/external/webkit/Source/WebKit/android/ |
RenderSkinNinePatch.cpp | 51 SkBitmap::Config prefConfig = SkBitmap::kNo_Config;
|
/external/webkit/Source/WebKit/android/plugins/ |
SkANP.cpp | 61 SkBitmap::Config config = SkBitmap::kNo_Config;
|
/external/webkit/Source/WebKit/android/jni/ |
WebIconDatabase.cpp | 62 SkBitmap::kNo_Config, 65 || bm->config() == SkBitmap::kNo_Config) {
|
/external/skia/src/core/ |
SkBitmap.cpp | 160 case kNo_Config: 193 case kNo_Config: 278 if (0 == rowBytes && kNo_Config != c) { 530 case kNo_Config: 662 case kNo_Config: 753 kNo_Config == fConfig || kIndex8_Config == fConfig) { 858 case SkBitmap::kNo_Config: 899 case SkBitmap::kNo_Config: 997 if (this->getConfig() == kNo_Config) { [all...] |
SkPicture.cpp | 196 bm.setConfig(SkBitmap::kNo_Config, width, height);
|
/external/skia/legacy/src/core/ |
SkPicture.cpp | 159 bm.setConfig(SkBitmap::kNo_Config, width, height);
|
SkBitmap.cpp | 159 case kNo_Config: 192 case kNo_Config: 264 if (0 == rowBytes && kNo_Config != c) { 523 case kNo_Config: 655 case kNo_Config: 671 kNo_Config == fConfig || kIndex8_Config == fConfig) { 768 case SkBitmap::kNo_Config: 846 if (this->getConfig() == kNo_Config) { [all...] |
/external/skia/legacy/src/views/ |
SkWidgets.cpp | 510 return fBitmap.getConfig() != SkBitmap::kNo_Config; 537 if (fBitmap.getConfig() != SkBitmap::kNo_Config &&
|
/external/skia/src/views/ |
SkWidgets.cpp | 510 return fBitmap.getConfig() != SkBitmap::kNo_Config; 537 if (fBitmap.getConfig() != SkBitmap::kNo_Config &&
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
SkiaUtils.cpp | 260 bm.setConfig(SkBitmap::kNo_Config, 1, 1);
|