HomeSort by relevance Sort by last modified time
    Searched defs:typefaces (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
SkGlyphCacheBench.cpp 91 sk_sp<SkTypeface> typefaces[] = variable
102 paint.setTypeface(typefaces[threadIndex % 2]);
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 48 std::vector<std::shared_ptr<FontFamily>> typefaces; local
49 typefaces.push_back(typeface);
50 init(typefaces);
53 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) :
55 init(typefaces);
58 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) {
62 size_t nTypefaces = typefaces.size();
68 const std::shared_ptr<FontFamily>& family = typefaces[i];

Completed in 83 milliseconds