Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c57 int CONFIG_DRAW_STYLE = FALSE; variable
93 deadbeef->conf_set_int (CONFSTR_MS_DRAW_STYLE, CONFIG_DRAW_STYLE); in save_config()
138 CONFIG_DRAW_STYLE = deadbeef->conf_get_int (CONFSTR_MS_DRAW_STYLE, FALSE); in load_config()
H A Dutils.c45 if (CONFIG_DRAW_STYLE == 1) { in get_num_bars()
151 if (CONFIG_DRAW_STYLE == 1) { in update_num_bars()
H A Dconfig.h77 extern int CONFIG_DRAW_STYLE;
H A Dconfig_dialog.c529 if (!CONFIG_DRAW_STYLE) { in on_button_config()
577 if (CONFIG_DRAW_STYLE) { in on_button_config()
657 switch (CONFIG_DRAW_STYLE) { in on_button_config()
707 CONFIG_DRAW_STYLE = 0; in on_button_config()
710 CONFIG_DRAW_STYLE = 1; in on_button_config()
H A Dspectrum.c660 if (!CONFIG_DRAW_STYLE) { in spectrum_draw()
728 if (CONFIG_GAPS && !CONFIG_DRAW_STYLE) { in spectrum_motion_notify_event()