Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c61 GdkColor CONFIG_COLOR_HGRID; variable
113 …rintf (color, sizeof (color), "%d %d %d", CONFIG_COLOR_HGRID.red, CONFIG_COLOR_HGRID.green, CONFIG… in save_config()
152 …sscanf (color, "%hd %hd %hd", &CONFIG_COLOR_HGRID.red, &CONFIG_COLOR_HGRID.green, &CONFIG_COLOR_HG… in load_config()
175 CONFIG_COLOR_HGRID32 = ((uint32_t)(CONFIG_COLOR_HGRID.red * scale) & 0xFF) << 16 | in load_config()
176 ((uint32_t)(CONFIG_COLOR_HGRID.green * scale) & 0xFF) << 8 | in load_config()
177 ((uint32_t)(CONFIG_COLOR_HGRID.blue * scale) & 0xFF) << 0; in load_config()
H A Dconfig.h81 extern GdkColor CONFIG_COLOR_HGRID;
H A Dspectrum.c505 …cairo_set_source_rgba (cr, CONFIG_COLOR_HGRID.red/65535.f, CONFIG_COLOR_HGRID.green/65535.f, CONFI… in spectrum_draw_cairo()
H A Dconfig_dialog.c680 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()
689 gtk_color_button_get_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dvumeter.c106 static GdkColor CONFIG_COLOR_HGRID; variable
130 …rintf (color, sizeof (color), "%d %d %d", CONFIG_COLOR_HGRID.red, CONFIG_COLOR_HGRID.green, CONFIG… in save_config()
166 …sscanf (color, "%hd %hd %hd", &CONFIG_COLOR_HGRID.red, &CONFIG_COLOR_HGRID.green, &CONFIG_COLOR_HG… in load_config()
189 CONFIG_COLOR_HGRID32 = ((uint32_t)(CONFIG_COLOR_HGRID.red * scale) & 0xFF) << 16 | in load_config()
190 ((uint32_t)(CONFIG_COLOR_HGRID.green * scale) & 0xFF) << 8 | in load_config()
191 ((uint32_t)(CONFIG_COLOR_HGRID.blue * scale) & 0xFF) << 0; in load_config()
656 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()
670 gtk_color_button_get_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()