Searched refs:RR_Rotate_All (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display_fake.c62 switch (rotation & RR_Rotate_All) {
293 RR_Rotate_All | RR_Reflect_All);
H A Dsna.h1378 #define RR_Rotate_All (RR_Rotate_0 | RR_Rotate_90 | RR_Rotate_180 | RR_Rotate_270) macro
H A Dsna_driver.c1110 xf86RandR12SetRotations(screen, RR_Rotate_All | RR_Reflect_All);
H A Dsna_display.c1317 other_bits = rotation & ~RR_Rotate_All;
1326 rotation &= RR_Rotate_All;
1330 rotation &= RR_Rotate_All;
1347 assert(is_power_of_two(rotation & RR_Rotate_All));
2993 switch (rotation & RR_Rotate_All) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display_fake.c62 switch (rotation & RR_Rotate_All) {
299 RR_Rotate_All | RR_Reflect_All);
H A Dsna.h1235 #define RR_Rotate_All (RR_Rotate_0 | RR_Rotate_90 | RR_Rotate_180 | RR_Rotate_270) macro
H A Dsna_driver.c1078 xf86RandR12SetRotations(screen, RR_Rotate_All | RR_Reflect_All);
H A Dsna_display.c2242 switch (rotation & RR_Rotate_All) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c366 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All);
377 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All);
885 subpixel_dir = KdAddRotation (randr & RR_Rotate_All, orders[i].direction);
H A Dkdrive.h84 #define RR_Rotate_All (RR_Rotate_0|RR_Rotate_90|RR_Rotate_180|RR_Rotate_270) macro
H A Dkxv.c1734 switch (randr & RR_Rotate_All) {
1788 switch (randr & RR_Rotate_All) {
H A Dkinput.c641 switch (randr & (RR_Rotate_All)) {
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.c191 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All);
202 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All);
660 KdAddRotation(randr & RR_Rotate_All, orders[i].direction);
H A Dkdrive.h83 #define RR_Rotate_All (RR_Rotate_0|RR_Rotate_90|RR_Rotate_180|RR_Rotate_270) macro
H A Dkinput.c437 switch (randr & (RR_Rotate_All)) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.c253 *rotations = RR_Rotate_All|RR_Reflect_All;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr.c462 *rotations = RR_Rotate_All|RR_Reflect_All;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.c457 *rotations = RR_Rotate_All|RR_Reflect_All;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.c435 *rotations = RR_Rotate_All | RR_Reflect_All;

Completed in 109 milliseconds