Searched refs:appFontSet (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
H A DActivateFontsQt.cpp56 FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication); local
57 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
85 appFontSet = FcConfigGetFonts(config, FcSetApplication);
86 numFonts = appFontSet->nfont;
/external/webkit/Tools/QtTestBrowser/
H A Dmain.cpp60 FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication); local
61 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
88 appFontSet = FcConfigGetFonts(config, FcSetApplication);
89 numFonts = appFontSet->nfont;
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp1160 FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication); local
1161 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
1188 appFontSet = FcConfigGetFonts(config, FcSetApplication);
1189 numFonts = appFontSet->nfont;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp167 FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication); local
168 if (appFontSet && numFonts && appFontSet->nfont == numFonts)

Completed in 325 milliseconds