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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c672 RECT current_rect, draw_rect, r; local
678 SetRect(&current_rect, 0, 0, ds->ds_current_size.cx, ds->ds_current_size.cy);
680 SetRectEmpty(&current_rect);
684 IntersectRect(&r, &draw_rect, &current_rect);
H A Ddevice.c506 RECT current_rect, r; local
517 SetRect(&current_rect, 0, 0,
521 SetRectEmpty(&current_rect);
523 IntersectRect(&r, draw_rect, &current_rect);
526 /* current_rect ⊇ draw_rect, modify only. */
531 if (EqualRect(&r, &current_rect))
533 /* draw_rect ⊇ current_rect, test if we're doing a full clear. */
693 RECT current_rect; local
699 IntersectRect(&current_rect, draw_rect, &clear_rect[i]);
701 TRACE("clear_rect[%u] %s, current_rect
[all...]

Completed in 61 milliseconds