Home
last modified time | relevance | path

Searched refs:GetResourcePath (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/tools/
DResources.cpp20 SkString GetResourcePath(const char* resource) { in GetResourcePath() function
29 SkString resourcePath = GetResourcePath(resource); in GetResourceAsBitmap()
36 SkString path = GetResourcePath(resource); in GetResourceAsImage()
42 SkString resourcePath = GetResourcePath(resource); in GetResourceAsStream()
DResources.h18 SkString GetResourcePath(const char* resource = "");
/external/skia/tests/
DFontMgrAndroidParserTest.cpp161 GetResourcePath("android_fonts/pre_v17/system_fonts.xml").c_str(), in DEF_TEST()
162 GetResourcePath("android_fonts/pre_v17/fallback_fonts.xml").c_str()); in DEF_TEST()
179 GetResourcePath("android_fonts/v17/system_fonts.xml").c_str(), in DEF_TEST()
180 GetResourcePath("android_fonts/v17/fallback_fonts.xml").c_str(), in DEF_TEST()
181 GetResourcePath("android_fonts/v17").c_str()); in DEF_TEST()
198 GetResourcePath("android_fonts/v22/fonts.xml").c_str(), in DEF_TEST()
DBadIcoTest.cpp29 SkString resourcePath = GetResourcePath(badImagesFolder); in DEF_TEST()
DPDFJpegEmbedTest.cpp43 SkString path(GetResourcePath(filename)); in load_resource()
DYUVTest.cpp15 SkString fullPath = GetResourcePath(path); in resource()
Dskia_test.cpp145 SkString resourcePath = GetResourcePath(); in test_main()
DCodexTest.cpp25 SkString fullPath = GetResourcePath(path); in resource()
882 SkString fullPath(GetResourcePath(path)); in DEF_TEST()
900 SkString fullPath(GetResourcePath(path)); in DEF_TEST()
DGifTest.cpp195 new SkFILEStream(GetResourcePath("test640x479.gif").c_str())); in DEF_TEST()
/external/skia/samplecode/
DSampleLighting.cpp41 SkString diffusePath = GetResourcePath("brickwork-texture.jpg"); in LightingView()
43 SkString normalPath = GetResourcePath("brickwork_normal-map.jpg"); in LightingView()
DSampleLua.cpp47 SkString str = GetResourcePath("mandrill_256.png"); in setImageFilename()
62 SkString str = GetResourcePath(LUA_FILENAME); in ensureLua()
DSampleIdentityScale.cpp27 SkString resourcePath = GetResourcePath(imageFilename); in IdentityScaleView()
DSampleSubpixelTranslate.cpp29 SkString resourcePath = GetResourcePath(imageFilename); in SubpixelTranslateView()
DSampleUnpremul.cpp195 return new UnpremulView(GetResourcePath()); in MyFactory()
/external/skia/gm/
Detc1bitmap.cpp99 SkString filename = GetResourcePath("mandrill_128."); in onDraw()
184 SkString pkmFilename = GetResourcePath("mandrill_128.pkm"); in onDraw()
DcopyTo4444.cpp35 SkString pngFilename = GetResourcePath("mandrill_512.png"); in onDraw()
Dfactory.cpp32 SkString pngFilename = GetResourcePath("plane.png"); in onOnceBeforeDraw()
Dcmykjpeg.cpp29 SkString jpgFilename = GetResourcePath("CMYK.jpg"); in onOnceBeforeDraw()
Dpixelxorxfermode.cpp28 SkString resourcePath = GetResourcePath("mandrill_512.png"); in onOnceBeforeDraw()
Davoidxfermode.cpp28 SkString resourcePath = GetResourcePath("color_wheel.png"); in onOnceBeforeDraw()
Dfilterindiabox.cpp103 SkString resourcePath = GetResourcePath(fFilename.c_str()); in makeBitmap()
Ddownsamplebitmap.cpp175 SkString resourcePath = GetResourcePath(fFilename.c_str()); in make_bitmap()
Dfilterbitmap.cpp200 SkString resourcePath = GetResourcePath(fFilename.c_str()); in makeBitmap()
/external/skia/bench/
DSkipZeroesBench.cpp49 SkString resourcePath = GetResourcePath(); in onDelayedSetup()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm310 NSString * GetResourcePath(); function
311 NSString * GetResourcePath() { function
322 if (dladdr((const void*)GetResourcePath, &info) != 0) {
541 resourcePath = GetResourcePath();

12