Home
last modified time | relevance | path

Searched refs:hint_style (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_util.cc693 gchar* hint_style = NULL; in UpdateGtkFontSettings() local
700 "gtk-xft-hintstyle", &hint_style, in UpdateGtkFontSettings()
722 if (hint_style && rgba_style) { in UpdateGtkFontSettings()
725 if (hinting == 0 || strcmp(hint_style, "hintnone") == 0) { in UpdateGtkFontSettings()
727 } else if (strcmp(hint_style, "hintslight") == 0) { in UpdateGtkFontSettings()
729 } else if (strcmp(hint_style, "hintmedium") == 0) { in UpdateGtkFontSettings()
731 } else if (strcmp(hint_style, "hintfull") == 0) { in UpdateGtkFontSettings()
748 if (hint_style) in UpdateGtkFontSettings()
749 g_free(hint_style); in UpdateGtkFontSettings()