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

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
ActivateFontsQt.cpp 52 static int numFonts = -1;
57 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
86 numFonts = appFontSet->nfont;
  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.cpp 65 unsigned numFonts = m_fontList.size();
66 for (unsigned i = 0; i < numFonts; ++i) {
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 152 DWORD numFonts = 1;
153 HANDLE fontHandle = ::AddFontMemResourceEx(fontBuffer, size, 0, &numFonts);
  /external/webkit/Tools/QtTestBrowser/
main.cpp 56 static int numFonts = -1;
61 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
89 numFonts = appFontSet->nfont;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 487 int numFonts = 0;
490 numFonts = WTF_ARRAY_LENGTH(cjkFonts);
493 numFonts = WTF_ARRAY_LENGTH(commonFonts);
500 for (i = 0; (!data || !fontContainsCharacter(data, family, c)) && i < numFonts; ++i) {
506 // last font in the array covers the character, |i| will be numFonts.
509 if (i <= numFonts)
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 166 static int numFonts = 0;
168 if (appFontSet && numFonts && appFontSet->nfont == numFonts)
260 numFonts = FcConfigGetFonts(config, FcSetApplication)->nfont;
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 136 milliseconds