OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sw_blit
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c
241
surface->map->
sw_blit
= NULL;
348
surface->map->
sw_blit
= SDL_RLEBlit;
351
surface->map->
sw_blit
= SDL_RLEAlphaBlit;
355
if ( surface->map->
sw_blit
== NULL ) {
356
surface->map->
sw_blit
= SDL_SoftBlit;
SDL_blit.h
60
SDL_blit
sw_blit
;
member in struct:SDL_BlitMap
SDL_surface.c
438
do_blit = src->map->
sw_blit
;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c
134
return(src->map->
sw_blit
(src, srcrect, dst, dstrect));
SDL_fbriva.c
122
return(src->map->
sw_blit
(src, srcrect, dst, dstrect));
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c
[
all
...]
Completed in 93 milliseconds