Home
last modified time | relevance | path

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

/reactos/base/applications/rapps/
H A Dloaddlg.cpp242 UINT win_width, win_height; in OnPaint() local
247 win_width = myRect.right - myRect.left; in OnPaint()
252 hbmMem = CreateCompatibleBitmap(hDC, win_width, win_height); in OnPaint()
267 BitBlt(hDC, 0, 0, win_width, win_height, hdcMem, 0, 0, SRCCOPY); in OnPaint()
/reactos/modules/rostests/winetests/kernel32/
H A Dconsole.c2820 int memsize, win_width, win_height, tmp_w, tmp_h; in test_GetConsoleFontInfo() local
2868 win_width = csbi.srWindow.Right - csbi.srWindow.Left + 1; in test_GetConsoleFontInfo()
2879 todo_wine ok(cfi[index].dwFontSize.X == win_width, "got %d, expected %d\n", in test_GetConsoleFontInfo()
2880 cfi[index].dwFontSize.X, win_width); in test_GetConsoleFontInfo()
2888 tmp_w = (double)orig_font.X / tmp_font.X * win_width; in test_GetConsoleFontInfo()