Searched defs:familyRec (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontConfigInterface_android.cpp216 // defer initializing the familyRec until we can be sure that at least
218 FamilyRec* familyRec = NULL; local
260 // create a familyRec now that we know that at least one font in
262 if (familyRec == NULL) {
263 familyRec = &fFontFamilies.push_back();
267 familyRec->fIsFallbackFont = family->fIsFallbackFont;
268 familyRec->fPaintOptions = family->fFontFiles[j].fPaintOptions;
270 } else if (familyRec->fPaintOptions != family->fFontFiles[j].fPaintOptions) {
276 // add this font to the current familyRec
277 if (INVALID_FONT_REC_ID != familyRec
[all...]

Completed in 1868 milliseconds