OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blitFunc
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h
66
WSCONS_bitBlit *
blitFunc
;
SDL_wsconsvideo.c
254
private->
blitFunc
= WSCONS_blit16;
256
private->
blitFunc
= WSCONS_blit16blocked;
271
if (private->shadowFB && private->
blitFunc
== NULL) {
562
private->
blitFunc
(src_start,
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h
89
FB_bitBlit *
blitFunc
;
135
#define
blitFunc
(this->hidden->
blitFunc
)
SDL_fbvideo.c
1117
blitFunc
= (rotate == FBCON_ROTATE_NONE ||
[
all
...]
Completed in 38 milliseconds