Home
last modified time | relevance | path

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

/external/skia/tools/
DResources.cpp21 SkString GetResourcePath(const char* resource) { in GetResourcePath() function
30 SkString resourcePath = GetResourcePath(resource); in GetResourceAsBitmap()
42 SkString path = GetResourcePath(resource); in GetResourceAsImage()
48 SkString resourcePath = GetResourcePath(resource); in GetResourceAsStream()
58 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.cpp43 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
52 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
56 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
60 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str()); in DEF_TEST()
86 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
90 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
94 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
98 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str()); in DEF_TEST()
DImageIsOpaqueTest.cpp44 SkData::MakeFromFileName(GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in DEF_TEST()
46 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str()); in DEF_TEST()
48 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str()); in DEF_TEST()
50 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()
DPDFJpegEmbedTest.cpp35 SkString path(GetResourcePath(filename)); in load_resource()
Dskia_test.cpp162 SkString resourcePath = GetResourcePath(); in main()
DGifTest.cpp229 new SkFILEStream(GetResourcePath("test640x479.gif").c_str())); in DEF_TEST()
DCodecTest.cpp856 SkString fullPath(GetResourcePath(path)); in DEF_TEST()
874 SkString fullPath(GetResourcePath(path)); in DEF_TEST()
1012 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in check_color_xform()
1400 SkString resourcePath = GetResourcePath(path); in test_invalid_header()
DStreamTest.cpp290 SkFILEStream fileStream(GetResourcePath("baby_tux.webp").c_str()); in DEF_TEST()
DSerializationTest.cpp358 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.cpp181 return new UnpremulView(GetResourcePath()); in MyFactory()
/external/skia/gm/
Dmakecolorspace.cpp16 SkString resourcePath = GetResourcePath(path); in make_raster_image()
/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.cpp1307 SkString testResourcePath = GetResourcePath("color_wheel.png"); in main()
DDMSrcSink.cpp1065 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str()); in draw()