Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.h86 extern uint32_t CONFIG_COLOR_HGRID32;
H A Dconfig.c66 uint32_t CONFIG_COLOR_HGRID32 = 0xff666666; variable
175 CONFIG_COLOR_HGRID32 = ((uint32_t)(CONFIG_COLOR_HGRID.red * scale) & 0xFF) << 16 | in load_config()
H A Dspectrum.c421 … _draw_hline (data, stride, 0, ftoi (i/(float)hgrid_num * height), width-1, CONFIG_COLOR_HGRID32); in draw_static_content()
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dvumeter.c110 static uint32_t CONFIG_COLOR_HGRID32 = 0xff666666; variable
189 CONFIG_COLOR_HGRID32 = ((uint32_t)(CONFIG_COLOR_HGRID.red * scale) & 0xFF) << 16 | in load_config()
878 … _draw_hline (data, stride, 0, ftoi (i/(float)hgrid_num * height), width-1, CONFIG_COLOR_HGRID32); in vumeter_draw_bars()