Home
last modified time | relevance | path

Searched refs:phevent (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_events.c122 switch (phevent->type) in ph_DispatchEvent()
126 if (phevent->subtype == Ph_EV_PTR_ENTER) in ph_DispatchEvent()
130 else if (phevent->subtype ==Ph_EV_PTR_LEAVE) in ph_DispatchEvent()
142 pointerEvent = PhGetData(phevent); in ph_DispatchEvent()
143 rect = PhGetRects(phevent); in ph_DispatchEvent()
147 posted = ph_WarpedMotion(this, phevent); in ph_DispatchEvent()
159 pointerEvent = PhGetData(phevent); in ph_DispatchEvent()
170 pointerEvent = PhGetData(phevent); in ph_DispatchEvent()
172 if (phevent->subtype == Ph_EV_RELEASE_REAL && buttons != 0) in ph_DispatchEvent()
176 else if(phevent->subtype == Ph_EV_RELEASE_PHANTOM) in ph_DispatchEvent()
[all …]
DSDL_ph_video.c365 if (NULL == (phevent = SDL_malloc(EVENT_SIZE))) in ph_VideoInit()
370 SDL_memset(phevent, 0x00, EVENT_SIZE); in ph_VideoInit()
587 if (phevent!=NULL) in ph_VideoQuit()
589 SDL_free(phevent); in ph_VideoQuit()
590 phevent=NULL; in ph_VideoQuit()
DSDL_ph_video.h143 #define phevent (this->hidden->event) macro