HomeSort by relevance Sort by last modified time
    Searched refs:fFonts (Results 1 - 6 of 6) 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/skia/tests/
FontMgrAndroidParserTest.cpp 43 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile));
60 for (int j = 0; j < family.fFonts.count(); ++j) {
61 FontFileInfo& file = family.fFonts[j];
89 for (int j = 0; j < fontFamilies[i]->fFonts.count(); ++j) {
90 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j];
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 207 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back();
339 for (int i = 0; i < targetFamily->fFonts.count(); i++) {
340 if (targetFamily->fFonts[i].fWeight == weight) {
341 family->fFonts.push_back(targetFamily->fFonts[i]);
380 FontFileInfo& newFileInfo = currentFamily.fFonts.push_back();
394 if (currentFamily.fFonts.count() > 1 && currentFamily.fVariant != prevVariant) {
403 if (currentFamily.fFonts.count() > 1 && currentFamily.fLanguage != prevLang) {
SkFontMgr_android_parser.h 95 SkTArray<FontFileInfo, true> fFonts;
SkFontMgr_android.cpp 151 for (int i = 0; i < family.fFonts.count(); ++i) {
152 const FontFileInfo& fontFile = family.fFonts[i];

Completed in 90 milliseconds