Home
last modified time | relevance | path

Searched refs:SDL_HitTestResult (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h979 } SDL_HitTestResult; typedef
986 typedef SDL_HitTestResult (SDLCALL *SDL_HitTest)(SDL_Window *win,
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtesthittesting.c17 static SDL_HitTestResult
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c150 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c959 … const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11events.c487 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m803 …const SDL_HitTestResult rc = _data->window->hit_test(_data->window, &point, _data->window->hit_tes…