Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c117 …dow *window, DWORD style, BOOL menu, int *x, int *y, int *width, int *height, SDL_bool use_current) in WIN_AdjustWindowRectWithStyle() argument
123 rect.right = (use_current ? window->w : window->windowed.w); in WIN_AdjustWindowRectWithStyle()
124 rect.bottom = (use_current ? window->h : window->windowed.h); in WIN_AdjustWindowRectWithStyle()
132 *x = (use_current ? window->x : window->windowed.x) + rect.left; in WIN_AdjustWindowRectWithStyle()
133 *y = (use_current ? window->y : window->windowed.y) + rect.top; in WIN_AdjustWindowRectWithStyle()
139 …AdjustWindowRect(SDL_Window *window, int *x, int *y, int *width, int *height, SDL_bool use_current) in WIN_AdjustWindowRect() argument
148 WIN_AdjustWindowRectWithStyle(window, style, menu, x, y, width, height, use_current); in WIN_AdjustWindowRect()

Completed in 4 milliseconds