Home
last modified time | relevance | path

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

/external/skia/tools/
DResources.cpp21 SkString GetResourcePath(const char* resource) { in GetResourcePath() function
30 SkString resourcePath = GetResourcePath(resource); in GetResourceAsBitmap()
45 SkString path = GetResourcePath(resource); in GetResourceAsImage()
51 SkString resourcePath = GetResourcePath(resource); in GetResourceAsStream()
61 SkString resourcePath = GetResourcePath(resource); in GetResourceAsData()
DResources.h20 SkString GetResourcePath(const char* resource = "");
/external/skia/tests/
DFontMgrAndroidParserTest.cpp162 GetResourcePath("android_fonts/pre_v17/system_fonts.xml").c_str(), in DEF_TEST()
163 GetResourcePath("android_fonts/pre_v17/fallback_fonts.xml").c_str()); in DEF_TEST()
180 GetResourcePath("android_fonts/v17/system_fonts.xml").c_str(), in DEF_TEST()
181 GetResourcePath("android_fonts/v17/fallback_fonts.xml").c_str(), in DEF_TEST()
182 GetResourcePath("android_fonts/v17").c_str()); in DEF_TEST()
199 GetResourcePath("android_fonts/v22/fonts.xml").c_str(), in DEF_TEST()
DICCTest.cpp42 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
51 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
55 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
59 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str()); in DEF_TEST()
85 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
89 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
93 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
97 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str()); in DEF_TEST()
DImageIsOpaqueTest.cpp43 SkData::MakeFromFileName(GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
45 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
47 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
49 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str()); in DEF_TEST()
DColorSpaceTest.cpp249 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
251 monitorData = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
253 monitorData = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
255 monitorData = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str()); in DEF_TEST()
274 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
276 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
278 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
280 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str()); in DEF_TEST()
450 GetResourcePath("icc_profiles/SM2333SW.icc").c_str()); in DEF_TEST()
DGifTest.cpp229 new SkFILEStream(GetResourcePath("test640x479.gif").c_str())); in DEF_TEST()
268 SkString path = GetResourcePath("test640x479.gif"); in DEF_TEST()
Dskia_test.cpp162 SkString resourcePath = GetResourcePath(); in main()
DPDFJpegEmbedTest.cpp35 SkString path(GetResourcePath(filename)); in load_resource()
DCodecTest.cpp913 SkString fullPath(GetResourcePath(path)); in DEF_TEST()
931 SkString fullPath(GetResourcePath(path)); in DEF_TEST()
1069 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in check_color_xform()
1476 path = GetResourcePath(path.c_str()); in DEF_TEST()
DStreamTest.cpp290 SkFILEStream fileStream(GetResourcePath("baby_tux.webp").c_str()); in DEF_TEST()
DSerializationTest.cpp372 SkString filename = GetResourcePath("/fonts/test.ttc"); in TestPictureTypefaceSerialization()
/external/skia/samplecode/
DSampleLighting.cpp40 SkString diffusePath = GetResourcePath("brickwork-texture.jpg"); in LightingView()
42 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.cpp28 SkString resourcePath = GetResourcePath(imageFilename); in IdentityScaleView()
DSampleSubpixelTranslate.cpp29 SkString resourcePath = GetResourcePath(imageFilename); in SubpixelTranslateView()
DSampleUnpremul.cpp182 return new UnpremulView(GetResourcePath()); in MyFactory()
/external/skia/bench/
DColorCodecBench.cpp81 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); 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();
/external/skia/dm/
DDM.cpp1350 SkString testResourcePath = GetResourcePath("color_wheel.png"); in main()
DDMSrcSink.cpp1024 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in draw()