Searched refs:fFonts (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layoutex/ |
D | RunArrays.cpp | 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()
|
/external/icu4c/layoutex/layout/ |
D | RunArrays.h | 380 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()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 117 SkTArray<FontRec> fFonts; member in SkFontConfigInterfaceAndroid 205 fFonts(fontFamilies.count()), in SkFontConfigInterfaceAndroid() 225 if (has_font(fFonts, filename)) { in SkFontConfigInterfaceAndroid() 231 FontRec& fontRec = fFonts.push_back(); in SkFontConfigInterfaceAndroid() 237 const FontRecID fontRecID = fFonts.count() - 1; in SkFontConfigInterfaceAndroid() 253 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str())); in SkFontConfigInterfaceAndroid() 256 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str())); in SkFontConfigInterfaceAndroid() 305 DEBUG_FONT(("---- We have %d system fonts", fFonts.count())); in SkFontConfigInterfaceAndroid() 429 FontRec& fontRec = fFonts[fontRecID]; in matchFamilyName() 492 FontRec& fontRec = fFonts[fontRecID]; in getTypefaceForFontRec() [all …]
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 117 SkTArray<FontRec> fFonts; member in SkFontConfigInterfaceAndroid 205 fFonts(fontFamilies.count()), in SkFontConfigInterfaceAndroid() 225 if (has_font(fFonts, filename)) { in SkFontConfigInterfaceAndroid() 231 FontRec& fontRec = fFonts.push_back(); in SkFontConfigInterfaceAndroid() 237 const FontRecID fontRecID = fFonts.count() - 1; in SkFontConfigInterfaceAndroid() 253 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str())); in SkFontConfigInterfaceAndroid() 256 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str())); in SkFontConfigInterfaceAndroid() 305 DEBUG_FONT(("---- We have %d system fonts", fFonts.count())); in SkFontConfigInterfaceAndroid() 429 FontRec& fontRec = fFonts[fontRecID]; in matchFamilyName() 492 FontRec& fontRec = fFonts[fontRecID]; in getTypefaceForFontRec() [all …]
|