/external/chromium_org/third_party/skia/tools/ |
test_image_decoder.cpp | 26 if (!(SkImageDecoder::DecodeFile(argv[1], &bitmap))) {
|
/external/skia/tools/ |
test_image_decoder.cpp | 26 if (!(SkImageDecoder::DecodeFile(argv[1], &bitmap))) {
|
/external/chromium_org/third_party/skia/include/images/ |
SkMovie.h | 31 static SkMovie* DecodeFile(const char path[]);
|
/external/skia/include/images/ |
SkMovie.h | 31 static SkMovie* DecodeFile(const char path[]);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp9_thread_test.cc | 101 string DecodeFile(const string& filename, int num_threads) { 132 DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str()); 150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
vp9_thread_test.cc | 105 string DecodeFile(const string& filename, int num_threads) { 136 DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str()); 154 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str()) 214 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
|
/external/chromium_org/third_party/skia/bench/ |
DecodeBench.cpp | 39 SkImageDecoder::DecodeFile(FLAGS_decodeBenchFilename[0], &bm, fPrefColorType,
|
/external/chromium_org/third_party/skia/gm/ |
copyTo4444.cpp | 37 if (!SkImageDecoder::DecodeFile(filename.c_str(), &bm, kN32_SkColorType,
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleMovie.cpp | 19 fMovie = SkMovie::DecodeFile("/skimages/dollarblk.gif");
|
SampleFilter2.cpp | 38 SkImageDecoder::DecodeFile(gNames[i], &fBitmaps[i], kN32_SkColorType, 42 SkImageDecoder::DecodeFile(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType,
|
SampleCamera.cpp | 35 if (SkImageDecoder::DecodeFile(str.c_str(), &bm)) {
|
SampleLines.cpp | 67 SkImageDecoder::DecodeFile("/kill.gif", &bm);
|
/external/libvpx/libvpx/test/ |
vp9_thread_test.cc | 101 string DecodeFile(const string& filename, int num_threads) { 132 DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str()); 150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str()) 210 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
|
/external/skia/bench/ |
DecodeBench.cpp | 39 SkImageDecoder::DecodeFile(FLAGS_decodeBenchFilename[0], &bm, fPrefColorType,
|
/external/skia/gm/ |
copyTo4444.cpp | 37 if (!SkImageDecoder::DecodeFile(filename.c_str(), &bm, kN32_SkColorType,
|
/external/skia/samplecode/ |
SampleMovie.cpp | 19 fMovie = SkMovie::DecodeFile("/skimages/dollarblk.gif");
|
SampleFilter2.cpp | 38 SkImageDecoder::DecodeFile(gNames[i], &fBitmaps[i], kN32_SkColorType, 42 SkImageDecoder::DecodeFile(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType,
|
SampleCamera.cpp | 35 if (SkImageDecoder::DecodeFile(str.c_str(), &bm)) {
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 306 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode, 308 static bool DecodeFile(const char file[], SkBitmap* bitmap) { 309 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL); 364 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkBitmap::Config pref, Mode mode, 366 return DecodeFile(file, bitmap, SkBitmapConfigToColorType(pref), mode, format);
|
/external/skia/include/core/ |
SkImageDecoder.h | 306 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode, 308 static bool DecodeFile(const char file[], SkBitmap* bitmap) { 309 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL); 364 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkBitmap::Config pref, Mode mode, 366 return DecodeFile(file, bitmap, SkBitmapConfigToColorType(pref), mode, format);
|
/external/chromium_org/third_party/skia/src/images/ |
SkMovie.cpp | 92 SkMovie* SkMovie::DecodeFile(const char path[]) {
|
/external/skia/src/images/ |
SkMovie.cpp | 92 SkMovie* SkMovie::DecodeFile(const char path[]) {
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
main.cpp | 99 if (!SkImageDecoder::DecodeFile(FLAGS_source[0], &source)) {
|
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_empty.cpp | 31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) {
|
/external/skia/experimental/webtry/ |
main.cpp | 99 if (!SkImageDecoder::DecodeFile(FLAGS_source[0], &source)) {
|