Home
last modified time | relevance | path

Searched refs:fFontRecID (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontConfigInterface_android.cpp64 memset(fFontRecID, INVALID_FONT_REC_ID, sizeof(fFontRecID)); in FamilyRec()
68 FontRecID fFontRecID[FONT_STYLE_COUNT]; member
277 if (INVALID_FONT_REC_ID != familyRec->fFontRecID[fontRec.fStyle]) { in SkFontConfigInterfaceAndroid()
279 fontRec.fStyle, familyRec->fFontRecID[fontRec.fStyle], in SkFontConfigInterfaceAndroid()
282 familyRec->fFontRecID[fontRec.fStyle] = fontRecID; in SkFontConfigInterfaceAndroid()
375 const FontRecID* fontRecIDs = family.fFontRecID; in find_best_style()