Home
last modified time | relevance | path

Searched refs:rcWindow (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
525 GetWindowRect(hwnd, &rcWindow); in WIN_GetWindowBordersSize()
529 ptDiff.y = rcWindow.top; in WIN_GetWindowBordersSize()
530 ptDiff.x = rcWindow.left; in WIN_GetWindowBordersSize()
534 rcWindow.top = ptDiff.y; in WIN_GetWindowBordersSize()
535 rcWindow.left = ptDiff.x; in WIN_GetWindowBordersSize()
539 ptDiff.y = rcWindow.bottom; in WIN_GetWindowBordersSize()
540 ptDiff.x = rcWindow.right; in WIN_GetWindowBordersSize()
544 rcWindow.bottom = ptDiff.y; in WIN_GetWindowBordersSize()
545 rcWindow.right = ptDiff.x; in WIN_GetWindowBordersSize()
[all …]

Completed in 4 milliseconds