Lines Matching defs:hWnd
59 if (fb->hWnd == hwnd) {
143 assert(fb->hWnd);
151 if (!GetClientRect(fb->hWnd, &client_rect)) {
179 if (ClientToScreen(fb->hWnd, &client_pos) &&
180 GetWindowRect(fb->hWnd, &window_rect)) {
190 debug_printf("%s: hwnd = %p\n", __FUNCTION__, fb->hWnd);
272 stw_framebuffer_create(HWND hWnd, int iPixelFormat, enum stw_framebuffer_owner owner)
281 fb->hWnd = hWnd;
286 stw_dev->stw_winsys->create_framebuffer(stw_dev->screen, hWnd, iPixelFormat);