Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp48 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local
49 typefaces.push_back(typeface); in FontCollection()
50 init(typefaces); in FontCollection()
53 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection() argument
54 init(typefaces); in FontCollection()
57 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init() argument
60 size_t nTypefaces = typefaces.size(); in init()
63 const std::shared_ptr<FontFamily>& family = typefaces[i]; in init()
/frameworks/minikin/include/minikin/
DFontCollection.h34 explicit FontCollection(const std::vector<std::shared_ptr<FontFamily>>& typefaces);
78 void init(const std::vector<std::shared_ptr<FontFamily>>& typefaces);