Home | History | Annotate | Download | only in client

Lines Matching full:width

159 void st2_fixup( XImage *framebuf, int x, int y, int width, int height)

170 for(xi = (x+width-1); xi >= x; xi--) {
234 X11_buffersize = vid.width * vid.height * sizeof (*d_pzbuffer);
236 vid_surfcachesize = D_SurfaceCacheForRes (vid.width, vid.height);
245 + vid.width * vid.height * sizeof (*d_pzbuffer);
251 mem = ((vid.width*pwidth+7)&~7) * vid.height;
259 vid.width, vid.height,
289 X11_buffersize = vid.width * vid.height * sizeof (*d_pzbuffer);
291 vid_surfcachesize = D_SurfaceCacheForRes (vid.width, vid.height);
300 + vid.width * vid.height * sizeof (*d_pzbuffer);
324 vid.width,
374 vid.width = 320;
418 Sys_Error("VID: -winsize <width> <height>\n");
419 vid.width = Q_atoi(com_argv[pnum+1]);
421 if (!vid.width || !vid.height)
422 Sys_Error("VID: Bad window width/height\n");
424 if ((pnum=COM_CheckParm("-width"))) {
426 Sys_Error("VID: -width <width>\n");
427 vid.width = Q_atoi(com_argv[pnum+1]);
428 if (!vid.width)
429 Sys_Error("VID: Bad window width\n");
508 vid.width, vid.height,
592 vid.conwidth = vid.width;
594 vid.aspect = ((float)vid.height / (float)vid.width) * (320.0 / 240.0);
806 mouse_x = (float) ((int)x_event.xmotion.x - (int)(vid.width/2));
817 (vid.width/2),(vid.height/2));
856 config_notify_width = x_event.xconfigure.width;
891 vid.width = config_notify_width & ~7;
900 vid.conwidth = vid.width;
916 rects->x, rects->y, rects->width,
920 rects->x, rects->y, rects->width, rects->height, True))
937 rects->x, rects->y, rects->width,
940 rects->y, rects->x, rects->y, rects->width, rects->height);
1030 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height)
1035 void D_EndDirectRect (int x, int y, int width, int height)