Searched refs:SetWindowPosition (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bvideo.cc | 75 device->SetWindowPosition = BE_SetWindowPosition; in BE_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspvideo.c | 120 device->SetWindowPosition = PSP_SetWindowPosition; in PSP_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpivideo.c | 107 device->SetWindowPosition = RPI_SetWindowPosition; in RPI_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivantevideo.c | 93 device->SetWindowPosition = VIVANTE_SetWindowPosition; in VIVANTE_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_video.c | 122 device->SetWindowPosition = DirectFB_SetWindowPosition; in DirectFB_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_sysvideo.h | 207 void (*SetWindowPosition) (_THIS, SDL_Window * window); member
|
D | SDL_video.c | 1771 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/ |
D | SDL_mirvideo.c | 191 device->SetWindowPosition = NULL; in MIR_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoavideo.m | 87 device->SetWindowPosition = Cocoa_SetWindowPosition;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 138 device->SetWindowPosition = WIN_SetWindowPosition; in WIN_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 235 device->SetWindowPosition = X11_SetWindowPosition; in X11_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 109 device->SetWindowPosition = PND_setwindowposition; in PND_create()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | control.h | 703 …virtual HRESULT WINAPI SetWindowPosition(__LONG32 Left,__LONG32 Top,__LONG32 Width,__LONG32 Height… 753 …HRESULT (WINAPI *SetWindowPosition)(IVideoWindow *This,__LONG32 Left,__LONG32 Top,__LONG32 Width,_… 805 …indow_SetWindowPosition(This,Left,Top,Width,Height) (This)->lpVtbl->SetWindowPosition(This,Left,To…
|
D | control.idl | 482 cpp_quote(" virtual HRESULT WINAPI SetWindowPosition(__LONG32 Left,__LONG32 Top,__LONG32 Width,_… 532 cpp_quote(" HRESULT (WINAPI *SetWindowPosition)(IVideoWindow *This,__LONG32 Left,__LONG32 Top,… 584 …indow_SetWindowPosition(This,Left,Top,Width,Height) (This)->lpVtbl->SetWindowPosition(This,Left,To…
|