Lines Matching defs:SkFontStyleSet_Custom
128 SkFontStyleSet_Custom::SkFontStyleSet_Custom(const SkString familyName) : fFamilyName(familyName) {}
130 void SkFontStyleSet_Custom::appendTypeface(sk_sp<SkTypeface_Custom> typeface) {
134 int SkFontStyleSet_Custom::count() {
138 void SkFontStyleSet_Custom::getStyle(int index, SkFontStyle* style, SkString* name) {
148 SkTypeface* SkFontStyleSet_Custom::createTypeface(int index) {
153 SkTypeface* SkFontStyleSet_Custom::matchStyle(const SkFontStyle& pattern) {
157 SkString SkFontStyleSet_Custom::getFamilyName() { return fFamilyName; }
168 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i]));
197 SkFontStyleSet_Custom* SkFontMgr_Custom::onCreateStyleSet(int index) const {
202 SkFontStyleSet_Custom* SkFontMgr_Custom::onMatchFamily(const char familyName[]) const {