Home
last modified time | relevance | path

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

/dports/games/nuclearchess/nuclearchess-1.0.0/src/
H A Dgfx.c38 int fast_putpixel1(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel1() function
133 _PutPixel = fast_putpixel1; in init_SDL()
/dports/games/bumprace/karlb-bumprace-e73baa9e7465/src/
H A Dgfx.c32 int fast_putpixel1(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel1() function
120 _PutPixel = fast_putpixel1; in init_SDL()
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A Dgfx.c32 int fast_putpixel1(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel1() function
126 _PutPixel = fast_putpixel1; in init_SDL()
/dports/games/sdlroids/sdlroids-1.3.4/
H A Dsdl.c168 void fast_putpixel1(Uint16 x, Uint16 y, Uint32 pixel) in fast_putpixel1() function
865 fast_putpixel = fast_putpixel1; in init_graphics()