| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | FormP.h | 92 Dimension old_width, old_height; /* reference value for *_virtual */ member in struct:_FormPart
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Form.c | 453 fw->form.old_width = fw->form.old_height = 0; 591 fw->form.old_width = fw->core.width; 639 if (fw->form.old_width && fw->form.old_height) { 640 x = (Position)TransformCoord(form->form.new_x, fw->form.old_width, 752 x = TransformCoord(form->form.virtual_x, fw->form.old_width, 759 fw->form.old_width, XtWidth(fw), 769 x = TransformCoord(XtX(*childP), fw->form.old_width, 775 fw->form.old_width, XtWidth(fw), 800 fw->form.old_width = XtWidth(fw); 810 Dimension old_width, old_heigh local in function:XawFormGeometryManager [all...] |
| H A D | SimpleMenu.c | 703 Dimension old_height, old_width; local in function:XawSimpleMenuGeometryManager 711 old_width = XtWidth(entry); 727 XtWidth(entry) = old_width; 735 XtWidth(entry) = old_width;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 398 int old_width = shadow ? shadow->drawable.width : 0; local in function:xf86CrtcRotate 402 if (old_width != width || old_height != height) { 443 if (old_width && old_height) 445 crtc->funcs->shadow_create(crtc, NULL, old_width,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 426 int old_width = shadow ? shadow->drawable.width : 0; local in function:xf86CrtcRotate 430 if (old_width != width || old_height != height) 496 if (old_width && old_height) 499 old_width,
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_driver.c | 193 int old_width, old_height; local in function:drv_crtc_resize 211 old_width = pScrn->virtualX; 233 if (!pScreen->ModifyPixmapHeader(rootPixmap, old_width, old_height, -1, -1, -1, NULL)) 241 pScrn->virtualX = old_width;
|
| H A D | vmwgfx_saa.c | 554 unsigned int old_height, unsigned int old_width) 653 unsigned int old_width; local in function:vmwgfx_modify_pixmap_header 683 old_width = pixmap->drawable.width; 693 vmwgfx_pix_resize(pixmap, old_pitch, old_height, old_width); 553 vmwgfx_pix_resize(PixmapPtr pixmap,unsigned int old_pitch,unsigned int old_height,unsigned int old_width) argument
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_drmmode.c | 834 uint32_t old_width, old_height, old_fb_id; local in function:drmmode_xf86crtc_resize 845 old_width = scrn->virtualX; 906 scrn->virtualX = old_width;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | xm_api.c | 1275 GLuint old_width, old_height; local in function:xmesa_check_buffer_size 1280 old_width = b->width; 1285 if (b->width != old_width || b->height != old_height)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_tex_image.c | 59 unsigned old_width = 0, old_height = 0, old_depth = 0; local in function:intel_miptree_create_for_teximage 66 old_width = old_mt->surf.logical_level0_px.width; 96 width = old_mt ? get_base_dim(old_width, width, level) :
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 1250 GLuint old_width, old_height; local in function:xmesa_check_buffer_size 1258 old_width = b->width; 1263 if (b->width != old_width || b->height != old_height)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_tex_image.c | 59 unsigned old_width = 0, old_height = 0, old_depth = 0; local in function:brw_miptree_create_for_teximage 66 old_width = old_mt->surf.logical_level0_px.width; 96 width = old_mt ? get_base_dim(old_width, width, level) :
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_uxa.c | 1097 int old_width, old_height, old_pitch; local in function:intel_uxa_create_screen_resources 1106 old_width = pixmap->drawable.width; 1130 old_width, old_height, -1, -1, old_pitch, NULL);
|
| H A D | intel.h | 422 int old_width; member in struct:_DRI2FrameEvent
|
| H A D | intel_dri.c | 716 info->old_width == info->intel->scrn->virtualX && 905 info->old_width = intel->scrn->virtualX;
|
| H A D | intel_display.c | 1619 int i, old_width, old_height, old_pitch; local in function:intel_xf86crtc_resize 1628 old_width = scrn->virtualX; 1683 scrn->virtualX = old_width;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_uxa.c | 1072 int old_width, old_height, old_pitch; local in function:intel_uxa_create_screen_resources 1081 old_width = pixmap->drawable.width; 1104 old_width, old_height, -1, -1, old_pitch, NULL);
|
| H A D | intel_display.c | 1573 int i, old_width, old_height, old_pitch; local in function:intel_xf86crtc_resize 1582 old_width = scrn->virtualX; 1637 scrn->virtualX = old_width;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 1314 int i, pitch, old_width, old_height, old_pitch; local in function:drmmode_xf86crtc_resize 1325 old_width = scrn->virtualX; 1371 scrn->virtualX = old_width;
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiX.c | 605 int old_width, old_height; local in function:PanoramiXCreateConnectionBlock 691 old_width = root->pixWidth; 696 width_mult = (1.0 * root->pixWidth) / old_width;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiX.c | 598 int old_width, old_height; local in function:PanoramiXCreateConnectionBlock 683 old_width = root->pixWidth; 688 width_mult = (1.0 * root->pixWidth) / old_width;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 1014 #define UNSET_CIRCLE if (old_width) \ 1017 old_width = -old_width; \ 1038 int old_width = 0; local in function:sunGXPolyFillArc 1078 if (arc->width != old_width) 1084 if (old_width != -arc->width) 1093 old_width = arc->width; 1100 gx->arecty = y + old_width-1; 1101 gx->arectx = x + old_width-1;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 1014 #define UNSET_CIRCLE if (old_width) \ 1017 old_width = -old_width; \ 1038 int old_width = 0; local in function:sunGXPolyFillArc 1078 if (arc->width != old_width) 1084 if (old_width != -arc->width) 1093 old_width = arc->width; 1100 gx->arecty = y + old_width-1; 1101 gx->arectx = x + old_width-1;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_driver.c | 783 int old_width, old_height, old_displayWidth, old_fd; local in function:via_xf86crtc_resize 804 old_width = scrn->virtualX; 895 scrn->virtualX = old_width;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | drmmode_display.c | 1401 uint32_t old_width, old_height, old_pitch, old_fb_id = 0; local in function:drmmode_xf86crtc_resize 1415 old_width = scrn->virtualX; 1484 scrn->virtualX = old_width;
|