Home
last modified time | relevance | path

Searched refs:ncolours (Results 51 – 75 of 103) sorted by relevance

12345

/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dputty.h1297 void (*palette_set)(TermWin *, unsigned start, unsigned ncolours,
1361 TermWin *win, unsigned start, unsigned ncolours, const rgb *colours) in win_palette_set() argument
1362 { win->vt->palette_set(win, start, ncolours, colours); } in win_palette_set()
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dflood.c966 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1026 *ncolours = NCOLOURS; in game_colours()
H A Dpegs.c1030 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1044 *ncolours = NCOLOURS; in game_colours()
H A Dflip.c1064 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1094 *ncolours = NCOLOURS; in game_colours()
H A Dtwiddle.c808 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
827 *ncolours = NCOLOURS; in game_colours()
H A Dsamegame.c1371 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1429 *ncolours = NCOLOURS; in game_colours()
H A Duntangle.c1205 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1253 *ncolours = NCOLOURS; in game_colours()
H A Dmidend.c1230 float *midend_colours(midend *me, int *ncolours) in midend_colours() argument
1234 ret = me->ourgame->colours(me->frontend, ncolours); in midend_colours()
1245 for (i = 0; i < *ncolours; i++) { in midend_colours()
H A Dcube.c1505 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1519 *ncolours = NCOLOURS; in game_colours()
H A Dmosaic.c1391 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1404 *ncolours = NCOLOURS; in game_colours()
H A Dpalisade.c1073 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1092 *ncolours = NCOLOURS; in game_colours()
H A Dblackbox.c1137 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1171 *ncolours = NCOLOURS; in game_colours()
H A Drange.c1627 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1635 *ncolours = NCOLOURS; in game_colours()
H A Dnetslide.c1240 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1245 *ncolours = NCOLOURS; in game_colours()
H A Dtowers.c1575 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1605 *ncolours = NCOLOURS; in game_colours()
H A Dunruly.c1722 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1750 *ncolours = NCOLOURS; in game_colours()
H A Dsingles.c1606 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1626 *ncolours = NCOLOURS; in game_colours()
H A Dfilling.c1650 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1680 *ncolours = NCOLOURS; in game_colours()
H A Dslant.c1792 static float *game_colours(frontend *fe, int *ncolours) in game_colours() argument
1823 *ncolours = NCOLOURS; in game_colours()
/dports/security/putty/putty-0.76/unix/
H A Dgtkwin.c2565 static void gtkwin_palette_set(TermWin *tw, unsigned start, unsigned ncolours, in gtkwin_palette_set() argument
2571 assert(ncolours <= OSC4_NCOLOURS - start); in gtkwin_palette_set()
2581 for (unsigned i = 0; i < ncolours; i++) { in gtkwin_palette_set()
2594 ncolours, false, true, success); in gtkwin_palette_set()
2595 for (unsigned i = 0; i < ncolours; i++) { in gtkwin_palette_set()
2606 if (start <= OSC4_COLOUR_bg && OSC4_COLOUR_bg < start + ncolours) { in gtkwin_palette_set()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Dgtkwin.c2565 static void gtkwin_palette_set(TermWin *tw, unsigned start, unsigned ncolours, in gtkwin_palette_set() argument
2571 assert(ncolours <= OSC4_NCOLOURS - start); in gtkwin_palette_set()
2581 for (unsigned i = 0; i < ncolours; i++) { in gtkwin_palette_set()
2594 ncolours, false, true, success); in gtkwin_palette_set()
2595 for (unsigned i = 0; i < ncolours; i++) { in gtkwin_palette_set()
2606 if (start <= OSC4_COLOUR_bg && OSC4_COLOUR_bg < start + ncolours) { in gtkwin_palette_set()
/dports/x11/roxterm/roxterm-3.11.1/src/
H A Droxterm.c1043 int ncolours = 0; in roxterm_apply_colour_scheme() local
1051 ncolours = colour_scheme_get_palette_size(roxterm->colour_scheme); in roxterm_apply_colour_scheme()
1052 if (ncolours) in roxterm_apply_colour_scheme()
1055 palette, ncolours); in roxterm_apply_colour_scheme()
1056 if (!ncolours && foreground && background) in roxterm_apply_colour_scheme()
/dports/games/numptyphysics/numptyphysics/
H A DCanvas.cpp712 unsigned int ncolours; /* Number of colours */ in writeBMP() member
/dports/security/putty/putty-0.76/windows/
H A Dwindow.c4855 unsigned ncolours, const rgb *colours_in) in wintw_palette_set() argument
4858 assert(ncolours <= OSC4_NCOLOURS - start); in wintw_palette_set()
4860 for (unsigned i = 0; i < ncolours; i++) { in wintw_palette_set()
4897 SetPaletteEntries(pal, start, ncolours, logpal->palPalEntry + start); in wintw_palette_set()
4905 if (start <= OSC4_COLOUR_bg && OSC4_COLOUR_bg < start + ncolours) { in wintw_palette_set()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindow.c4855 unsigned ncolours, const rgb *colours_in) in wintw_palette_set() argument
4858 assert(ncolours <= OSC4_NCOLOURS - start); in wintw_palette_set()
4860 for (unsigned i = 0; i < ncolours; i++) { in wintw_palette_set()
4897 SetPaletteEntries(pal, start, ncolours, logpal->palPalEntry + start); in wintw_palette_set()
4905 if (start <= OSC4_COLOUR_bg && OSC4_COLOUR_bg < start + ncolours) { in wintw_palette_set()

12345