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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c3891 BOOL stretchx; local
3908 stretchx = TRUE;
3910 stretchx = FALSE;
3947 } else if((!stretchx) || dst_rect.right - dst_rect.left > Src->currentDesc.Width ||
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c5757 BOOL stretchx; local
5775 stretchx = TRUE;
5777 stretchx = FALSE;
5789 if (!stretchx || dst_rect->right - dst_rect->left > src_surface->resource.width

Completed in 72 milliseconds