Searched defs:numFonts (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DFontFallbackList.cpp65 unsigned numFonts = m_fontList.size(); local
66 for (unsigned i = 0; i < numFonts; ++i) {
/external/webkit/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp380 int numFonts = 0; local
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/
H A DDumpRenderTree.cpp142 static int numFonts = -1; local
147 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
170 numFonts = appFontSet->nfont;
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp827 static int numFonts = -1; local
832 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
860 numFonts = appFontSet->nfont;

Completed in 489 milliseconds