Searched refs:_cy (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | mapping.c | 65 #define expect_dc_ext(_func, _hdc, _cx, _cy) \ argument 73 ok(_size.cy == (_cy), "expected cy %d, got %d\n", (_cy), _size.cy); \ 76 #define expect_viewport_ext(_hdc, _cx, _cy) expect_dc_ext(GetViewportExtEx, _hdc, _cx, _cy) argument 77 #define expect_window_ext(_hdc, _cx, _cy) expect_dc_ext(GetWindowExtEx, _hdc, _cx, _cy) argument
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | window.h | 725 _cy = 16; in super() 732 _cy = 16; in super() 741 _cy = bmp.bmHeight; in super() 750 _cy = bmp.bmHeight; in super() 761 int _cy; member
|
H A D | window.cpp | 983 textRect.top = dis->rcItem.top + _cy + 4; in DrawItem() 991 imagePos.y = (dis->rcItem.top + dis->rcItem.bottom - _cy)/2; in DrawItem() 1017 DrawIconEx(dis->hDC, imagePos.x, imagePos.y, _hIcon, _cx, _cy, 0, _hBrush, DI_NORMAL); in DrawItem() 1021 BitBlt(dis->hDC, imagePos.x, imagePos.y, _cx, _cy, mem_dc, 0, 0, SRCCOPY); in DrawItem()
|