Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c60 GdkColor CONFIG_COLOR_VGRID; variable
111 …rintf (color, sizeof (color), "%d %d %d", CONFIG_COLOR_VGRID.red, CONFIG_COLOR_VGRID.green, CONFIG… in save_config()
150 …sscanf (color, "%hd %hd %hd", &CONFIG_COLOR_VGRID.red, &CONFIG_COLOR_VGRID.green, &CONFIG_COLOR_VG… in load_config()
171 CONFIG_COLOR_VGRID32 = ((uint32_t)(CONFIG_COLOR_VGRID.red * scale) & 0xFF) << 16 | in load_config()
172 ((uint32_t)(CONFIG_COLOR_VGRID.green * scale) & 0xFF) << 8 | in load_config()
173 ((uint32_t)(CONFIG_COLOR_VGRID.blue * scale) & 0xFF) << 0; in load_config()
H A Dconfig.h80 extern GdkColor CONFIG_COLOR_VGRID;
H A Dconfig_dialog.c679 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_vgrid), &CONFIG_COLOR_VGRID); in on_button_config()
688 gtk_color_button_get_color (GTK_COLOR_BUTTON (color_vgrid), &CONFIG_COLOR_VGRID); in on_button_config()
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dvumeter.c105 static GdkColor CONFIG_COLOR_VGRID; variable
128 …rintf (color, sizeof (color), "%d %d %d", CONFIG_COLOR_VGRID.red, CONFIG_COLOR_VGRID.green, CONFIG… in save_config()
164 …sscanf (color, "%hd %hd %hd", &CONFIG_COLOR_VGRID.red, &CONFIG_COLOR_VGRID.green, &CONFIG_COLOR_VG… in load_config()
185 CONFIG_COLOR_VGRID32 = ((uint32_t)(CONFIG_COLOR_VGRID.red * scale) & 0xFF) << 16 | in load_config()
186 ((uint32_t)(CONFIG_COLOR_VGRID.green * scale) & 0xFF) << 8 | in load_config()
187 ((uint32_t)(CONFIG_COLOR_VGRID.blue * scale) & 0xFF) << 0; in load_config()
655 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_vgrid), &CONFIG_COLOR_VGRID); in on_button_config()
669 gtk_color_button_get_color (GTK_COLOR_BUTTON (color_vgrid), &CONFIG_COLOR_VGRID); in on_button_config()