Searched refs:rgba_style (Results 1 – 1 of 1) sorted by relevance
694 gchar* rgba_style = NULL; in UpdateGtkFontSettings() local701 "gtk-xft-rgba", &rgba_style, in UpdateGtkFontSettings()722 if (hint_style && rgba_style) { in UpdateGtkFontSettings()735 if (strcmp(rgba_style, "none") == 0) { in UpdateGtkFontSettings()737 } else if (strcmp(rgba_style, "rgb") == 0) { in UpdateGtkFontSettings()739 } else if (strcmp(rgba_style, "bgr") == 0) { in UpdateGtkFontSettings()741 } else if (strcmp(rgba_style, "vrgb") == 0) { in UpdateGtkFontSettings()743 } else if (strcmp(rgba_style, "vbgr") == 0) { in UpdateGtkFontSettings()750 if (rgba_style) in UpdateGtkFontSettings()751 g_free(rgba_style); in UpdateGtkFontSettings()