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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c564 UINT drawable_width, drawable_height; local
601 target->get_drawable_size(context, &drawable_width, &drawable_height);
607 drawable_height = fb->depth_stencil->pow2Height;
684 gl_info->gl_ops.gl.p_glScissor(draw_rect->left, drawable_height - draw_rect->bottom,
721 gl_info->gl_ops.gl.p_glScissor(current_rect.left, drawable_height - current_rect.bottom,
H A Dsurface.c5558 UINT drawable_height; local
5569 drawable_height = windowsize.bottom - windowsize.top;
5576 drawable_height = surface->resource.height;
5581 drawable_height = surface->resource.height;
5584 rect->top = drawable_height - rect->top;
5585 rect->bottom = drawable_height - rect->bottom;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4518 UINT drawable_width, drawable_height; local
4568 target->get_drawable_size(context, &drawable_width, &drawable_height);
4625 glScissor(vp_rect.left, drawable_height - vp_rect.bottom,
4658 glScissor(curRect.x1, drawable_height - curRect.y2,

Completed in 80 milliseconds