Lines Matching refs:fontRecID
112 void addFallbackFamily(FamilyRecID fontRecID);
113 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
237 const FontRecID fontRecID = fFonts.count() - 1; in SkFontConfigInterfaceAndroid() local
280 fontRecID)); in SkFontConfigInterfaceAndroid()
282 familyRec->fFontRecID[fontRec.fStyle] = fontRecID; in SkFontConfigInterfaceAndroid()
428 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], style); in matchFamilyName() local
429 FontRec& fontRec = fFonts[fontRecID]; in matchFamilyName()
432 outFontIdentifier->fID = fontRecID; in matchFamilyName()
486 const FontRecID* fontRecID = (const FontRecID*)ctx; in find_proc() local
488 return currFontRecID == *fontRecID; in find_proc()
491 SkTypeface* SkFontConfigInterfaceAndroid::getTypefaceForFontRec(FontRecID fontRecID) { in getTypefaceForFontRec() argument
492 FontRec& fontRec = fFonts[fontRecID]; in getTypefaceForFontRec()
496 face = SkTypefaceCache::FindByProcAndRef(find_proc, &fontRecID); in getTypefaceForFontRec()
534 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], SkTypeface::kNormal); in getFallbackFamilyNameForChar() local
535 SkTypeface* face = this->getTypefaceForFontRec(fontRecID); in getFallbackFamilyNameForChar()
554 FontRecID fontRecID = find_best_style(fFontFamilies[fDefaultFamilyRecID], style); in getTypefaceForChar() local
555 SkTypeface* face = this->getTypefaceForFontRec(fontRecID); in getTypefaceForChar()