Lines Matching defs:fonts
97 , fResourceDir(GetResourcePath("fonts").c_str())
99 std::vector<SkString> fonts;
107 fonts.emplace_back(path);
114 // Only register fonts if we have to
115 for (auto& font : fonts) {
131 // TODO: temp solution until we check in fonts
3237 // (for instance, some fonts can use these hard coded characters for something that is visible)
4931 // Disable until I sort out fonts
4970 // Disable until I sort out fonts
5405 sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false);
5461 sk_sp<TestFontCollection> fontCollection = sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), false, true);
5500 sk_make_sp<TestFontCollection>(GetResourcePath("fonts").c_str(), true);
6992 INFOF(reporter, "No fonts found\n");
7627 auto fonts = paragraph->getFonts();
7628 REPORTER_ASSERT(reporter, fonts.size() == 1);
7629 REPORTER_ASSERT(reporter, fonts[0].fTextRange.start == 0 && fonts[0].fTextRange.end == len);
7630 REPORTER_ASSERT(reporter, fonts[0].fFont.getTypeface() != nullptr);