Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c1042 static int sono_colors = 0; /* tracks colormap_size */ variable
1070 if ((sono_data) && (sono_colors < colors) && (sono_bins > 0)) in check_colormap_sizes()
1072 old_size = sono_colors; in check_colormap_sizes()
1073 sono_colors = colors; in check_colormap_sizes()
1074 sono_data = (XRectangle **)realloc(sono_data, sono_colors * sizeof(XRectangle *)); in check_colormap_sizes()
1075 …for (i = old_size; i < sono_colors; i++) sono_data[i] = (XRectangle *)calloc(sono_bins, sizeof(XRe… in check_colormap_sizes()
1086 sono_colors = color_map_size(ss); in initialize_colormap()
1087 sono_data = (XRectangle **)calloc(sono_colors, sizeof(XRectangle *)); in initialize_colormap()
1123 for (i = 0; i < sono_colors; i++) in allocate_sono_rects()