OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c2frame
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h
52
IDirectFBSurface *
c2frame
;
member in struct:SDL_PrivateVideoData
SDL_DirectFB_video.c
385
HIDDEN->c2layer = NULL, HIDDEN->
c2frame
= NULL;
521
ret = HIDDEN->c2layer->GetSurface( HIDDEN->c2layer, &HIDDEN->
c2frame
);
530
HIDDEN->
c2frame
->GetSize( HIDDEN->
c2frame
, &HIDDEN->c2framesize.w, &HIDDEN->c2framesize.h);
532
HIDDEN->
c2frame
->SetBlittingFlags( HIDDEN->
c2frame
, DSBLIT_NOFX );
533
HIDDEN->
c2frame
->SetColor( HIDDEN->
c2frame
, 0, 0, 0, 0xff );
536
HIDDEN->
c2frame
->Clear(HIDDEN->
c2frame
, 0, 0, 0, 0xff )
[
all
...]
Completed in 1023 milliseconds