Searched defs:win_h (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c463 UINT win_h; local
474 win_h = win_rect.bottom - win_rect.top;
505 dst_rect->left, win_h - dst_rect->top, dst_rect->right, win_h - dst_rect->bottom,
552 gl_info->gl_ops.gl.p_glViewport(dst_rect->left, win_h - dst_rect->bottom,
553 dst_rect->right, win_h - dst_rect->top);

Completed in 70 milliseconds