Searched defs:typefaces (Results 1 - 4 of 4) sorted by relevance

/frameworks/minikin/sample/
H A Dexample.cpp37 vector<FontFamily *>typefaces; local
62 typefaces.push_back(family);
70 typefaces.push_back(family);
73 return new FontCollection(typefaces);
H A Dexample_skia.cpp45 vector<FontFamily *>typefaces; local
64 typefaces.push_back(family);
72 typefaces.push_back(family);
75 return new FontCollection(typefaces);
/frameworks/base/libs/hwui/hwui/
H A DTypeface.cpp58 std::vector<FontFamily *>typefaces; local
79 typefaces.push_back(family);
81 FontCollection *result = new FontCollection(typefaces);
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp78 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) : argument
83 size_t nTypefaces = typefaces.size();
89 FontFamily* family = typefaces[i];

Completed in 320 milliseconds