Home
last modified time | relevance | path

Searched refs:SDL_GetWindowBordersSize (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h631 extern DECLSPEC int SDLCALL SDL_GetWindowBordersSize(SDL_Window * window,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h603 #define SDL_GetWindowBordersSize SDL_GetWindowBordersSize_REAL macro
DSDL_dynapi_procs.h635 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/
DWhatsNew.txt19 * 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/
DSDL_video.c1945 SDL_GetWindowBordersSize(SDL_Window * window, int *top, int *left, int *bottom, int *right) in SDL_GetWindowBordersSize() function