Searched refs:maxType (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_events.c | 268 Uint32 minType, Uint32 maxType) in SDL_PeepEvents() argument 307 if (minType <= type && type <= maxType) { in SDL_PeepEvents() 351 SDL_HasEvents(Uint32 minType, Uint32 maxType) in SDL_HasEvents() argument 353 return (SDL_PeepEvents(NULL, 0, SDL_PEEKEVENT, minType, maxType) > 0); in SDL_HasEvents() 363 SDL_FlushEvents(Uint32 minType, Uint32 maxType) in SDL_FlushEvents() argument 385 if (minType <= type && type <= maxType) { in SDL_FlushEvents()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_events.h | 603 Uint32 minType, Uint32 maxType); 610 extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType); 619 extern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);
|