Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp47 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local
48 typefaces.push_back(typeface); in FontCollection()
49 init(typefaces); in FontCollection()
52 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection() argument
53 init(typefaces); in FontCollection()
56 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init() argument
59 size_t nTypefaces = typefaces.size(); in init()
62 const std::shared_ptr<FontFamily>& family = typefaces[i]; in init()
/frameworks/minikin/include/minikin/
DFontCollection.h35 explicit FontCollection(const std::vector<std::shared_ptr<FontFamily>>& typefaces);
86 void init(const std::vector<std::shared_ptr<FontFamily>>& typefaces);