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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1108 int clip_vert = (DestRect->top < 0) || (DestRect->bottom > (int) This->currentDesc.Height); local
1109 if (clip_vert || clip_horiz)
1112 if ((((DestRect->bottom - DestRect->top ) != (xsrc.bottom - xsrc.top )) && clip_vert ) ||
1129 if (clip_vert)

Completed in 317 milliseconds