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

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
ActivateFontsQt.cpp 56 FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication);
57 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
85 appFontSet = FcConfigGetFonts(config, FcSetApplication);
86 numFonts = appFontSet->nfont;
  /external/webkit/Tools/QtTestBrowser/
main.cpp 60 FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication);
61 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
88 appFontSet = FcConfigGetFonts(config, FcSetApplication);
89 numFonts = appFontSet->nfont;
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 167 FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication);
168 if (appFontSet && numFonts && appFontSet->nfont == numFonts)
    [all...]

Completed in 2091 milliseconds