Home
last modified time | relevance | path

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

/dports/games/nuclearchess/nuclearchess-1.0.0/src/
H A Dgfx.c78 int fast_putpixel4(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel4() function
142 _PutPixel = fast_putpixel4; in init_SDL()
/dports/games/bumprace/karlb-bumprace-e73baa9e7465/src/
H A Dgfx.c72 int fast_putpixel4(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel4() function
129 _PutPixel = fast_putpixel4; in init_SDL()
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A Dgfx.c72 int fast_putpixel4(SDL_Surface *Surface, Sint32 X, Sint32 Y, Uint32 Color) in fast_putpixel4() function
135 _PutPixel = fast_putpixel4; in init_SDL()
/dports/games/sdlroids/sdlroids-1.3.4/
H A Dsdl.c190 void fast_putpixel4(Uint16 x, Uint16 y, Uint32 pixel) in fast_putpixel4() function
874 fast_putpixel = fast_putpixel4; in init_graphics()