Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c519 RECT rcClient, rcWindow; in WIN_GetWindowBordersSize() local
524 GetClientRect(hwnd, &rcClient); in WIN_GetWindowBordersSize()
550 *top = rcClient.top - rcWindow.top; in WIN_GetWindowBordersSize()
551 *left = rcClient.left - rcWindow.left; in WIN_GetWindowBordersSize()
552 *bottom = rcWindow.bottom - rcClient.bottom; in WIN_GetWindowBordersSize()
553 *right = rcWindow.right - rcClient.right; in WIN_GetWindowBordersSize()

Completed in 5 milliseconds