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

  /external/skia/bench/
SkGlyphCacheBench.cpp 90 sk_sp<SkTypeface> typefaces[] = variable
99 paint.setTypeface(typefaces[threadIndex % 2]);
  /external/skqp/bench/
SkGlyphCacheBench.cpp 90 sk_sp<SkTypeface> typefaces[] = variable
99 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) : mMaxChar(0) {
54 init(typefaces);
57 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) {
60 size_t nTypefaces = typefaces.size();
63 const std::shared_ptr<FontFamily>& family = typefaces[i];

Completed in 1481 milliseconds