Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/widgets/
H A Dcommand_bar.cpp240 void CommandBar::fill_square(uint8 pal_index) { in fill_square() function in Ultima::Nuvie::CommandBar
249 fill_square(0); in select_action()
413 fill_square(6); in Display()
H A Dcommand_bar.h61 void fill_square(uint8 pal_index);
/dports/games/tuxpaint/tuxpaint-0.9.26/magic/src/
H A Dmosaic_shaped.c54 static void fill_square(magic_api * api, SDL_Surface * canvas, int x, int y, int size, Uint32 color…
672 fill_square(api, canvas, x, y, size, color); in scan_fill()
734 void fill_square(magic_api * api, SDL_Surface * canvas, int x, int y, int size, Uint32 color) in fill_square() function
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dslant.c377 static void fill_square(int w, int h, int x, int y, int v, in fill_square() function
645 fill_square(w, h, j%w, j/w, (nl ? s : -s), soln, in slant_solve()
823 fill_square(w, h, x, y, +1, soln, sc->connected, sc); in slant_solve()
830 fill_square(w, h, x, y, -1, soln, sc->connected, sc); in slant_solve()
1057 fill_square(w, h, x, y, v, soln, connected, NULL); in slant_generate()