Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c520 POINT ptDiff; in WIN_GetWindowBordersSize() local
529 ptDiff.y = rcWindow.top; in WIN_GetWindowBordersSize()
530 ptDiff.x = rcWindow.left; in WIN_GetWindowBordersSize()
532 ScreenToClient(hwnd, &ptDiff); 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()
542 ScreenToClient(hwnd, &ptDiff); in WIN_GetWindowBordersSize()
544 rcWindow.bottom = ptDiff.y; in WIN_GetWindowBordersSize()
[all …]

Completed in 4 milliseconds