HomeSort by: relevance | last modified time | path
    Searched refs:rotation_damage (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Rotate.c 161 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...]
xf86Crtc.h 787 DamagePtr rotation_damage; member in struct:_xf86CrtcConfig
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Rotate.c 198 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)
xf86Crtc.h 649 DamagePtr rotation_damage; member in struct:_xf86CrtcConfig

Completed in 9 milliseconds