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

/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp178 static const char *const fontPaths[][2] = { local
221 for (size_t font = 0; font < G_N_ELEMENTS(fontPaths); font++) {
225 if (g_file_test(fontPaths[font][path], G_FILE_TEST_EXISTS)) {
227 if (!FcConfigAppFontAddFile(config, reinterpret_cast<const FcChar8*>(fontPaths[font][path])))
228 g_error("Could not load font at %s!", fontPaths[font][path]);
237 fontPaths[font][0]);

Completed in 71 milliseconds