HomeSort by relevance Sort by last modified time
    Searched refs:fFonts (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layoutex/
RunArrays.cpp 77 : RunArray(initialCapacity), fFonts(NULL)
80 fFonts = LE_NEW_ARRAY(const LEFontInstance *, initialCapacity);
87 LE_DELETE_ARRAY(fFonts);
88 fFonts = NULL;
95 fFonts = LE_NEW_ARRAY(const LEFontInstance *, capacity);
101 fFonts = (const LEFontInstance **) LE_GROW_ARRAY(fFonts, capacity);
109 LEFontInstance **fonts = (LEFontInstance **) fFonts;
123 return fFonts[run];
  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 380 const LEFontInstance **fFonts;
384 : RunArray(0), fFonts(NULL)
390 : RunArray(0), fFonts(NULL)
396 : RunArray(limits, count), fFonts(fonts)
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 117 SkTArray<FontRec> fFonts;
205 fFonts(fontFamilies.count()),
225 if (has_font(fFonts, filename)) {
231 FontRec& fontRec = fFonts.push_back();
237 const FontRecID fontRecID = fFonts.count() - 1;
253 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str()));
256 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str()));
305 DEBUG_FONT(("---- We have %d system fonts", fFonts.count()));
429 FontRec& fontRec = fFonts[fontRecID];
492 FontRec& fontRec = fFonts[fontRecID]
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 117 SkTArray<FontRec> fFonts;
205 fFonts(fontFamilies.count()),
225 if (has_font(fFonts, filename)) {
231 FontRec& fontRec = fFonts.push_back();
237 const FontRecID fontRecID = fFonts.count() - 1;
253 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str()));
256 i, fFonts.count() - 1, family->fIsFallbackFont, filename.c_str()));
305 DEBUG_FONT(("---- We have %d system fonts", fFonts.count()));
429 FontRec& fontRec = fFonts[fontRecID];
492 FontRec& fontRec = fFonts[fontRecID]
    [all...]

Completed in 469 milliseconds