Searched defs:FamilyKey (Results 1 – 4 of 4) sorted by relevance
46 struct FamilyKey { struct47 FamilyKey(const char family[], const char loc[], SkFontStyle style) in FamilyKey() argument50 FamilyKey() {} in FamilyKey() argument56 bool operator==(const FamilyKey& other) const; argument59 size_t operator()(const FamilyKey& key) const; argument
51 struct FamilyKey { struct52 FamilyKey(const std::vector<SkString>& familyNames, SkFontStyle style) in FamilyKey() function55 FamilyKey() {} in FamilyKey() argument60 bool operator==(const FamilyKey& other) const; argument63 size_t operator()(const FamilyKey& key) const; argument
93 struct FamilyKey { struct100 bool operator==(const FamilyKey& other) const; argument103 size_t operator()(const FamilyKey& key) const; argument
43 FontCollection::FamilyKey::FamilyKey(const std::vector<std::string>& families, in FamilyKey() function in txt::FontCollection::FamilyKey