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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1107 int clip_horiz = (DestRect->left < 0) || (DestRect->right > (int) This->currentDesc.Width ); local
1109 if (clip_vert || clip_horiz)
1113 (((DestRect->right - DestRect->left) != (xsrc.right - xsrc.left)) && clip_horiz) ||
1120 if (clip_horiz)

Completed in 168 milliseconds