/external/skia/include/images/ |
D | SkImageDecoder.h | 252 static bool DecodeFile(const char file[], SkBitmap* bitmap, 255 static bool DecodeFile(const char file[], SkBitmap* bitmap) { in DecodeFile() function 256 return DecodeFile(file, bitmap, SkBitmap::kNo_Config, in DecodeFile()
|
D | SkMovie.h | 36 static SkMovie* DecodeFile(const char path[]);
|
/external/skia/samplecode/ |
D | SampleFilter2.cpp | 31 SkImageDecoder::DecodeFile(gNames[i], &fBitmaps[i], in Filter2View() 36 SkImageDecoder::DecodeFile(gNames[i-fBitmapCount/2], &fBitmaps[i], in Filter2View()
|
D | SampleMovie.cpp | 12 fMovie = SkMovie::DecodeFile("/skimages/dollarblk.gif"); in AnimGifView()
|
D | SampleCamera.cpp | 28 if (SkImageDecoder::DecodeFile(str.c_str(), &bm)) { in CameraView()
|
D | SampleImageDir.cpp | 31 SkImageDecoder::DecodeFile("/Users/reed/Downloads/3elfs.jpg", &bitmap); in drawmarshmallow() 145 SkImageDecoder::DecodeFile(SPECIFIC_IMAGE, &fBitmaps[i]); in ImageDirView()
|
D | SampleLines.cpp | 62 SkImageDecoder::DecodeFile("/kill.gif", &bm); in onDrawContent()
|
D | SampleNinePatch.cpp | 14 SkImageDecoder::DecodeFile("/skimages/btn_default_normal_disable.9.png", &fBM); in NinePatchView()
|
D | SampleShaders.cpp | 49 SkImageDecoder::DecodeFile("/skimages/logo.gif", &fBitmap); in ShaderView()
|
D | SampleAll.cpp | 644 SkImageDecoder::DecodeFile("/Users/caryclark/Desktop/bugcirc.gif", &fBug); in startTest() 645 SkImageDecoder::DecodeFile("/Users/caryclark/Desktop/tbcirc.gif", &fTb); in startTest() 646 SkImageDecoder::DecodeFile("/Users/caryclark/Desktop/05psp04.gif", &fTx); in startTest()
|
D | SampleEncode.cpp | 191 SkImageDecoder::DecodeFile(name.c_str(), &bm); in onDrawContent()
|
D | SampleWarp.cpp | 20 SkImageDecoder::DecodeFile("/skimages/app_icon.png", &orig); in test_bigblur() 331 SkImageDecoder::DecodeFile("/skimages/logo.gif", &bm); in WarpView()
|
D | SamplePatch.cpp | 38 SkImageDecoder::DecodeFile("/skimages/logo.png", &bm); in make_shader0()
|
D | SampleSlides.cpp | 320 SkImageDecoder::DecodeFile("/skimages/logo.gif", &bm); in make_shader0()
|
/external/skia/bench/ |
D | DecodeBench.cpp | 39 SkImageDecoder::DecodeFile(fFilename, &bm, fPrefConfig, in onDraw()
|
/external/skia/src/images/ |
D | SkMovie.cpp | 85 SkMovie* SkMovie::DecodeFile(const char path[]) in DecodeFile() function in SkMovie
|
D | SkImageDecoder.cpp | 228 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, in DecodeFile() function in SkImageDecoder
|
/external/skia/src/views/ |
D | SkParsePaint.cpp | 42 if (SkImageDecoder::DecodeFile(str, &bm)) in inflate_shader()
|
D | SkProgressView.cpp | 105 return SkImageDecoder::DecodeFile(file, &bm) ? in inflate_shader()
|
D | SkWidgets.cpp | 519 if (SkImageDecoder::DecodeFile(path, &bitmap))
|
/external/skia/gm/ |
D | gmmain.cpp | 281 bool success = SkImageDecoder::DecodeFile(path.c_str(), &orig, in compare_to_reference_image()
|