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

/external/skia/include/ports/
H A DSkFontMgr.h22 class SK_API SkFontStyleSet : public SkRefCnt { class in inherits:SkRefCnt
29 static SkFontStyleSet* CreateEmpty();
42 SkFontStyleSet* createStyleSet(int index) const;
55 SkFontStyleSet* matchFamily(const char familyName[]) const;
133 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
136 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
/external/skqp/include/ports/
H A DSkFontMgr.h22 class SK_API SkFontStyleSet : public SkRefCnt { class in inherits:SkRefCnt
29 static SkFontStyleSet* CreateEmpty();
42 SkFontStyleSet* createStyleSet(int index) const;
55 SkFontStyleSet* matchFamily(const char familyName[]) const;
133 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
136 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;

Completed in 109 milliseconds