Home
last modified time | relevance | path

Searched refs:SetWindowPosition (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc75 device->SetWindowPosition = BE_SetWindowPosition; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c120 device->SetWindowPosition = PSP_SetWindowPosition; in PSP_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c107 device->SetWindowPosition = RPI_SetWindowPosition; in RPI_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c93 device->SetWindowPosition = VIVANTE_SetWindowPosition; in VIVANTE_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h207 void (*SetWindowPosition) (_THIS, SDL_Window * window); member
DSDL_video.c1771 if (_this->SetWindowPosition) { in SDL_SetWindowPosition()
1772 _this->SetWindowPosition(_this, window); in SDL_SetWindowPosition()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c191 device->SetWindowPosition = NULL; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_video.c122 device->SetWindowPosition = DirectFB_SetWindowPosition; in DirectFB_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c138 device->SetWindowPosition = WIN_SetWindowPosition; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m87 device->SetWindowPosition = Cocoa_SetWindowPosition;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c235 device->SetWindowPosition = X11_SetWindowPosition; in X11_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c109 device->SetWindowPosition = PND_setwindowposition; in PND_create()