Home | History | Annotate | Download | only in ports

Lines Matching refs:fFontRecID

64         memset(fFontRecID, INVALID_FONT_REC_ID, sizeof(fFontRecID));
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
277 if (INVALID_FONT_REC_ID != familyRec->fFontRecID[fontRec.fStyle]) {
279 fontRec.fStyle, familyRec->fFontRecID[fontRec.fStyle],
282 familyRec->fFontRecID[fontRec.fStyle] = fontRecID;
375 const FontRecID* fontRecIDs = family.fFontRecID;