OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_overlay
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c
243
if (
current_overlay
!=NULL)
245
int lockedstate=
current_overlay
->hwdata->locked;
246
int chromastate=
current_overlay
->hwdata->ischromakey;
250
current_overlay
->hwdata->locked=1;
253
src.w =
current_overlay
->w;
254
src.y =
current_overlay
->h;
255
dst.x=
current_overlay
->hwdata->CurrentViewPort.pos.x;
256
dst.y=
current_overlay
->hwdata->CurrentViewPort.pos.y;
257
dst.w=
current_overlay
->hwdata->CurrentViewPort.size.w;
258
dst.h=
current_overlay
->hwdata->CurrentViewPort.size.h
[
all
...]
SDL_ph_video.h
144
#define
current_overlay
(this->hidden->overlay)
macro
SDL_phyuv.c
276
current_overlay
=overlay;
473
current_overlay
=NULL;
SDL_ph_video.c
430
current_overlay
= NULL;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_lowvideo.h
56
#define
current_overlay
(_this->hidden->overlay)
macro
SDL_sysyuv.cc
240
current_overlay
=overlay;
307
current_overlay
=NULL;
Completed in 301 milliseconds