Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-gxcolormaps.c181 static cmap *make_builtin_cmap(int size, const char *name, in make_builtin_cmap() function
1084 cmaps[GRAY_COLORMAP] = make_builtin_cmap(1, "gray", make_gray_colormap, gray_rgb); in g_init_gxcolormaps()
1085 cmaps[AUTUMN_COLORMAP] = make_builtin_cmap(1, "autumn", make_autumn_colormap, autumn_rgb); in g_init_gxcolormaps()
1086 cmaps[SPRING_COLORMAP] = make_builtin_cmap(1, "spring", make_spring_colormap, spring_rgb); in g_init_gxcolormaps()
1089 cmaps[COOL_COLORMAP] = make_builtin_cmap(1, "cool", make_cool_colormap, cool_rgb); in g_init_gxcolormaps()
1091 cmaps[FLAG_COLORMAP] = make_builtin_cmap(1, "flag", make_flag_colormap, flag_rgb); in g_init_gxcolormaps()
1092 cmaps[PRISM_COLORMAP] = make_builtin_cmap(1, "prism", make_prism_colormap, prism_rgb); in g_init_gxcolormaps()
1093 cmaps[BONE_COLORMAP] = make_builtin_cmap(1, "bone", make_bone_colormap, bone_rgb); in g_init_gxcolormaps()
1094 cmaps[HOT_COLORMAP] = make_builtin_cmap(1, "hot", make_hot_colormap, hot_rgb); in g_init_gxcolormaps()
1095 cmaps[JET_COLORMAP] = make_builtin_cmap(1, "jet", make_jet_colormap, jet_rgb); in g_init_gxcolormaps()
[all …]