Searched refs:typefaces (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | FontCollection.cpp | 65 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local 66 typefaces.push_back(typeface); in FontCollection() 67 init(typefaces); in FontCollection() 70 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection() argument 71 init(typefaces); in FontCollection() 74 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init() argument 77 size_t nTypefaces = typefaces.size(); in init() 80 const std::shared_ptr<FontFamily>& family = typefaces[i]; in init()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Typeface.cpp | 298 std::vector<Typeface*> typefaces; in Typeface_writeTypefaces() local 299 typefaces.reserve(faces.size()); in Typeface_writeTypefaces() 301 typefaces.push_back(toTypeface(faces[i])); in Typeface_writeTypefaces() 307 for (Typeface* typeface : typefaces) { in Typeface_writeTypefaces() 314 writer.write<uint32_t>(typefaces.size()); in Typeface_writeTypefaces() 315 for (Typeface* typeface : typefaces) { in Typeface_writeTypefaces()
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | FontCollection.h | 40 explicit FontCollection(const std::vector<std::shared_ptr<FontFamily>>& typefaces); 229 void init(const std::vector<std::shared_ptr<FontFamily>>& typefaces);
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |