Searched refs:RR_Rotate_90 (Results 1 - 25 of 66) sorted by relevance

123

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_cursor.c158 case RR_Rotate_90:
247 case RR_Rotate_90:
H A Dgx_rotate.c57 case RR_Rotate_90:
118 case RR_Rotate_90:
H A Dgx_driver.c232 if (rotate & (RR_Rotate_90 | RR_Rotate_270))
585 pGeode->rotation = RR_Rotate_90;
1444 rotate = RR_Rotate_0 | RR_Rotate_90 | RR_Rotate_180 | RR_Rotate_270;
1577 case RR_Rotate_90:
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c86 case RR_Rotate_90:
101 case RR_Rotate_90:
369 (xf86ModeWidth(mode, RR_Rotate_90) > maxPitch ||
370 xf86ModeWidth(mode, RR_Rotate_90) > maxX ||
371 xf86ModeHeight(mode, RR_Rotate_90) > maxY)) {
373 xf86ModeWidth(mode, RR_Rotate_90) > maxPitch)
377 xf86ModeWidth(mode, RR_Rotate_90) > maxX)
381 xf86ModeHeight(mode, RR_Rotate_90) > maxY)
H A Dxf86Cursors.c66 case RR_Rotate_90:
111 case RR_Rotate_90:
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c83 case RR_Rotate_90:
98 case RR_Rotate_90:
437 (xf86ModeWidth(mode, RR_Rotate_90) > maxPitch ||
438 xf86ModeWidth(mode, RR_Rotate_90) > maxX ||
439 xf86ModeHeight(mode, RR_Rotate_90) > maxY)) {
441 xf86ModeWidth(mode, RR_Rotate_90) > maxPitch)
445 xf86ModeWidth(mode, RR_Rotate_90) > maxX)
449 xf86ModeHeight(mode, RR_Rotate_90) > maxY)
H A Dxf86Cursors.c71 case RR_Rotate_90:
113 case RR_Rotate_90:
397 case RR_Rotate_90:
/xsrc/external/mit/xinput/dist/src/
H A Dtransform.c169 case RR_Rotate_90:
174 case RR_Rotate_90 | RR_Reflect_All: /* left limited - correct in working zone. */
177 case RR_Rotate_90 | RR_Reflect_X: /* left limited - correct in working zone. */
181 case RR_Rotate_90 | RR_Reflect_Y: /* right limited - correct in working zone. */
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandr.h144 #define RR_Rotate_90 2 macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video.c250 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
262 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
272 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
283 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
296 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
306 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
317 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
376 case RR_Rotate_90:
437 case RR_Rotate_90:
536 case RR_Rotate_90
[all...]
H A Dsna_display_fake.c65 case RR_Rotate_90: return "left";
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video.c239 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
250 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
262 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
272 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
283 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
335 case RR_Rotate_90:
423 case RR_Rotate_90:
H A Dsna_display_fake.c65 case RR_Rotate_90: return "left";
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_video.c351 case RR_Rotate_90:
451 case RR_Rotate_90:
592 if (adaptor_priv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
602 if (adaptor_priv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
618 if (adaptor_priv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
H A Dintel_video_overlay.c292 case RR_Rotate_90:
350 if (crtc->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video.c351 case RR_Rotate_90:
451 case RR_Rotate_90:
592 if (adaptor_priv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
602 if (adaptor_priv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
618 if (adaptor_priv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
H A Dintel_video_overlay.c292 case RR_Rotate_90:
350 if (crtc->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c370 rotate /= (RR_Rotate_270 * RR_Rotate_90);
381 rotate /= (RR_Rotate_270 * RR_Rotate_90);
456 screen->randr = RR_Rotate_90;
865 { SubPixelVerticalBGR, RR_Rotate_90 },
920 Bool rotated = (screen->randr & (RR_Rotate_90|RR_Rotate_270)) != 0;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.c195 rotate /= (RR_Rotate_270 * RR_Rotate_90);
206 rotate /= (RR_Rotate_270 * RR_Rotate_90);
291 screen->randr = RR_Rotate_90;
640 {SubPixelVerticalBGR, RR_Rotate_90},
694 Bool rotated = (screen->randr & (RR_Rotate_90 | RR_Rotate_270)) != 0;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dpixmap.c230 if (dirty_update->rotation == RR_Rotate_90 ||
381 if (dirty->rotation == RR_Rotate_90 ||
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_video.c78 case RR_Rotate_90:
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c112 if (se.rotation & (RR_Rotate_90 | RR_Rotate_270)) {
285 if (rotation == RR_Rotate_90 || rotation == RR_Rotate_270)
845 case RR_Rotate_90:
924 if (rotation & (RR_Rotate_90|RR_Rotate_270))
H A Drrtransform.c184 case RR_Rotate_90:
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.c184 case RR_Rotate_90:
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1285 case RR_Rotate_90:
1403 case RR_Rotate_90:
1466 case RR_Rotate_90:
1529 case RR_Rotate_90:
1801 case RR_Rotate_90:
2021 if (crtc->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
2339 if (pPriv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
2350 if (pPriv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
2427 if (pPriv->rotation & (RR_Rotate_90 | RR_Rotate_270)) {

Completed in 49 milliseconds

123