OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_data
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c
90
info.aux_data = src->map->
sw_data
->aux_data;
94
RunBlit = src->map->
sw_data
->blit;
305
surface->map->
sw_data
->blit = SDL_BlitCopy;
309
surface->map->
sw_data
->blit = SDL_BlitCopyOverlap;
313
surface->map->
sw_data
->blit =
318
surface->map->
sw_data
->blit =
324
surface->map->
sw_data
->blit =
328
surface->map->
sw_data
->blit = NULL;
334
if ( surface->map->
sw_data
->blit == NULL ) {
SDL_pixels.c
519
map->
sw_data
= (struct private_swaccel *)SDL_malloc(sizeof(*map->
sw_data
));
520
if ( map->
sw_data
== NULL ) {
525
SDL_memset(map->
sw_data
, 0, sizeof(*map->
sw_data
));
621
if ( map->
sw_data
!= NULL ) {
622
SDL_free(map->
sw_data
);
SDL_RLEaccel.c
861
srcbuf = (Uint8 *)src->map->
sw_data
->aux_data;
[
all
...]
SDL_cursor.c
585
info.aux_data = screen->map->
sw_data
->aux_data;
589
RunBlit = screen->map->
sw_data
->blit;
SDL_blit.h
62
struct private_swaccel *
sw_data
;
member in struct:SDL_BlitMap
SDL_blit_N.c
[
all
...]
Completed in 4581 milliseconds