Home
last modified time | relevance | path

Searched refs:FontKey (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.h120 struct FontKey { struct
122 FontKey() {} in FontKey() function
124 FontKey(SkUnichar unicode, SkFontStyle fontStyle, SkString locale) in FontKey() argument
130 bool operator==(const FontKey& other) const; argument
133 size_t operator()(const FontKey& key) const; argument
136 SkTHashMap<FontKey, sk_sp<SkTypeface>, FontKey::Hasher> fFallbackFonts;
DOneLineShaper.cpp506 FontKey fontKey(unicode, textStyle.getFontStyle(), textStyle.getLocale()); in matchResolvedFonts()
776 bool OneLineShaper::FontKey::operator==(const OneLineShaper::FontKey& other) const { in operator ==()
780 size_t OneLineShaper::FontKey::Hasher::operator()(const OneLineShaper::FontKey& key) const { in operator ()()