Searched refs:fFonts (Results 1 – 2 of 2) sorted by relevance
77 : RunArray(initialCapacity), fFonts(NULL) in FontRuns()80 fFonts = LE_NEW_ARRAY(const LEFontInstance *, initialCapacity); in FontRuns()87 LE_DELETE_ARRAY(fFonts); in ~FontRuns()88 fFonts = NULL; in ~FontRuns()95 fFonts = LE_NEW_ARRAY(const LEFontInstance *, capacity); in init()101 fFonts = (const LEFontInstance **) LE_GROW_ARRAY(fFonts, capacity); in grow()109 LEFontInstance **fonts = (LEFontInstance **) fFonts; in add()123 return fFonts[run]; in getFont()
380 const LEFontInstance **fFonts; variable384 : RunArray(0), fFonts(NULL) in FontRuns()390 : RunArray(0), fFonts(NULL) in FontRuns()396 : RunArray(limits, count), fFonts(fonts) in FontRuns()