Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-svga/
H A Dsvga.c227 static int colors_allocated; variable
241 if (colors_allocated == 256) in get_color()
243 *cnp = colors_allocated; in get_color()
244 palette_entries[colors_allocated][0] = doMask (r, 6, 0); in get_color()
245 palette_entries[colors_allocated][1] = doMask (g, 6, 0); in get_color()
246 palette_entries[colors_allocated][2] = doMask (b, 6, 0); in get_color()
247 vga_setpalette(colors_allocated, doMask (r, 6, 0), doMask (g, 6, 0), doMask (b, 6, 0)); in get_color()
248 colors_allocated++; in get_color()
259 colors_allocated = 0; in init_colors()
/dports/emulators/uae/uae-0.8.29/src/
H A Dsvga.c227 static int colors_allocated; variable
241 if (colors_allocated == 256) in get_color()
243 *cnp = colors_allocated; in get_color()
244 palette_entries[colors_allocated][0] = doMask (r, 6, 0); in get_color()
245 palette_entries[colors_allocated][1] = doMask (g, 6, 0); in get_color()
246 palette_entries[colors_allocated][2] = doMask (b, 6, 0); in get_color()
247 vga_setpalette(colors_allocated, doMask (r, 6, 0), doMask (g, 6, 0), doMask (b, 6, 0)); in get_color()
248 colors_allocated++; in get_color()
259 colors_allocated = 0; in init_colors()
H A Drpc.c154 static int colors_allocated; variable
158 if (colors_allocated == 256) in get_color()
160 *cnp = colors_allocated; in get_color()
163 os_writec(colors_allocated); in get_color()
168 colors_allocated++; in get_color()
176 colors_allocated = 0; in init_colors()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMachineX.cpp492 Pixel colors_allocated[2 + 8 * MAXSHADES]; /* for freeing on in setColors() local
551 colors_allocated[ncolors_allocated++] = xcolor.pixel; in setColors()
561 colors_allocated[ncolors_allocated++] = xcolor.pixel; in setColors()
584 colors_allocated, in setColors()
588 colors_allocated[ncolors_allocated++] = xcolor.pixel; in setColors()
/dports/emulators/uae/uae-0.8.29/src/od-macos/
H A Dmac.c83 static int colors_allocated; variable
108 if (colors_allocated == 256) return -1; in get_color()
109 *cnp = colors_allocated; in get_color()
110 my_setpalette(colors_allocated, doMask(r, 6, 0), doMask(g, 6, 0), doMask(b, 6, 0)); in get_color()
111 colors_allocated++; in get_color()
118 colors_allocated = 0; in init_colors()
/dports/lang/fpc-source/fpc-3.2.2/packages/gnome1/src/libgnomeui/
H A Dgnomeprocbar.inc15 colors_allocated : gint;
/dports/cad/feappv/feappv-4.1i/unix/
H A Dx11u.c362 int colors_allocated; local
391 colors_allocated = 2;
399 dw->pixel_value_for_color[colors_allocated++] = (int)screen_def.pixel;
430 dw->num_fg_colors = colors_allocated - 1;
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dgbdfed.h38 gboolean colors_allocated;