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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4516 WINED3DRECT curRect; local
4635 IntersectRect((RECT *)&curRect, &vp_rect, (const RECT *)&pRects[i]);
4637 IntersectRect((RECT *) &curRect, (RECT *) &curRect, &This->stateBlock->scissorRect);
4641 curRect.x1, (target->currentDesc.Height - curRect.y2),
4642 curRect.x2 - curRect.x1, curRect.y2 - curRect
[all...]

Completed in 66 milliseconds