Searched refs:SDL_GetWindowBordersSize (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 631 extern DECLSPEC int SDLCALL SDL_GetWindowBordersSize(SDL_Window * window,
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 603 #define SDL_GetWindowBordersSize SDL_GetWindowBordersSize_REAL macro
|
D | SDL_dynapi_procs.h | 635 SDL_DYNAPI_PROC(int,SDL_GetWindowBordersSize,(SDL_Window *a, int *b, int *c, int *d, int *e),(a,b,c…
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 19 * Added SDL_GetWindowBordersSize() which returns the size of the window's borders around the client…
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 1945 SDL_GetWindowBordersSize(SDL_Window * window, int *top, int *left, int *bottom, int *right) in SDL_GetWindowBordersSize() function
|