OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PH_SDL_MAX_RECTS
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events_c.h
29
#define
PH_SDL_MAX_RECTS
256
SDL_ph_events.c
118
SDL_Rect sdlrects[
PH_SDL_MAX_RECTS
];
293
if (phevent->num_rects>
PH_SDL_MAX_RECTS
)
295
/* sorry, buffers underrun, we'll update only first
PH_SDL_MAX_RECTS
rects */
296
numrects=
PH_SDL_MAX_RECTS
;
Completed in 4253 milliseconds