Searched refs:fFontSet (Results 1 – 2 of 2) sorted by relevance
573 : fFontMgr(std::move(parent)), fFontSet(std::move(fontSet)) in StyleSet()579 fFontSet.reset(); in ~StyleSet()582 int count() override { return fFontSet->nfont; } in count()585 if (index < 0 || fFontSet->nfont <= index) { in getStyle()591 *style = skfontstyle_from_fcpattern(fFontSet->fonts[index]); in getStyle()594 *styleName = get_string(fFontSet->fonts[index], FC_STYLE); in getStyle()599 if (index < 0 || fFontSet->nfont <= index) { in createTypeface()604 FcPatternReference(fFontSet->fonts[index]); in createTypeface()605 return fFontSet->fonts[index]; in createTypeface()620 FcFontSet* fontSets[1] = { fFontSet }; in matchStyle()[all …]
587 : fFontMgr(std::move(parent)), fFontSet(std::move(fontSet)) in StyleSet()593 fFontSet.reset(); in ~StyleSet()596 int count() override { return fFontSet->nfont; } in count()599 if (index < 0 || fFontSet->nfont <= index) { in getStyle()605 *style = skfontstyle_from_fcpattern(fFontSet->fonts[index]); in getStyle()608 *styleName = get_string(fFontSet->fonts[index], FC_STYLE); in getStyle()615 FcPattern* match = fFontSet->fonts[index]; in createTypeface()628 FcFontSet* fontSets[1] = { fFontSet }; in matchStyle()641 SkAutoFcFontSet fFontSet; member in SkFontMgr_fontconfig::StyleSet