Home | History | Annotate | Download | only in windx5

Lines Matching refs:src_surface

1905 	LPDIRECTDRAWSURFACE3 src_surface;
1912 src_surface = src->hwdata->dd_writebuf;
1929 dstrect->x, dstrect->y, src_surface, &rect, flags);
1932 result = IDirectDrawSurface3_Restore(src_surface);
1944 PrintSurface("SRC", src_surface, src->flags);