Home
last modified time | relevance | path

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

/external/icu4c/layoutex/
DRunArrays.cpp77 : 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()
/external/icu4c/layoutex/layout/
DRunArrays.h380 const LEFontInstance **fFonts; variable
384 : RunArray(0), fFonts(NULL) in FontRuns()
390 : RunArray(0), fFonts(NULL) in FontRuns()
396 : RunArray(limits, count), fFonts(fonts) in FontRuns()