Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.h30 extern LRESULT CALLBACK WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam,
DSDL_windowswindow.c147 if (data->wndproc == WIN_WindowProc) { in SetupWindowData()
150 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR) WIN_WindowProc); in SetupWindowData()
154 if (data->wndproc == WIN_WindowProc) { in SetupWindowData()
157 SetWindowLong(hwnd, GWL_WNDPROC, (LONG_PTR) WIN_WindowProc); in SetupWindowData()
DSDL_windowsevents.c346 WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WIN_WindowProc() function
1079 wcex.lpfnWndProc = WIN_WindowProc; in SDL_RegisterApp()