Searched refs:FontKey (Results 1 – 2 of 2) sorted by relevance
120 struct FontKey { struct122 FontKey() {} in FontKey() function124 FontKey(SkUnichar unicode, SkFontStyle fontStyle, SkString locale) in FontKey() argument130 bool operator==(const FontKey& other) const; argument133 size_t operator()(const FontKey& key) const; argument136 SkTHashMap<FontKey, sk_sp<SkTypeface>, FontKey::Hasher> fFallbackFonts;
506 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 ()()