Home
last modified time | relevance | path

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

/frameworks/minikin/sample/
Dexample.cpp37 vector<FontFamily *>typefaces; in makeFontCollection() local
Dexample_skia.cpp45 vector<FontFamily *>typefaces; in makeFontCollection() local
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp58 std::vector<FontFamily *>typefaces; in makeFontCollection() local
/frameworks/minikin/libs/minikin/
DFontCollection.cpp81 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) : in FontCollection()