HomeSort by relevance Sort by last modified time
    Searched full:fontdir (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 155 GFile* fontDir = g_file_new_for_path(fontDirEnv);
156 if (!fontDir || !g_file_query_exists(fontDir, NULL))
163 if (!FcConfigAppFontAddDir (config, (FcChar8*) g_file_get_path(fontDir)))
167 g_object_unref(fontDir);
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 835 QByteArray fontDir = getenv("WEBKIT_TESTFONTS");
836 if (fontDir.isEmpty() || !QDir(fontDir).exists()) {
855 if (!FcConfigAppFontAddDir (config, (FcChar8*) fontDir.data()))

Completed in 363 milliseconds