Home
last modified time | relevance | path

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

/external/skia/src/fonts/
DSkFontMgr_fontconfig.cpp140 class SkFontStyleSet_FC : public SkFontStyleSet { class
142 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_FC
191 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()