Searched refs:Rotation (Results 1 - 25 of 104) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.h34 extern _X_EXPORT void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
36 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
38 extern _X_EXPORT Rotation xf86RandR12GetRotation(ScreenPtr pScreen);
H A Dxf86Modes.h48 xf86ModeWidth (const DisplayModeRec *mode, Rotation rotation);
51 xf86ModeHeight (const DisplayModeRec *mode, Rotation rotation);
H A Dxf86Crtc.h215 Rotation rotation, int x, int y);
254 Rotation rotation;
274 Rotation desiredRotation;
559 Rotation initial_rotation;
747 xf86CrtcSetModeTransform (xf86CrtcPtr crtc, DisplayModePtr mode, Rotation rotation,
751 xf86CrtcSetMode (xf86CrtcPtr crtc, DisplayModePtr mode, Rotation rotation,
836 xf86SetSingleMode (ScrnInfoPtr pScrn, DisplayModePtr desired, Rotation rotation);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.h32 Rotation rotation);
35 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation,
37 extern _X_EXPORT Rotation xf86RandR12GetRotation(ScreenPtr pScreen);
H A Dxf86Modes.h45 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation);
48 xf86ModeHeight(const DisplayModeRec * mode, Rotation rotation);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.h39 Rotation randr;
118 fakeRandRGetInfo (ScreenPtr pScreen, Rotation *rotations);
122 Rotation randr,
/xsrc/external/mit/libXrandr/dist/src/
H A DXrandrint.h50 Rotation rotations;
51 Rotation current_rotation;
H A DXrrConfig.c45 Rotation XRRConfigRotations(XRRScreenConfiguration *config, Rotation *current_rotation)
87 Rotation *rotation)
89 *rotation = (Rotation) config->current_rotation;
119 Rotation XRRRotations(Display *dpy, int screen, Rotation *current_rotation)
126 Rotation cr = config->rotations;
369 Rotation rotation,
432 Rotation rotation, Time timestamp)
/xsrc/external/mit/libXrandr/dist/include/X11/extensions/
H A DXrandr.h64 Rotation rotation;
90 Rotation rotation; /* current rotation of associated crtc */
104 Rotation rotation; /* current rotation of associated crtc */
183 Rotation rotation,
191 Rotation rotation,
196 Rotation XRRConfigRotations(XRRScreenConfiguration *config, Rotation *current_rotation);
205 Rotation *rotation);
228 Rotation XRRRotations(Display *dpy, int screen, Rotation *current_rotatio
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.h91 Rotation randr; /* rotation and reflection */
333 Rotation KdAddRotation(Rotation a, Rotation b);
335 Rotation KdSubRotation(Rotation a, Rotation b);
359 KdSetSubpixelOrder(ScreenPtr pScreen, Rotation randr);
404 KdComputePointerMatrix(KdPointerMatrix *pointer, Rotation randr, int width,
H A Dkdrive.c188 Rotation
189 KdAddRotation(Rotation a, Rotation b)
191 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All);
192 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All);
199 Rotation
200 KdSubRotation(Rotation a, Rotation b)
202 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All);
203 Rotation reflec
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr.h64 Rotation randr;
155 ephyrRandRGetInfo (ScreenPtr pScreen, Rotation *rotations);
159 Rotation randr,
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrtransform.h74 Rotation rotation,
H A Drandrstr.h112 Rotation rotation;
113 Rotation rotations;
167 Rotation rotation,
208 typedef Bool (*RRGetInfoProcPtr) (ScreenPtr pScreen, Rotation *rotations);
229 Rotation rotation,
290 Rotation rotations;
296 Rotation rotation;
498 Rotation rotation,
502 extern _X_EXPORT Rotation
526 RRCrtcSetRotations (RRCrtcPtr crtc, Rotation rotation
[all...]
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.h73 Rotation rotation,
H A Drandrstr.h121 Rotation rotation;
122 Rotation rotations;
222 Rotation rotation,
263 typedef Bool (*RRGetInfoProcPtr) (ScreenPtr pScreen, Rotation * rotations);
305 Rotation rotation,
316 Rotation rotation);
395 Rotation rotations;
401 Rotation rotation;
634 Rotation rotation, int rate, RRScreenSizePtr pSize);
636 extern _X_EXPORT Rotation RRGetRotatio
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.h92 Rotation randr; /* rotation and reflection */
413 Rotation
414 KdAddRotation (Rotation a, Rotation b);
416 Rotation
417 KdSubRotation (Rotation a, Rotation b);
480 KdSetSubpixelOrder (ScreenPtr pScreen, Rotation randr);
552 KdComputePointerMatrix (KdPointerMatrix *pointer, Rotation randr, int width, int height);
H A Dkdrive.c363 Rotation
364 KdAddRotation (Rotation a, Rotation b)
366 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All);
367 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All);
374 Rotation
375 KdSubRotation (Rotation a, Rotation b)
377 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All);
378 Rotation reflec
[all...]
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dfbotest2.c20 static GLfloat Rotation = 0.0; variable in typeref:typename:GLfloat
63 glRotatef(Rotation, 0, 1, 0);
151 Rotation = glutGet(GLUT_ELAPSED_TIME) * 0.1;
H A Dfbotest3.c30 static GLfloat Rotation = 0.0; variable in typeref:typename:GLfloat
72 glRotatef(Rotation, 0, 1, 0);
131 Rotation = glutGet(GLUT_ELAPSED_TIME) * 0.1;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.h65 Rotation randr;
175 ephyrRandRGetInfo(ScreenPtr pScreen, Rotation * rotations);
180 Rotation randr, int rate, RRScreenSizePtr pSize);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_randr.c60 Rotation rotation; /* current mode */
61 Rotation supported_rotations; /* driver supported */
91 GXRandRGetInfo(ScreenPtr pScreen, Rotation * rotations)
249 GXRandRSetConfig(ScreenPtr pScreen, Rotation rotation,
259 Rotation oldRotation = pRandr->rotation;
335 Rotation
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.h67 Rotation rotation; /* should remove I830->rotation later*/
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.h47 Rotation randr;
/xsrc/external/mit/xorg-server/dist/include/
H A Dpixmapstr.h97 Rotation rotation;

Completed in 43 milliseconds

12345