Searched refs:fontRecIDs (Results 1 – 1 of 1) sorted by relevance
375 const FontRecID* fontRecIDs = family.fFontRecID; in find_best_style() local377 if (fontRecIDs[style] != INVALID_FONT_REC_ID) { // exact match in find_best_style()378 return fontRecIDs[style]; in find_best_style()382 if (fontRecIDs[style] != INVALID_FONT_REC_ID) { in find_best_style()383 return fontRecIDs[style]; in find_best_style()386 if (fontRecIDs[SkTypeface::kNormal] != INVALID_FONT_REC_ID) { in find_best_style()387 return fontRecIDs[SkTypeface::kNormal]; in find_best_style()391 if (fontRecIDs[i] != INVALID_FONT_REC_ID) { in find_best_style()392 return fontRecIDs[i]; in find_best_style()