Home
last modified time | relevance | path

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

/dports/games/nuclearchess/nuclearchess-1.0.0/src/
H A Dgfx.c48 int fast_putpixel2(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel2() function
136 _PutPixel = fast_putpixel2; in init_SDL()
/dports/games/bumprace/karlb-bumprace-e73baa9e7465/src/
H A Dgfx.c42 int fast_putpixel2(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel2() function
123 _PutPixel = fast_putpixel2; in init_SDL()
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A Dgfx.c42 int fast_putpixel2(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel2() function
129 _PutPixel = fast_putpixel2; in init_SDL()
/dports/games/sdlroids/sdlroids-1.3.4/
H A Dsdl.c172 void fast_putpixel2(Uint16 x, Uint16 y, Uint32 pixel) in fast_putpixel2() function
868 fast_putpixel = fast_putpixel2; in init_graphics()