Searched refs:rotation_damage (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c161 xf86_config->rotation_damage);
176 DamagePtr damage = xf86_config->rotation_damage;
236 if (xf86_config->rotation_damage != NULL) {
265 if (xf86_config->rotation_damage) {
271 DamageDestroy(xf86_config->rotation_damage);
272 xf86_config->rotation_damage = NULL;
302 xf86_config->rotation_damage = NULL;
419 if (!xf86_config->rotation_damage) {
421 xf86_config->rotation_damage = DamageCreate(NULL, NULL,
425 if (!xf86_config->rotation_damage)
[all...]
H A Dxf86Crtc.h787 DamagePtr rotation_damage; member in struct:_xf86CrtcConfig
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c198 xf86_config->rotation_damage);
213 DamagePtr damage = xf86_config->rotation_damage;
299 if (xf86_config->rotation_damage)
305 xf86_config->rotation_damage);
309 DamageDestroy (xf86_config->rotation_damage);
310 xf86_config->rotation_damage = NULL;
450 if (!xf86_config->rotation_damage)
453 xf86_config->rotation_damage = DamageCreate (NULL, NULL,
456 if (!xf86_config->rotation_damage)
H A Dxf86Crtc.h649 DamagePtr rotation_damage; member in struct:_xf86CrtcConfig

Completed in 6 milliseconds