Lines Matching refs:SkFontStyleSet
17 class SkEmptyFontStyleSet : public SkFontStyleSet {
21 SkDEBUGFAIL("SkFontStyleSet::getStyle called on empty set");
24 SkDEBUGFAIL("SkFontStyleSet::createTypeface called on empty set");
32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; }
44 SkFontStyleSet* onCreateStyleSet(int index) const override {
48 SkFontStyleSet* onMatchFamily(const char[]) const override {
49 return SkFontStyleSet::CreateEmpty();
82 static SkFontStyleSet* emptyOnNull(SkFontStyleSet* fsset) {
84 fsset = SkFontStyleSet::CreateEmpty();
97 SkFontStyleSet* SkFontMgr::createStyleSet(int index) const {
101 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) const {
206 SkTypeface* SkFontStyleSet::matchStyleCSS3(const SkFontStyle& pattern) {