HomeSort by relevance Sort by last modified time
    Searched refs:windowID (Results 1 - 10 of 10) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testwm2.c 88 SDL_Window *window = SDL_GetWindowFromID(event.window.windowID);
91 event.window.windowID,
97 SDL_Window *window = SDL_GetWindowFromID(event.window.windowID);
100 event.window.windowID,
testgles.c 298 if (event.window.windowID == SDL_GetWindowID(state->windows[i])) {
testgles2.c 638 if (event.window.windowID == SDL_GetWindowID(state->windows[i])) {
testatomic.c 505 event.user.windowID = 0;
  /external/skia/include/views/
SkOSWindow_SDL.h 46 static SkOSWindow* GetInstanceForWindowID(Uint32 windowID);
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 44 SkOSWindow* SkOSWindow::GetInstanceForWindowID(Uint32 windowID) {
47 SDL_GetWindowID(gCurrentWindow->fWindow) == windowID) {
249 if (SkOSWindow* window = GetInstanceForWindowID(event.motion.windowID)) {
258 if (SkOSWindow* window = GetInstanceForWindowID(event.button.windowID)) {
266 if (SkOSWindow* window = GetInstanceForWindowID(event.key.windowID)) {
281 if (SkOSWindow* window = GetInstanceForWindowID(event.text.windowID)) {
294 if (SkOSWindow* window = GetInstanceForWindowID(event.window.windowID)) {
302 if (GetInstanceForWindowID(event.text.windowID)) {
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 167 Uint32 windowID; /**< The associated window */
183 Uint32 windowID; /**< The window with keyboard focus, if any */
199 Uint32 windowID; /**< The window with keyboard focus, if any */
214 Uint32 windowID; /**< The window with keyboard focus, if any */
225 Uint32 windowID; /**< The window with mouse focus, if any */
241 Uint32 windowID; /**< The window with mouse focus, if any */
258 Uint32 windowID; /**< The window with mouse focus, if any */
472 Uint32 windowID; /**< The associated window if any */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 167 Uint32 windowID; /**< The associated window */
183 Uint32 windowID; /**< The window with keyboard focus, if any */
199 Uint32 windowID; /**< The window with keyboard focus, if any */
214 Uint32 windowID; /**< The window with keyboard focus, if any */
225 Uint32 windowID; /**< The window with mouse focus, if any */
241 Uint32 windowID; /**< The window with mouse focus, if any */
258 Uint32 windowID; /**< The window with mouse focus, if any */
472 Uint32 windowID; /**< The associated window if any */
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 167 Uint32 windowID; /**< The associated window */
183 Uint32 windowID; /**< The window with keyboard focus, if any */
199 Uint32 windowID; /**< The window with keyboard focus, if any */
214 Uint32 windowID; /**< The window with keyboard focus, if any */
225 Uint32 windowID; /**< The window with mouse focus, if any */
241 Uint32 windowID; /**< The window with mouse focus, if any */
258 Uint32 windowID; /**< The window with mouse focus, if any */
472 Uint32 windowID; /**< The associated window if any */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 167 Uint32 windowID; /**< The associated window */
183 Uint32 windowID; /**< The window with keyboard focus, if any */
199 Uint32 windowID; /**< The window with keyboard focus, if any */
214 Uint32 windowID; /**< The window with keyboard focus, if any */
225 Uint32 windowID; /**< The window with mouse focus, if any */
241 Uint32 windowID; /**< The window with mouse focus, if any */
258 Uint32 windowID; /**< The window with mouse focus, if any */
472 Uint32 windowID; /**< The associated window if any */

Completed in 96 milliseconds