Lines Matching refs:index
23 SkTypeface* createTypeface(int index) override {
41 void onGetFamilyName(int index, SkString* familyName) const override {
42 SkDEBUGFAIL("onGetFamilyName called with bad index");
44 SkFontStyleSet* onCreateStyleSet(int index) const override {
45 SkDEBUGFAIL("onCreateStyleSet called with bad index");
92 void SkFontMgr::getFamilyName(int index, SkString* familyName) const {
93 this->onGetFamilyName(index, familyName);
96 SkFontStyleSet* SkFontMgr::createStyleSet(int index) const {
97 return emptyOnNull(this->onCreateStyleSet(index));
214 int index;
298 return this->createTypeface(maxScore.index);