/third_party/skia/tests/ |
H A D | FontMgrAndroidParserTest.cpp | 183 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 D | AndroidCodecTest.cpp | 45 if (GetResourcePath().isEmpty()) { in DEF_TEST() 139 if (GetResourcePath().isEmpty()) { in DEF_TEST() 168 if (GetResourcePath().isEmpty()) { in DEF_TEST()
|
H A D | AnimatedImageTest.cpp | 33 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 D | SkSLES2ConformanceTest.cpp | 97 SkString resourceDirectory = GetResourcePath(directory); in iterate_dir()
|
H A D | FontMgrFontConfigTest.cpp | 36 FcConfigSetSysRoot(config, reinterpret_cast<const FcChar8*>(GetResourcePath("").c_str())); in DEF_TEST()
|
H A D | skia_test.cpp | 182 SkString resourcePath = GetResourcePath(); in main()
|
H A D | CodecTest.cpp | 706 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 D | StreamTest.cpp | 490 if (GetResourcePath().isEmpty()) { in DEF_TEST() 494 SkString filename = GetResourcePath("images/baby_tux.png"); in DEF_TEST()
|
H A D | GifTest.cpp | 472 if (GetResourcePath().isEmpty()) { in DEF_TEST()
|
H A D | CodecAnimTest.cpp | 485 if (GetResourcePath().isEmpty()) { in test_animated_AndroidCodec()
|
/third_party/skia/tools/ |
H A D | Resources.cpp | 25 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 D | Resources.h | 19 SkString GetResourcePath(const char* resource = "");
|
/third_party/skia/gm/ |
H A D | particles.cpp | 49 auto resourceProvider = skresources::FileResourceProvider::Make(GetResourcePath());
|
H A D | exoticformats.cpp | 347 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 D | ParticlesSlide.cpp | 235 this->loadEffects(GetResourcePath("particles").c_str()); in load() 246 static SkString dirname = GetResourcePath("particles"); in draw()
|
H A D | Viewer.cpp | 2814 GetResourcePath().c_str(), in dumpShadersToResources()
|
/third_party/skia/fuzz/ |
H A D | FuzzSkParagraph.cpp | 69 , fResourceDir(GetResourcePath("fonts").c_str()) in ResourceFontCollection()
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 41 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 D | DM.cpp | 1353 SkString resources = GetResourcePath(); in WriteToDisk()
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 97 , 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()
|