Home
last modified time | relevance | path

Searched refs:DecodeFile (Results 1 – 21 of 21) sorted by relevance

/external/skia/include/images/
DSkImageDecoder.h252 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()
DSkMovie.h36 static SkMovie* DecodeFile(const char path[]);
/external/skia/samplecode/
DSampleFilter2.cpp31 SkImageDecoder::DecodeFile(gNames[i], &fBitmaps[i], in Filter2View()
36 SkImageDecoder::DecodeFile(gNames[i-fBitmapCount/2], &fBitmaps[i], in Filter2View()
DSampleMovie.cpp12 fMovie = SkMovie::DecodeFile("/skimages/dollarblk.gif"); in AnimGifView()
DSampleCamera.cpp28 if (SkImageDecoder::DecodeFile(str.c_str(), &bm)) { in CameraView()
DSampleImageDir.cpp31 SkImageDecoder::DecodeFile("/Users/reed/Downloads/3elfs.jpg", &bitmap); in drawmarshmallow()
145 SkImageDecoder::DecodeFile(SPECIFIC_IMAGE, &fBitmaps[i]); in ImageDirView()
DSampleLines.cpp62 SkImageDecoder::DecodeFile("/kill.gif", &bm); in onDrawContent()
DSampleNinePatch.cpp14 SkImageDecoder::DecodeFile("/skimages/btn_default_normal_disable.9.png", &fBM); in NinePatchView()
DSampleShaders.cpp49 SkImageDecoder::DecodeFile("/skimages/logo.gif", &fBitmap); in ShaderView()
DSampleAll.cpp644 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()
DSampleEncode.cpp191 SkImageDecoder::DecodeFile(name.c_str(), &bm); in onDrawContent()
DSampleWarp.cpp20 SkImageDecoder::DecodeFile("/skimages/app_icon.png", &orig); in test_bigblur()
331 SkImageDecoder::DecodeFile("/skimages/logo.gif", &bm); in WarpView()
DSamplePatch.cpp38 SkImageDecoder::DecodeFile("/skimages/logo.png", &bm); in make_shader0()
DSampleSlides.cpp320 SkImageDecoder::DecodeFile("/skimages/logo.gif", &bm); in make_shader0()
/external/skia/bench/
DDecodeBench.cpp39 SkImageDecoder::DecodeFile(fFilename, &bm, fPrefConfig, in onDraw()
/external/skia/src/images/
DSkMovie.cpp85 SkMovie* SkMovie::DecodeFile(const char path[]) in DecodeFile() function in SkMovie
DSkImageDecoder.cpp228 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, in DecodeFile() function in SkImageDecoder
/external/skia/src/views/
DSkParsePaint.cpp42 if (SkImageDecoder::DecodeFile(str, &bm)) in inflate_shader()
DSkProgressView.cpp105 return SkImageDecoder::DecodeFile(file, &bm) ? in inflate_shader()
DSkWidgets.cpp519 if (SkImageDecoder::DecodeFile(path, &bitmap))
/external/skia/gm/
Dgmmain.cpp281 bool success = SkImageDecoder::DecodeFile(path.c_str(), &orig, in compare_to_reference_image()