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

  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 382 const LEFontInstance **fFonts;
386 : RunArray(0), fFonts(NULL)
392 : RunArray(0), fFonts(NULL)
398 : RunArray(limits, count), fFonts(fonts)
  /external/skia/src/pdf/
SkPDFDocument.h 70 void registerFont(SkPDFFont* f) { fFonts.add(f); }
76 SkTHashSet<SkPDFFont*> fFonts;
  /external/skia/src/ports/
SkFontMgr_android_parser.h 95 SkTArray<FontFileInfo, true> fFonts;

Completed in 2212 milliseconds