Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/third_party/cef/include/views/
Dcef_window_delegate.h56 virtual void OnWindowCreated(CefRefPtr<CefWindow> window) {} in OnWindowCreated()
64 virtual void OnWindowDestroyed(CefRefPtr<CefWindow> window) {} in OnWindowDestroyed()
75 virtual CefRefPtr<CefWindow> GetParentWindow(CefRefPtr<CefWindow> window, in GetParentWindow()
90 virtual CefRect GetInitialBounds(CefRefPtr<CefWindow> window) { in GetInitialBounds()
98 virtual cef_show_state_t GetInitialShowState(CefRefPtr<CefWindow> window) { in GetInitialShowState()
108 virtual bool IsFrameless(CefRefPtr<CefWindow> window) { return false; } in IsFrameless()
114 virtual bool CanResize(CefRefPtr<CefWindow> window) { return true; } in CanResize()
120 virtual bool CanMaximize(CefRefPtr<CefWindow> window) { return true; } in CanMaximize()
126 virtual bool CanMinimize(CefRefPtr<CefWindow> window) { return true; } in CanMinimize()
133 virtual bool CanClose(CefRefPtr<CefWindow> window) { return true; } in CanClose()
[all …]
/third_party/flutter/glfw/src/
Dwindow.c41 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) in _glfwInputWindowFocus()
71 void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) in _glfwInputWindowPos()
77 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
83 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify()
89 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
95 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
101 void _glfwInputWindowCloseRequest(_GLFWwindow* window) in _glfwInputWindowCloseRequest()
109 void _glfwInputWindowMonitorChange(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitorChange()
127 _GLFWwindow* window; in glfwCreateWindow() local
378 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow() local
[all …]
Dwl_window.c57 _GLFWwindow* window = data; in handleConfigure() local
100 static void checkScaleChange(_GLFWwindow* window) in checkScaleChange()
135 _GLFWwindow* window = data; in handleEnter() local
155 _GLFWwindow* window = data; in handleLeave() local
178 static void setOpaqueRegion(_GLFWwindow* window) in setOpaqueRegion()
192 static GLFWbool createSurface(_GLFWwindow* window, in createSurface()
221 static GLFWbool createShellSurface(_GLFWwindow* window) in createShellSurface()
283 _GLFWwindow* window = _glfw.windowListHead; in handleEvents() local
386 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
427 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow()
[all …]
Dinput.c42 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey()
67 void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mods, GLFWbool plain) in _glfwInputChar()
82 void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset) in _glfwInputScroll()
88 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods) in _glfwInputMouseClick()
103 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) in _glfwInputCursorPos()
115 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter()
121 void _glfwInputDrop(_GLFWwindow* window, int count, const char** paths) in _glfwInputDrop()
152 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetInputMode() local
173 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetInputMode() local
261 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetKey() local
[all …]
Dwin32_window.c41 static DWORD getWindowStyle(const _GLFWwindow* window) in getWindowStyle()
65 static DWORD getWindowExStyle(const _GLFWwindow* window) in getWindowExStyle()
195 static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) in applyAspectRatio()
223 static void centerCursor(_GLFWwindow* window) in centerCursor()
232 static GLFWbool cursorInClientArea(_GLFWwindow* window) in cursorInClientArea()
252 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
267 static void updateClipRect(_GLFWwindow* window) in updateClipRect()
393 static GLFWbool acquireMonitor(_GLFWwindow* window) in acquireMonitor()
414 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
428 _GLFWwindow* window = GetPropW(hWnd, L"GLFW"); in windowProc() local
[all …]
Dmir_window.c38 _GLFWwindow* window; member
141 static void handleKeyEvent(const MirKeyboardEvent* key_event, _GLFWwindow* window) in handleKeyEvent()
159 static void handlePointerButton(_GLFWwindow* window, in handlePointerButton()
201 static void handlePointerMotion(_GLFWwindow* window, in handlePointerMotion()
217 _GLFWwindow* window) in handlePointerEvent()
241 static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window) in handleInput()
258 static void handleEvent(const MirEvent* event, _GLFWwindow* window) in handleEvent()
277 static GLFWbool createSurface(_GLFWwindow* window) in createSurface()
349 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
391 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow()
[all …]
Dx11_window.c98 static GLFWbool waitForVisibilityNotify(_GLFWwindow* window) in waitForVisibilityNotify()
117 static int getWindowState(_GLFWwindow* window) in getWindowState()
150 _GLFWwindow* window = (_GLFWwindow*) pointer; in isFrameExtentsEvent() local
213 _GLFWwindow* window; in findWindowByHandle() local
228 static void sendEventToWM(_GLFWwindow* window, Atom type, in sendEventToWM()
252 static void updateNormalHints(_GLFWwindow* window, int width, int height) in updateNormalHints()
301 static void updateWindowMode(_GLFWwindow* window) in updateWindowMode()
439 static void centerCursor(_GLFWwindow* window) in centerCursor()
448 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
466 static GLFWbool createNativeWindow(_GLFWwindow* window, in createNativeWindow()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc34 static SDL_INLINE SDL_BWin *_ToBeWin(SDL_Window *window) { in _ToBeWin()
42 static int _InitWindow(_THIS, SDL_Window *window) { in _InitWindow()
78 int BE_CreateWindow(_THIS, SDL_Window *window) { in BE_CreateWindow()
87 int BE_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) { in BE_CreateWindowFrom()
118 void BE_SetWindowTitle(_THIS, SDL_Window * window) { in BE_SetWindowTitle()
124 void BE_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) { in BE_SetWindowIcon()
128 void BE_SetWindowPosition(_THIS, SDL_Window * window) { in BE_SetWindowPosition()
135 void BE_SetWindowSize(_THIS, SDL_Window * window) { in BE_SetWindowSize()
142 void BE_SetWindowBordered(_THIS, SDL_Window * window, SDL_bool bordered) { in BE_SetWindowBordered()
148 void BE_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) { in BE_SetWindowResizable()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.h59 struct window *window; member
66 struct window { struct
78 struct wl_egl_window *native; argument
83 int window_width, window_height; argument
85 int window_x, window_y; argument
94 struct window window; argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c148 gst_gl_window_default_open (GstGLWindow * window, GError ** error) in gst_gl_window_default_open()
156 gst_gl_window_default_close (GstGLWindow * window) in gst_gl_window_default_close()
174 gst_gl_window_init (GstGLWindow * window) in gst_gl_window_init()
287 GstGLWindow *window = NULL; in gst_gl_window_new() local
354 GstGLWindow *window = GST_GL_WINDOW (object); in gst_gl_window_finalize() local
378 GstGLWindow *window; member
435 gst_gl_window_set_window_handle (GstGLWindow * window, guintptr handle) in gst_gl_window_set_window_handle()
460 GstGLWindow *window = GST_GL_WINDOW (data); in draw_cb() local
479 gst_gl_window_default_draw (GstGLWindow * window) in gst_gl_window_default_draw()
493 gst_gl_window_draw (GstGLWindow * window) in gst_gl_window_draw()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c217 PSP_CreateWindow(_THIS, SDL_Window * window) in PSP_CreateWindow()
236 PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in PSP_CreateWindowFrom()
242 PSP_SetWindowTitle(_THIS, SDL_Window * window) in PSP_SetWindowTitle()
246 PSP_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in PSP_SetWindowIcon()
250 PSP_SetWindowPosition(_THIS, SDL_Window * window) in PSP_SetWindowPosition()
254 PSP_SetWindowSize(_THIS, SDL_Window * window) in PSP_SetWindowSize()
258 PSP_ShowWindow(_THIS, SDL_Window * window) in PSP_ShowWindow()
262 PSP_HideWindow(_THIS, SDL_Window * window) in PSP_HideWindow()
266 PSP_RaiseWindow(_THIS, SDL_Window * window) in PSP_RaiseWindow()
270 PSP_MaximizeWindow(_THIS, SDL_Window * window) in PSP_MaximizeWindow()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.c39 DirectFB_CreateWindow(_THIS, SDL_Window * window) in DirectFB_CreateWindow()
177 DirectFB_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in DirectFB_CreateWindowFrom()
183 DirectFB_SetWindowTitle(_THIS, SDL_Window * window) in DirectFB_SetWindowTitle()
196 DirectFB_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in DirectFB_SetWindowIcon()
246 DirectFB_SetWindowPosition(_THIS, SDL_Window * window) in DirectFB_SetWindowPosition()
259 DirectFB_SetWindowSize(_THIS, SDL_Window * window) in DirectFB_SetWindowSize()
298 DirectFB_ShowWindow(_THIS, SDL_Window * window) in DirectFB_ShowWindow()
307 DirectFB_HideWindow(_THIS, SDL_Window * window) in DirectFB_HideWindow()
316 DirectFB_RaiseWindow(_THIS, SDL_Window * window) in DirectFB_RaiseWindow()
325 DirectFB_MaximizeWindow(_THIS, SDL_Window * window) in DirectFB_MaximizeWindow()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c120 #define CHECK_WINDOW_MAGIC(window, retval) \ argument
206 SDL_Window *window; in ShouldUseTextureFramebuffer() local
249 SDL_CreateWindowTexture(SDL_VideoDevice *unused, SDL_Window * window, Uint32 * format, void ** pixe… in SDL_CreateWindowTexture()
354 SDL_UpdateWindowTexture(SDL_VideoDevice *unused, SDL_Window * window, const SDL_Rect * rects, int n… in SDL_UpdateWindowTexture()
384 SDL_DestroyWindowTexture(SDL_VideoDevice *unused, SDL_Window * window) in SDL_DestroyWindowTexture()
998 SDL_GetWindowDisplayIndex(SDL_Window * window) in SDL_GetWindowDisplayIndex()
1058 SDL_GetDisplayForWindow(SDL_Window *window) in SDL_GetDisplayForWindow()
1069 SDL_SetWindowDisplayMode(SDL_Window * window, const SDL_DisplayMode * mode) in SDL_SetWindowDisplayMode()
1089 SDL_GetWindowDisplayMode(SDL_Window * window, SDL_DisplayMode * mode) in SDL_GetWindowDisplayMode()
1126 SDL_GetWindowPixelFormat(SDL_Window * window) in SDL_GetWindowPixelFormat()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c216 RPI_CreateWindow(_THIS, SDL_Window * window) in RPI_CreateWindow()
302 RPI_DestroyWindow(_THIS, SDL_Window * window) in RPI_DestroyWindow()
317 RPI_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in RPI_CreateWindowFrom()
323 RPI_SetWindowTitle(_THIS, SDL_Window * window) in RPI_SetWindowTitle()
327 RPI_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in RPI_SetWindowIcon()
331 RPI_SetWindowPosition(_THIS, SDL_Window * window) in RPI_SetWindowPosition()
335 RPI_SetWindowSize(_THIS, SDL_Window * window) in RPI_SetWindowSize()
339 RPI_ShowWindow(_THIS, SDL_Window * window) in RPI_ShowWindow()
343 RPI_HideWindow(_THIS, SDL_Window * window) in RPI_HideWindow()
347 RPI_RaiseWindow(_THIS, SDL_Window * window) in RPI_RaiseWindow()
[all …]
/third_party/mesa3d/src/android_stub/
Dnativewindow_stub.cpp41 ANativeWindow_acquire(ANativeWindow *window) in ANativeWindow_acquire()
46 ANativeWindow_release(ANativeWindow *window) in ANativeWindow_release()
51 ANativeWindow_getFormat(ANativeWindow *window) in ANativeWindow_getFormat()
57 ANativeWindow_setSwapInterval(ANativeWindow *window, int interval) in ANativeWindow_setSwapInterval()
63 ANativeWindow_query(const ANativeWindow *window, in ANativeWindow_query()
71 ANativeWindow_dequeueBuffer(ANativeWindow *window, in ANativeWindow_dequeueBuffer()
79 ANativeWindow_queueBuffer(ANativeWindow *window, in ANativeWindow_queueBuffer()
86 int ANativeWindow_cancelBuffer(ANativeWindow* window, in ANativeWindow_cancelBuffer()
93 ANativeWindow_setUsage(ANativeWindow *window, uint64_t usage) in ANativeWindow_setUsage()
99 ANativeWindow_setSharedBufferMode(ANativeWindow *window, in ANativeWindow_setSharedBufferMode()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.c68 #define GET_PRIV(window) gst_vulkan_window_get_instance_private (window) argument
128 gst_vulkan_window_default_open (GstVulkanWindow * window, GError ** error) in gst_vulkan_window_default_open()
134 gst_vulkan_window_default_close (GstVulkanWindow * window) in gst_vulkan_window_default_close()
154 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_set_property() local
170 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_get_property() local
183 gst_vulkan_window_init (GstVulkanWindow * window) in gst_vulkan_window_init()
262 GstVulkanWindow *window = NULL; in gst_vulkan_window_new() local
311 GstVulkanWindow *window = GST_VULKAN_WINDOW (object); in gst_vulkan_window_finalize() local
327 gst_vulkan_window_get_display (GstVulkanWindow * window) in gst_vulkan_window_get_display()
345 gst_vulkan_window_get_surface (GstVulkanWindow * window, GError ** error) in gst_vulkan_window_get_surface()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstglwindow_viv_fb_egl.c77 gst_gl_window_viv_fb_egl_init (GstGLWindowVivFBEGL * window) in gst_gl_window_viv_fb_egl_init()
85 GstGLWindowVivFBEGL *window; in gst_gl_window_viv_fb_egl_new() local
99 gst_gl_window_viv_fb_egl_close (GstGLWindow * window) in gst_gl_window_viv_fb_egl_close()
112 gst_gl_window_viv_fb_egl_get_display (GstGLWindow * window) in gst_gl_window_viv_fb_egl_get_display()
118 gst_gl_window_viv_fb_egl_open (GstGLWindow * window, GError ** error) in gst_gl_window_viv_fb_egl_open()
155 gst_gl_window_viv_fb_egl_get_window_handle (GstGLWindow * window) in gst_gl_window_viv_fb_egl_get_window_handle()
161 gst_gl_window_viv_fb_egl_set_window_handle (GstGLWindow * window, in gst_gl_window_viv_fb_egl_set_window_handle()
180 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
212 gst_gl_window_viv_fb_egl_draw (GstGLWindow * window) in gst_gl_window_viv_fb_egl_draw()
248 GstGLWindow *window = GST_GL_WINDOW (window_egl); in _set_render_rectangle() local
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c198 PND_createwindow(_THIS, SDL_Window * window) in PND_createwindow()
242 PND_createwindowfrom(_THIS, SDL_Window * window, const void *data) in PND_createwindowfrom()
248 PND_setwindowtitle(_THIS, SDL_Window * window) in PND_setwindowtitle()
252 PND_setwindowicon(_THIS, SDL_Window * window, SDL_Surface * icon) in PND_setwindowicon()
256 PND_setwindowposition(_THIS, SDL_Window * window) in PND_setwindowposition()
260 PND_setwindowsize(_THIS, SDL_Window * window) in PND_setwindowsize()
264 PND_showwindow(_THIS, SDL_Window * window) in PND_showwindow()
268 PND_hidewindow(_THIS, SDL_Window * window) in PND_hidewindow()
272 PND_raisewindow(_THIS, SDL_Window * window) in PND_raisewindow()
276 PND_maximizewindow(_THIS, SDL_Window * window) in PND_maximizewindow()
[all …]
/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc50 void RunWindowShow(CefRefPtr<CefWindow> window) { in RunWindowShow()
65 void RunWindowShowHide(CefRefPtr<CefWindow> window) { in RunWindowShowHide()
129 void RunWindowLayoutAndCoords(CefRefPtr<CefWindow> window) { in RunWindowLayoutAndCoords()
218 void VerifyRestore(CefRefPtr<CefWindow> window) { in VerifyRestore()
229 void VerifyMaximize(CefRefPtr<CefWindow> window) { in VerifyMaximize()
241 void RunWindowMaximize(CefRefPtr<CefWindow> window) { in RunWindowMaximize()
270 void VerifyMinimize(CefRefPtr<CefWindow> window) { in VerifyMinimize()
285 void RunWindowMinimize(CefRefPtr<CefWindow> window) { in RunWindowMinimize()
314 void VerifyFullscreenExit(CefRefPtr<CefWindow> window) { in VerifyFullscreenExit()
325 void VerifyFullscreen(CefRefPtr<CefWindow> window) { in VerifyFullscreen()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.c51 GstWlWindow *window = data; in handle_xdg_toplevel_close() local
61 GstWlWindow *window = data; in handle_xdg_toplevel_configure() local
92 GstWlWindow *window = data; in handle_xdg_surface_configure() local
116 GstWlWindow *window = data; in handle_configure() local
194 GstWlWindow *window; in gst_wl_window_new_internal() local
236 gst_wl_window_ensure_fullscreen (GstWlWindow * window, gboolean fullscreen) in gst_wl_window_ensure_fullscreen()
259 GstWlWindow *window; in gst_wl_window_new_toplevel() local
345 GstWlWindow *window; in gst_wl_window_new_in_surface() local
366 gst_wl_window_get_display (GstWlWindow * window) in gst_wl_window_get_display()
374 gst_wl_window_get_wl_surface (GstWlWindow * window) in gst_wl_window_get_wl_surface()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c62 GetWindowStyle(SDL_Window * window) in GetWindowStyle()
82 WIN_SetWindowPositionInternal(_THIS, SDL_Window * window, UINT flags) in WIN_SetWindowPositionInternal()
117 SetupWindowData(_THIS, SDL_Window * window, HWND hwnd, SDL_bool created) in SetupWindowData()
266 WIN_CreateWindow(_THIS, SDL_Window * window) in WIN_CreateWindow()
339 WIN_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in WIN_CreateWindowFrom()
393 WIN_SetWindowTitle(_THIS, SDL_Window * window) in WIN_SetWindowTitle()
402 WIN_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in WIN_SetWindowIcon()
453 WIN_SetWindowPosition(_THIS, SDL_Window * window) in WIN_SetWindowPosition()
459 WIN_SetWindowSize(_THIS, SDL_Window * window) in WIN_SetWindowSize()
465 WIN_ShowWindow(_THIS, SDL_Window * window) in WIN_ShowWindow()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c65 gst_gl_window_android_egl_init (GstGLWindowAndroidEGL * window) in gst_gl_window_android_egl_init()
73 GstGLWindowAndroidEGL *window; in gst_gl_window_android_egl_new() local
88 gst_gl_window_android_egl_set_window_handle (GstGLWindow * window, in gst_gl_window_android_egl_set_window_handle()
97 gst_gl_window_android_egl_get_window_handle (GstGLWindow * window) in gst_gl_window_android_egl_get_window_handle()
108 GstGLWindow *window = GST_GL_WINDOW (window_egl); in draw_cb() local
137 gst_gl_window_android_egl_draw (GstGLWindow * window) in gst_gl_window_android_egl_draw()
143 gst_gl_window_android_egl_get_display (GstGLWindow * window) in gst_gl_window_android_egl_get_display()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.c47 SDL_Window *window = wind->sdlwindow; in handle_configure() local
116 SDL_WindowData *window = (SDL_WindowData *)data; in handle_close() local
128 Wayland_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info) in Wayland_GetWindowWMInfo()
141 Wayland_SetWindowHitTest(SDL_Window *window, SDL_bool enabled) in Wayland_SetWindowHitTest()
146 void Wayland_ShowWindow(_THIS, SDL_Window *window) in Wayland_ShowWindow()
161 Wayland_SetWindowFullscreen(_THIS, SDL_Window * window, in Wayland_SetWindowFullscreen()
177 Wayland_RestoreWindow(_THIS, SDL_Window * window) in Wayland_RestoreWindow()
187 Wayland_MaximizeWindow(_THIS, SDL_Window * window) in Wayland_MaximizeWindow()
196 int Wayland_CreateWindow(_THIS, SDL_Window *window) in Wayland_CreateWindow()
275 void Wayland_SetWindowSize(_THIS, SDL_Window * window) in Wayland_SetWindowSize()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirwindow.c77 MIR_CreateWindow(_THIS, SDL_Window* window) in MIR_CreateWindow()
163 MIR_DestroyWindow(_THIS, SDL_Window* window) in MIR_DestroyWindow()
180 MIR_GetWindowWMInfo(_THIS, SDL_Window* window, SDL_SysWMinfo* info) in MIR_GetWindowWMInfo()
197 MIR_SetWindowFullscreen(_THIS, SDL_Window* window, in MIR_SetWindowFullscreen()
223 MIR_MaximizeWindow(_THIS, SDL_Window* window) in MIR_MaximizeWindow()
240 MIR_MinimizeWindow(_THIS, SDL_Window* window) in MIR_MinimizeWindow()
257 MIR_RestoreWindow(_THIS, SDL_Window * window) in MIR_RestoreWindow()
274 MIR_HideWindow(_THIS, SDL_Window* window) in MIR_HideWindow()
291 MIR_SetWindowSize(_THIS, SDL_Window* window) in MIR_SetWindowSize()
310 MIR_SetWindowMinimumSize(_THIS, SDL_Window* window) in MIR_SetWindowMinimumSize()
[all …]
/third_party/flutter/glfw/tests/
Devents.c50 GLFWwindow* window; member
269 static void window_pos_callback(GLFWwindow* window, int x, int y) in window_pos_callback()
276 static void window_size_callback(GLFWwindow* window, int width, int height) in window_size_callback()
283 static void framebuffer_size_callback(GLFWwindow* window, int width, int height) in framebuffer_size_callback()
292 static void window_close_callback(GLFWwindow* window) in window_close_callback()
301 static void window_refresh_callback(GLFWwindow* window) in window_refresh_callback()
312 static void window_focus_callback(GLFWwindow* window, int focused) in window_focus_callback()
320 static void window_iconify_callback(GLFWwindow* window, int iconified) in window_iconify_callback()
328 static void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in mouse_button_callback()
338 static void cursor_position_callback(GLFWwindow* window, double x, double y) in cursor_position_callback()
[all …]

12345678910>>...35