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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1094 RECT full_rect; local
1097 full_rect.left = 0;
1098 full_rect.top = 0;
1099 full_rect.right = This->currentDesc.Width;
1100 full_rect.bottom = This->currentDesc.Height;
1101 IntersectRect(&temp_rect, &full_rect, DestRect);

Completed in 50 milliseconds