/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libbmp.cpp | 126 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false);
|
SkImageDecoder.cpp | 160 case k32Bit_SrcDepth:
|
SkImageDecoder_libwebp.cpp | 278 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, SkToBool(fHasAlpha));
|
SkImageDecoder_libjpeg.cpp | 406 SrcDepth srcDepth = k32Bit_SrcDepth; [all...] |
SkImageDecoder_libpng.cpp | 582 SrcDepth srcDepth = k32Bit_SrcDepth; [all...] |
/external/skia/src/images/ |
SkImageDecoder_libbmp.cpp | 126 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false);
|
SkImageDecoder.cpp | 160 case k32Bit_SrcDepth:
|
SkImageDecoder_libwebp.cpp | 278 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, SkToBool(fHasAlpha));
|
SkImageDecoder_libjpeg.cpp | 406 SrcDepth srcDepth = k32Bit_SrcDepth; [all...] |
SkImageDecoder_libpng.cpp | 581 SrcDepth srcDepth = k32Bit_SrcDepth; [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 464 k32Bit_SrcDepth,
|
/external/skia/include/core/ |
SkImageDecoder.h | 464 k32Bit_SrcDepth,
|
/frameworks/base/media/tests/omxjpegdecoder/ |
omx_jpeg_decoder.cpp | 108 configBitmapSize(bm, getPrefConfig(k32Bit_SrcDepth, false), width, height);
|