• Home
  • Raw
  • Download

Lines Matching refs:FontCollection

11 bool FontCollection::FamilyKey::operator==(const FontCollection::FamilyKey& other) const {  in operator ==()
15 size_t FontCollection::FamilyKey::Hasher::operator()(const FontCollection::FamilyKey& key) const { in operator ()()
25 FontCollection::FontCollection() in FontCollection() function in skia::textlayout::FontCollection
29 size_t FontCollection::getFontManagersCount() const { return this->getFontManagerOrder().size(); } in getFontManagersCount()
31 void FontCollection::setAssetFontManager(sk_sp<SkFontMgr> font_manager) { in setAssetFontManager()
35 void FontCollection::setDynamicFontManager(sk_sp<SkFontMgr> font_manager) { in setDynamicFontManager()
39 void FontCollection::setTestFontManager(sk_sp<SkFontMgr> font_manager) { in setTestFontManager()
43 void FontCollection::setDefaultFontManager(sk_sp<SkFontMgr> fontManager, in setDefaultFontManager()
49 void FontCollection::setDefaultFontManager(sk_sp<SkFontMgr> fontManager, in setDefaultFontManager()
55 void FontCollection::setDefaultFontManager(sk_sp<SkFontMgr> fontManager) { in setDefaultFontManager()
60 std::vector<sk_sp<SkFontMgr>> FontCollection::getFontManagerOrder() const { in getFontManagerOrder()
77 std::vector<sk_sp<SkTypeface>> FontCollection::findTypefaces(const std::vector<SkString>& familyNam… in findTypefaces()
118 sk_sp<SkTypeface> FontCollection::matchTypeface(const SkString& familyName, SkFontStyle fontStyle) { in matchTypeface()
135 sk_sp<SkTypeface> FontCollection::defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const S… in defaultFallback()
151 sk_sp<SkTypeface> FontCollection::defaultFallback() { in defaultFallback()
166 void FontCollection::disableFontFallback() { fEnableFontFallback = false; } in disableFontFallback()
167 void FontCollection::enableFontFallback() { fEnableFontFallback = true; } in enableFontFallback()
169 void FontCollection::clearCaches() { in clearCaches()