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

  /external/webkit/WebCore/platform/graphics/
FontFallbackList.cpp 65 unsigned numFonts = m_fontList.size();
66 for (unsigned i = 0; i < numFonts; ++i) {
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 380 int numFonts = 0;
383 numFonts = ARRAYSIZE(cjkFonts);
386 numFonts = ARRAYSIZE(commonFonts);
393 for (i = 0; (!data || !fontContainsCharacter(data, family, c)) && i < numFonts; ++i) {
399 // last font in the array covers the character, |i| will be numFonts.
402 if (i <= numFonts)
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 142 static int numFonts = -1;
147 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
170 numFonts = appFontSet->nfont;
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 827 static int numFonts = -1;
832 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
860 numFonts = appFontSet->nfont;

Completed in 177 milliseconds