Home
last modified time | relevance | path

Searched defs:typefaces (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontCollection.cpp65 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local
70 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection()
74 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init()
/frameworks/base/libs/hwui/jni/
DTypeface.cpp298 std::vector<Typeface*> typefaces; in Typeface_writeTypefaces() local