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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c3804 RECT cliprect; local
3806 GetClientRect(((IWineD3DClipperImpl *) This->clipper)->hWnd, &cliprect);
3814 if(pos[0].x != cliprect.left || pos[0].y != cliprect.top ||
3815 pos[1].x != cliprect.right || pos[1].y != cliprect.bottom)
3818 TRACE("Clip rect at %s\n", wine_dbgstr_rect(&cliprect));

Completed in 345 milliseconds