Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp470 : fFontMgr(SkRef(parent)), fFontSet(fontSet) in StyleSet()
476 fFontSet.reset(); in ~StyleSet()
479 int count() override { return fFontSet->nfont; } in count()
482 if (index < 0 || fFontSet->nfont <= index) { in getStyle()
488 *style = skfontstyle_from_fcpattern(fFontSet->fonts[index]); in getStyle()
491 *styleName = get_string(fFontSet->fonts[index], FC_STYLE); in getStyle()
498 FcPattern* match = fFontSet->fonts[index]; in createTypeface()
511 FcFontSet* fontSets[1] = { fFontSet }; in matchStyle()
524 SkAutoFcFontSet fFontSet; member in SkFontMgr_fontconfig::StyleSet