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
66 typefaces.push_back(family);
74 typefaces.push_back(family);
77 return new FontCollection(typefaces);
/frameworks/base/core/jni/android/graphics/
H A DTypefaceImpl.cpp64 std::vector<FontFamily *>typefaces; local
82 typefaces.push_back(family);
84 FontCollection *result = new FontCollection(typefaces);
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp39 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) : argument
44 size_t nTypefaces = typefaces.size();
50 FontFamily* family = typefaces[i];

Completed in 103 milliseconds