Lines Matching refs:FamilyKey
122 struct FamilyKey {
124 FamilyKey(const std::vector<SkString>& familyNames, SkFontStyle style, const std::optional<FontArguments>& args)
127 FamilyKey(
132 FamilyKey() {}
142 bool operator==(const FamilyKey& other) const;
145 size_t operator()(const FamilyKey& key) const;
154 SkTHashMap<FamilyKey, std::vector<sk_sp<SkTypeface>>, FamilyKey::Hasher> fTypefaces;
160 std::unordered_map<FamilyKey, std::vector<std::shared_ptr<RSTypeface>>, FamilyKey::Hasher> fTypefaces;