Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/host/gtk/
H A Dgtk-screen.c186 tme_uint32_t color_j; in _tme_gtk_screen_mode_change() local
399 color_j = colors_tme[color_i].tme_fb_color_pixel; in _tme_gtk_screen_mode_change()
400 colors_gdk[color_j].green = colors_tme[color_i].tme_fb_color_value_g; in _tme_gtk_screen_mode_change()
401 colors_gdk[color_j].red = colors_tme[color_i].tme_fb_color_value_r; in _tme_gtk_screen_mode_change()
402 colors_gdk[color_j].blue = colors_tme[color_i].tme_fb_color_value_b; in _tme_gtk_screen_mode_change()
403 if (color_j >= color_count_distinct) { in _tme_gtk_screen_mode_change()
404 color_count_distinct = color_j + 1; in _tme_gtk_screen_mode_change()
421 color_j = colors_tme[color_i].tme_fb_color_pixel; in _tme_gtk_screen_mode_change()
422 if (!success[color_j]) { in _tme_gtk_screen_mode_change()
424 &colors_gdk[color_j], in _tme_gtk_screen_mode_change()
[all …]
/dports/emulators/tme/tme-0.8/generic/
H A Dfb.c260 tme_uint32_t color_j; in _tme_fb_xlat_colors_get_set() local
541 color_j = value_g; in _tme_fb_xlat_colors_get_set()
542 color_j = (color_j * (src_mask_r + 1)) + value_r; in _tme_fb_xlat_colors_get_set()
543 color_j = (color_j * (src_mask_b + 1)) + value_b; in _tme_fb_xlat_colors_get_set()
546 color_j = color_i; in _tme_fb_xlat_colors_get_set()
580 colors[color_i].tme_fb_color_pixel = color_j; in _tme_fb_xlat_colors_get_set()
/dports/biology/scrm/scrm-1.7.4/tests/manualtests/LD/cluster/
H A Dplot_new.py69 color_j = 0 variable
86 … current_line = ax1.plot ( delta, current_job.ac, linestyles[i], color = colors[color_j] )
91 current_line3 = ax3.plot ( delta, relative_ac, linestyles[i], color = colors[color_j] )
95 color_j += 1