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

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

Completed in 73 milliseconds