Searched refs:old_width (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 410 int old_width = shadow ? shadow->drawable.width : 0; in xf86CrtcRotate() local 414 if (old_width != width || old_height != height) { in xf86CrtcRotate() 455 if (old_width && old_height) in xf86CrtcRotate() 457 crtc->funcs->shadow_create(crtc, NULL, old_width, in xf86CrtcRotate()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0012-Support-setting-output-flow-direction.patch | 200 - int32_t old_width; 208 - old_width = output->width; 215 - weston_compositor_reflow_outputs(output->compositor, output, output->width - old_width);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0013-Support-setting-output-flow-direction.patch | 200 - int32_t old_width; 208 - old_width = output->width; 215 - weston_compositor_reflow_outputs(output->compositor, output, output->width - old_width);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0013-Support-setting-output-flow-direction.patch | 200 - int32_t old_width; 208 - old_width = output->width; 215 - weston_compositor_reflow_outputs(output->compositor, output, output->width - old_width);
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 598 int old_width, old_height; in PanoramiXCreateConnectionBlock() local 683 old_width = root->pixWidth; in PanoramiXCreateConnectionBlock() 688 width_mult = (1.0 * root->pixWidth) / old_width; in PanoramiXCreateConnectionBlock()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 3662 int i, pitch, old_width, old_height, old_pitch; in drmmode_xf86crtc_resize() local 3674 old_width = scrn->virtualX; in drmmode_xf86crtc_resize() 3741 scrn->virtualX = old_width; in drmmode_xf86crtc_resize()
|