OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ischromakey
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h
48
int
ischromakey
;
member in struct:private_yuvhwdata
SDL_phyuv.c
139
overlay->hwdata->
ischromakey
=0;
151
overlay->hwdata->
ischromakey
=1;
186
if ((overlay->hwdata->
ischromakey
)&&(overlay->hwdata->chromakey))
373
if (overlay->hwdata->
ischromakey
==1)
SDL_ph_events.c
246
int chromastate=current_overlay->hwdata->
ischromakey
;
259
current_overlay->hwdata->
ischromakey
=0;
263
current_overlay->hwdata->
ischromakey
=chromastate;
Completed in 374 milliseconds