Home | History | Annotate | Download | only in d3d9

Lines Matching refs:viewAdjust

1149         vc.viewAdjust[0] = (float)((actualViewport.width - (int)dxViewport.Width) + 2 * (actualViewport.x - (int)dxViewport.X) - 1) / dxViewport.Width;
1150 vc.viewAdjust[1] = (float)((actualViewport.height - (int)dxViewport.Height) + 2 * (actualViewport.y - (int)dxViewport.Y) - 1) / dxViewport.Height;
1151 vc.viewAdjust[2] = (float)actualViewport.width / dxViewport.Width;
1152 vc.viewAdjust[3] = (float)actualViewport.height / dxViewport.Height;