Searched refs:RR_Rotate_0 (Results 1 - 25 of 110) sorted by relevance

12345

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_rotate.c112 case RR_Rotate_0:
134 if (pGeode->rotation != RR_Rotate_0) {
146 if (pGeode->rotation == RR_Rotate_0)
165 if (pGeode->rotation == RR_Rotate_0) {
187 if (curr & (RR_Rotate_0 | RR_Rotate_180)) {
H A Dgx_cursor.c153 case RR_Rotate_0:
243 case RR_Rotate_0:
H A Dgx_driver.c231 if (rotate != RR_Rotate_0) {
580 pGeode->rotation = RR_Rotate_0;
1252 && pGeode->rotation != RR_Rotate_0) {
1259 pGeode->rotation = RR_Rotate_0;
1444 rotate = RR_Rotate_0 | RR_Rotate_90 | RR_Rotate_180 | RR_Rotate_270;
1452 if (pGeode->rotation != RR_Rotate_0)
1456 rotate = pGeode->rotation = RR_Rotate_0;
1575 case RR_Rotate_0:
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrtransform.c168 if (rotation != RR_Rotate_0)
178 case RR_Rotate_0:
222 if (rotation & (RR_Rotate_0|RR_Rotate_180)) {
234 if (rotation & (RR_Rotate_0|RR_Rotate_180)) {
H A Drrscreen.c103 se.rotation = (CARD8) (crtc ? crtc->rotation : RR_Rotate_0);
620 rep.setOfRotations = RR_Rotate_0;
628 rep.rotation = RR_Rotate_0;
844 case RR_Rotate_0:
936 if (!RRCrtcSet (pScrPriv->crtcs[c], NULL, 0, 0, RR_Rotate_0,
H A Drandr.c253 pScrPriv->rotations = RR_Rotate_0;
258 pScrPriv->rotation = RR_Rotate_0;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.c165 if (rotation != RR_Rotate_0) {
174 case RR_Rotate_0:
234 if (rotation & (RR_Rotate_0 | RR_Rotate_180)) {
246 if (rotation & (RR_Rotate_0 | RR_Rotate_180)) {
/xsrc/external/mit/xinput/dist/src/
H A Dtransform.c157 case RR_Rotate_0:
161 case RR_Reflect_X|RR_Rotate_0:
165 case RR_Reflect_Y|RR_Rotate_0:
186 case RR_Reflect_All|RR_Rotate_0:
305 RR_Rotate_0);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c83 case RR_Rotate_0:
98 case RR_Rotate_0:
366 if ((xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
367 xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
368 xf86ModeHeight(mode, RR_Rotate_0) > maxY) &&
372 if (xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
376 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
380 if (xf86ModeHeight(mode, RR_Rotate_0) > maxY ||
H A Dxf86Cursors.c64 case RR_Rotate_0:
109 case RR_Rotate_0:
428 if (crtc->rotation == RR_Rotate_0)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c80 case RR_Rotate_0:
95 case RR_Rotate_0:
434 if ((xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
435 xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
436 xf86ModeHeight(mode, RR_Rotate_0) > maxY) &&
440 if (xf86ModeWidth(mode, RR_Rotate_0) > maxPitch ||
444 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX ||
448 if (xf86ModeHeight(mode, RR_Rotate_0) > maxY ||
H A Dxf86Cursors.c48 * that it's handling the screen transform, then this returns RR_Rotate_0.
54 return RR_Rotate_0;
69 case RR_Rotate_0:
111 case RR_Rotate_0:
395 case RR_Rotate_0:
449 if (crtc->rotation != RR_Rotate_0)
504 if (rotation == RR_Rotate_0)
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandr.h143 #define RR_Rotate_0 1 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri2-test.c210 0, 0, None, RR_Rotate_0, NULL, 0);
234 0, 0, output->modes[0], RR_Rotate_0, &res->outputs[i], 1);
245 0, 0, None, RR_Rotate_0, NULL, 0);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinrandr.c48 *pRotations = RR_Rotate_0;
254 crtc->rotations = RR_Rotate_0;
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri2-speed.c227 0, 0, None, RR_Rotate_0, NULL, 0);
255 0, 0, output->modes[0], RR_Rotate_0, &res->outputs[i], 1);
324 0, 0, None, RR_Rotate_0, NULL, 0);
H A Ddri2-test.c298 0, 0, None, RR_Rotate_0, NULL, 0);
322 0, 0, output->modes[0], RR_Rotate_0, &res->outputs[i], 1);
333 0, 0, None, RR_Rotate_0, NULL, 0);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.c161 if (scrpriv->randr != RR_Rotate_0)
197 if (scrpriv->randr & (RR_Rotate_0|RR_Rotate_180))
291 if (screen->randr & (RR_Rotate_0|RR_Rotate_180))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86RandR.c75 *rotations = RR_Rotate_0;
371 return RR_Rotate_0;
456 randrp->rotation = RR_Rotate_0;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86RandR.c74 *rotations = RR_Rotate_0;
359 return RR_Rotate_0;
440 randrp->rotation = RR_Rotate_0;
/xsrc/external/mit/xf86-video-intel/dist/benchmarks/
H A Ddri2-swap.c502 0, 0, None, RR_Rotate_0, NULL, 0);
523 0, 0, output->modes[0], RR_Rotate_0, &res->outputs[i], 1);
572 0, 0, None, RR_Rotate_0, NULL, 0);
H A Ddri3-swap.c516 0, 0, None, RR_Rotate_0, NULL, 0);
534 0, 0, output->modes[0], RR_Rotate_0, &res->outputs[i], 1);
579 0, 0, None, RR_Rotate_0, NULL, 0);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DquartzRandR.c228 RRSetCurrentConfig(pScreen, RR_Rotate_0, pMode->refresh,
328 *rotations = RR_Rotate_0; /* TODO: support rotation */
/xsrc/external/mit/xorg-server/dist/dix/
H A Dpixmap.c210 if (rotation != RR_Rotate_0) {
410 if (!pScreen->root || dirty->rotation == RR_Rotate_0)
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_layout.c214 crtc->desiredRotation = RR_Rotate_0;

Completed in 25 milliseconds

12345