Home
last modified time | relevance | path

Searched refs:GetResourcePath (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/tests/
H A DFontMgrAndroidParserTest.cpp183 GetResourcePath("android_fonts/pre_v17/system_fonts.xml").c_str(), in DEF_TEST()
184 GetResourcePath("android_fonts/pre_v17/fallback_fonts.xml").c_str()); in DEF_TEST()
201 GetResourcePath("android_fonts/v17/system_fonts.xml").c_str(), in DEF_TEST()
202 GetResourcePath("android_fonts/v17/fallback_fonts.xml").c_str(), in DEF_TEST()
203 GetResourcePath("android_fonts/v17").c_str()); in DEF_TEST()
220 GetResourcePath("android_fonts/v22/fonts.xml").c_str(), in DEF_TEST()
241 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST()
242 SkString fontsXml = GetResourcePath(fontsXmlFilename); in DEF_TEST()
276 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST()
277 SkString fontsXml = GetResourcePath(fontsXmlFilenam in DEF_TEST()
[all...]
H A DAndroidCodecTest.cpp45 if (GetResourcePath().isEmpty()) { in DEF_TEST()
139 if (GetResourcePath().isEmpty()) { in DEF_TEST()
168 if (GetResourcePath().isEmpty()) { in DEF_TEST()
H A DAnimatedImageTest.cpp33 if (GetResourcePath().isEmpty()) { in DEF_TEST()
52 if (GetResourcePath().isEmpty()) { in DEF_TEST()
87 if (GetResourcePath().isEmpty()) { in DEF_TEST()
147 if (GetResourcePath().isEmpty()) { in DEF_TEST()
216 if (GetResourcePath().isEmpty()) { in DEF_TEST()
287 if (GetResourcePath().isEmpty()) { in DEF_TEST()
H A DSkSLES2ConformanceTest.cpp97 SkString resourceDirectory = GetResourcePath(directory); in iterate_dir()
H A DFontMgrFontConfigTest.cpp36 FcConfigSetSysRoot(config, reinterpret_cast<const FcChar8*>(GetResourcePath("").c_str())); in DEF_TEST()
H A Dskia_test.cpp182 SkString resourcePath = GetResourcePath(); in main()
H A DCodecTest.cpp706 if (GetResourcePath().isEmpty()) { in DEF_TEST()
1680 if (GetResourcePath().isEmpty()) { in DEF_TEST()
1740 if (GetResourcePath().isEmpty()) { in DEF_TEST()
1776 if (GetResourcePath().isEmpty()) { in DEF_TEST()
1795 if (GetResourcePath().isEmpty()) { in DEF_TEST()
H A DStreamTest.cpp490 if (GetResourcePath().isEmpty()) { in DEF_TEST()
494 SkString filename = GetResourcePath("images/baby_tux.png"); in DEF_TEST()
H A DGifTest.cpp472 if (GetResourcePath().isEmpty()) { in DEF_TEST()
H A DCodecAnimTest.cpp485 if (GetResourcePath().isEmpty()) { in test_animated_AndroidCodec()
/third_party/skia/tools/
H A DResources.cpp25 SkString GetResourcePath(const char* resource) { in GetResourcePath() function
48 : SkData::MakeFromFileName(GetResourcePath(resource).c_str())) { in GetResourceAsData()
51 SkDebugf("Resource \"%s\" not found.\n", GetResourcePath(resource).c_str()); in GetResourceAsData()
H A DResources.h19 SkString GetResourcePath(const char* resource = "");
/third_party/skia/gm/
H A Dparticles.cpp49 auto resourceProvider = skresources::FileResourceProvider::Make(GetResourcePath());
H A Dexoticformats.cpp347 sk_sp<SkData> data = load_ktx(GetResourcePath("images/flower-etc1.ktx").c_str(), &info); in loadImages()
362 sk_sp<SkData> data = load_dds(GetResourcePath("images/flower-bc1.dds").c_str(), &info); in loadImages()
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp235 this->loadEffects(GetResourcePath("particles").c_str()); in load()
246 static SkString dirname = GetResourcePath("particles"); in draw()
H A DViewer.cpp2814 GetResourcePath().c_str(), in dumpShadersToResources()
/third_party/skia/fuzz/
H A DFuzzSkParagraph.cpp69 , fResourceDir(GetResourcePath("fonts").c_str()) in ResourceFontCollection()
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp41 fFC = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true); in getFontCollection()
1267 auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), true, true);
1417 auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false);
1465 //auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true);
1663 auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true);
1690 auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true);
2760 auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), true, true);
2870 std::string fonts = GetResourcePath("fonts/").c_str();
3363 auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false);
3511 auto fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("font
[all...]
/third_party/skia/dm/
H A DDM.cpp1353 SkString resources = GetResourcePath(); in WriteToDisk()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp97 , fResourceDir(GetResourcePath("fonts").c_str()) in ResourceFontCollection()
5405 sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false); in UNIX_ONLY_TEST()
5461 sk_sp<TestFontCollection> fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true); in UNIX_ONLY_TEST()
5500 sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), true); in UNIX_ONLY_TEST()

Completed in 35 milliseconds