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

/external/chromium_org/third_party/skia/include/ports/
H A DSkFontMgr.h19 class SK_API SkFontStyleSet : public SkRefCnt { class in inherits:SkRefCnt
21 SK_DECLARE_INST_COUNT(SkFontStyleSet)
28 static SkFontStyleSet* CreateEmpty();
42 SkFontStyleSet* createStyleSet(int index) const;
51 SkFontStyleSet* matchFamily(const char familyName[]) const;
122 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
125 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
/external/skia/include/ports/
H A DSkFontMgr.h19 class SK_API SkFontStyleSet : public SkRefCnt { class in inherits:SkRefCnt
21 SK_DECLARE_INST_COUNT(SkFontStyleSet)
28 static SkFontStyleSet* CreateEmpty();
42 SkFontStyleSet* createStyleSet(int index) const;
51 SkFontStyleSet* matchFamily(const char familyName[]) const;
112 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
115 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;

Completed in 2583 milliseconds