Searched defs:SkFontStyleSet_FC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp140 class SkFontStyleSet_FC : public SkFontStyleSet { class in inherits:SkFontStyleSet
142 SkFontStyleSet_FC(FcPattern** matches, int count);
143 virtual ~SkFontStyleSet_FC();
181 SkFontStyleSet_FC::SkFontStyleSet_FC(FcPattern** matches, int count) {
191 SkFontStyleSet_FC::~SkFontStyleSet_FC() {
195 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
206 SkTypeface* SkFontStyleSet_FC::createTypeface(int index) {
210 SkTypeface* SkFontStyleSet_FC
[all...]
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp145 class SkFontStyleSet_FC : public SkFontStyleSet { class in inherits:SkFontStyleSet
147 SkFontStyleSet_FC(FcPattern** matches, int count);
148 virtual ~SkFontStyleSet_FC();
186 SkFontStyleSet_FC::SkFontStyleSet_FC(FcPattern** matches, int count) {
196 SkFontStyleSet_FC::~SkFontStyleSet_FC() {
200 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
211 SkTypeface* SkFontStyleSet_FC::createTypeface(int index) {
215 SkTypeface* SkFontStyleSet_FC
[all...]

Completed in 97 milliseconds