Home
last modified time | relevance | path

Searched defs:FamilyKey (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/include/
DFontCollection.h46 struct FamilyKey { struct
47 FamilyKey(const char family[], const char loc[], SkFontStyle style) in FamilyKey() argument
50 FamilyKey() {} in FamilyKey() argument
56 bool operator==(const FamilyKey& other) const; argument
59 size_t operator()(const FamilyKey& key) const; argument
/third_party/skia/modules/skparagraph/include/
DFontCollection.h51 struct FamilyKey { struct
52 FamilyKey(const std::vector<SkString>& familyNames, SkFontStyle style) in FamilyKey() function
55 FamilyKey() {} in FamilyKey() argument
60 bool operator==(const FamilyKey& other) const; argument
63 size_t operator()(const FamilyKey& key) const; argument
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dfont_collection.h93 struct FamilyKey { struct
100 bool operator==(const FamilyKey& other) const; argument
103 size_t operator()(const FamilyKey& key) const; argument
Dfont_collection.cc43 FontCollection::FamilyKey::FamilyKey(const std::vector<std::string>& families, in FamilyKey() function in txt::FontCollection::FamilyKey