Home
last modified time | relevance | path

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

/frameworks/minikin/sample/
Dexample.cpp37 vector<FontFamily *>typefaces; in makeFontCollection() local
62 typefaces.push_back(family); in makeFontCollection()
70 typefaces.push_back(family); in makeFontCollection()
73 return new FontCollection(typefaces); in makeFontCollection()
Dexample_skia.cpp45 vector<FontFamily *>typefaces; in makeFontCollection() local
64 typefaces.push_back(family); in makeFontCollection()
72 typefaces.push_back(family); in makeFontCollection()
75 return new FontCollection(typefaces); in makeFontCollection()
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp58 std::vector<FontFamily *>typefaces; in makeFontCollection() local
79 typefaces.push_back(family); in makeFontCollection()
81 FontCollection *result = new FontCollection(typefaces); in makeFontCollection()
/frameworks/minikin/libs/minikin/
DFontCollection.cpp78 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) : in FontCollection() argument
83 size_t nTypefaces = typefaces.size(); in FontCollection()
89 FontFamily* family = typefaces[i]; in FontCollection()
/frameworks/minikin/include/minikin/
DFontCollection.h30 explicit FontCollection(const std::vector<FontFamily*>& typefaces);
/frameworks/base/docs/html/design/tv/
Dstyle.jd91 settings make thin and light typefaces look jagged and make the text difficult for people to read.
92 Therefore you should avoid thin or light typefaces on TV.</p>