HomeSort by relevance Sort by last modified time
    Searched refs:SDL_loblit (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.h 46 typedef void (*SDL_loblit)(SDL_BlitInfo *info);
50 SDL_loblit blit;
74 extern SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int complex);
75 extern SDL_loblit SDL_CalculateBlit1(SDL_Surface *surface, int complex);
76 extern SDL_loblit SDL_CalculateBlitN(SDL_Surface *surface, int complex);
77 extern SDL_loblit SDL_CalculateAlphaBlit(SDL_Surface *surface, int complex);
SDL_blit_0.c 435 static SDL_loblit bitmap_blit[] = {
439 static SDL_loblit colorkey_blit[] = {
443 SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int blit_index)
SDL_blit_1.c 486 static SDL_loblit one_blit[] = {
490 static SDL_loblit one_blitkey[] = {
494 SDL_loblit SDL_CalculateBlit1(SDL_Surface *surface, int blit_index)
SDL_blit.c 75 SDL_loblit RunBlit;
SDL_cursor.c 569 SDL_loblit RunBlit;
SDL_blit_N.c     [all...]
SDL_blit_A.c     [all...]

Completed in 46 milliseconds