Searched refs:SkFontStyleSet_FC (Results 1 – 1 of 1) sorted by relevance
140 class SkFontStyleSet_FC : public SkFontStyleSet { class142 SkFontStyleSet_FC(FcPattern** matches, int count);143 virtual ~SkFontStyleSet_FC();181 SkFontStyleSet_FC::SkFontStyleSet_FC(FcPattern** matches, int count) { in SkFontStyleSet_FC() function in SkFontStyleSet_FC191 SkFontStyleSet_FC::~SkFontStyleSet_FC() { delete[] fRecs; } in ~SkFontStyleSet_FC()193 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style, in getStyle()204 SkTypeface* SkFontStyleSet_FC::createTypeface(int index) { in createTypeface()208 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle& pattern) { in matchStyle()278 SkFontStyleSet_FC* sset = in onMatchFamily()279 new SkFontStyleSet_FC(trimmedMatches.begin(), trimmedMatches.count()); in onMatchFamily()