Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp462 : fFontMgr(SkRef(parent)), fFontSet(fontSet) in StyleSet()
468 fFontSet.reset(); in ~StyleSet()
471 int count() override { return fFontSet->nfont; } in count()
474 if (index < 0 || fFontSet->nfont <= index) { in getStyle()
480 *style = skfontstyle_from_fcpattern(fFontSet->fonts[index]); in getStyle()
483 *styleName = get_string(fFontSet->fonts[index], FC_STYLE); in getStyle()
490 FcPattern* match = fFontSet->fonts[index]; in createTypeface()
503 FcFontSet* fontSets[1] = { fFontSet }; in matchStyle()
516 SkAutoFcFontSet fFontSet; member in SkFontMgr_fontconfig::StyleSet