Home
last modified time | relevance | path

Searched refs:Rotation (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/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.c194 Rotation
195 KdAddRotation(Rotation a, Rotation b) in KdAddRotation()
197 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); in KdAddRotation()
198 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All); in KdAddRotation()
205 Rotation
206 KdSubRotation(Rotation a, Rotation b) in KdSubRotation()
208 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); in KdSubRotation()
209 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All); in KdSubRotation()
631 KdSetSubpixelOrder(ScreenPtr pScreen, Rotation randr) in KdSetSubpixelOrder()
636 Rotation subpixel_dir; in KdSetSubpixelOrder()
[all …]
/OK3568_Linux_fs/external/xserver/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 Dxf86Crtc.h235 Rotation rotation, int x, int y);
279 Rotation rotation;
299 Rotation desiredRotation;
600 Rotation initial_rotation;
895 Rotation rotation, RRTransformPtr transform, int x,
900 xf86CrtcSetMode(xf86CrtcPtr crtc, DisplayModePtr mode, Rotation rotation,
984 xf86SetSingleMode(ScrnInfoPtr pScrn, DisplayModePtr desired, Rotation rotation);
H A Dxf86Modes.h45 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation);
48 xf86ModeHeight(const DisplayModeRec * mode, Rotation rotation);
H A Dxf86Cursors.c50 static Rotation
62 xf86_crtc_rotate_coord(Rotation rotation, in xf86_crtc_rotate_coord()
98 xf86_crtc_rotate_coord_back(Rotation rotation, in xf86_crtc_rotate_coord_back()
270 const Rotation rotation = xf86_crtc_cursor_rotation(crtc); in xf86_crtc_convert_cursor_to_argb()
500 const Rotation rotation = xf86_crtc_cursor_rotation(crtc); in xf86_crtc_load_cursor_image()
613 const Rotation rotation = xf86_crtc_cursor_rotation(crtc); in xf86_crtc_load_cursor_argb()
H A Dxf86RandR12.c52 Rotation rotation; /* current mode */
53 Rotation supported_rotations; /* driver supported */
455 xf86RandR12GetInfo(ScreenPtr pScreen, Rotation * rotations) in xf86RandR12GetInfo()
582 Rotation rotation, int rate, RRScreenSizePtr pSize) in xf86RandR12SetConfig()
590 Rotation oldRotation = randrp->rotation; in xf86RandR12SetConfig()
741 Rotation
920 xf86RandR12SetRotations(ScreenPtr pScreen, Rotation rotations) in xf86RandR12SetRotations()
1054 Rotation rotation; in xf86RandR12CrtcNotify()
1140 Rotation rotation, in xf86RandR12CrtcSet()
1703 xf86RandR12GetInfo12(ScreenPtr pScreen, Rotation * rotations) in xf86RandR12GetInfo12()
H A Dxf86Crtc.c268 Rotation rotation, RRTransformPtr transform, int x, in xf86CrtcSetModeTransform()
279 Rotation saved_rotation; in xf86CrtcSetModeTransform()
424 xf86CrtcSetMode(xf86CrtcPtr crtc, DisplayModePtr mode, Rotation rotation, in xf86CrtcSetMode()
598 static Rotation
891 DisplayModePtr match, Rotation match_rotation, in xf86ClosestMode()
2280 Rotation r = config->output[p]->initial_rotation; in xf86TargetPreferred()
2311 Rotation ir = output->initial_rotation; in xf86TargetPreferred()
2435 Rotation target_rotation = RR_Rotate_0; in xf86TargetFallback()
2917 xf86SetSingleMode(ScrnInfoPtr pScrn, DisplayModePtr desired, Rotation rotation) in xf86SetSingleMode()
/OK3568_Linux_fs/external/xserver/randr/
H A Drandrstr.h117 Rotation rotation;
118 Rotation rotations;
218 Rotation rotation,
259 typedef Bool (*RRGetInfoProcPtr) (ScreenPtr pScreen, Rotation * rotations);
301 Rotation rotation,
312 Rotation rotation);
391 Rotation rotations;
397 Rotation rotation;
625 Rotation rotation, int rate, RRScreenSizePtr pSize);
627 extern _X_EXPORT Rotation RRGetRotation(ScreenPtr pScreen);
[all …]
H A Drrinfo.c76 RRScanOldConfig(ScreenPtr pScreen, Rotation rotations) in RRScanOldConfig()
176 Rotation rotations; in RRGetInfo()
301 Rotation
314 Rotation rotation, int rate, RRScreenSizePtr pSize) in RRSetCurrentConfig()
H A Drrtransform.h73 Rotation rotation,
H A Drrcrtc.c113 RRCrtcSetRotations(RRCrtcPtr crtc, Rotation rotations) in RRCrtcSetRotations()
136 Rotation rotation, in RRCrtcNotify()
432 int x, int y, Rotation rotation) in rrCreateSharedPixmap()
502 int x, int y, Rotation rotation, Bool sync, in rrSetupPixmapSharing()
629 RRCrtcPtr rr_crtc, Rotation rotation, in rrCheckPixmapBounding()
727 int y, Rotation rotation, int numOutputs, RROutputPtr * outputs) in RRCrtcSet()
1246 Rotation rotation; in ProcRRSetCrtcConfig()
1343 rotation = (Rotation) stuff->rotation; in ProcRRSetCrtcConfig()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.h65 Rotation randr;
175 ephyrRandRGetInfo(ScreenPtr pScreen, Rotation * rotations);
180 Rotation randr, int rate, RRScreenSizePtr pSize);
H A Dephyr.c54 static Rotation ephyrRandr = RR_Rotate_0;
403 ephyrRandRGetInfo(ScreenPtr pScreen, Rotation * rotations) in ephyrRandRGetInfo()
409 Rotation randr; in ephyrRandRGetInfo()
463 Rotation randr, int rate, RRScreenSizePtr pSize) in ephyrRandRSetConfig()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp99 if ((flagBits & ~(Translation | Rotation2D | Rotation)) == Identity) in determinant()
144 } else if ((flagBits & ~(Translation | Rotation2D | Rotation)) == Identity) { in inverted()
286 } else if (flagBits < Rotation) { in scale()
317 } else if (flagBits < Rotation) { in scale()
345 } else if (flagBits < Rotation) { in scale()
378 } else if (flagBits < Rotation) { in scale()
422 } else if (flagBits < Rotation) { in translate()
449 } else if (flagBits < Rotation) { in translate()
479 } else if (flagBits < Rotation) { in translate()
549 flagBits |= Rotation; in rotate()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c45 Rotation rotation;
65 xf86RandRGetInfo(ScreenPtr pScreen, Rotation * rotations) in xf86RandRGetInfo()
230 Rotation rotation, int rate, RRScreenSizePtr pSize) in xf86RandRSetConfig()
237 Rotation oldRotation = randrp->rotation; in xf86RandRSetConfig()
355 Rotation
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c42 static Rotation
420 xwl_randr_get_info(ScreenPtr pScreen, Rotation * rotations) in xwl_randr_get_info()
429 Rotation rotation, int rate, RRScreenSizePtr pSize) in xwl_randr_set_config()
/OK3568_Linux_fs/external/xserver/include/
H A Dpixmapstr.h97 Rotation rotation;
H A Dpixmap.h127 Rotation rotation);
/OK3568_Linux_fs/kernel/drivers/iio/orientation/
H A DKconfig24 tristate "HID Device Rotation"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h295 struct Rotation struct
297 Rotation() : m_startBearing(0.0), m_previousTouchAngle(0.0), m_totalAngle(0.0) {} in Rotation() function
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzRandR.c326 QuartzRandRGetInfo(ScreenPtr pScreen, Rotation *rotations) in QuartzRandRGetInfo()
336 Rotation randr, in QuartzRandRSetConfig()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinrandr.c43 winRandRGetInfo(ScreenPtr pScreen, Rotation * pRotations) in winRandRGetInfo()
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DREADME.modes194 Rotation rotation)
232 xf86CrtcSetMode (xf86CrtcPtr crtc, DisplayModePtr mode, Rotation rotation,
413 Rotation rotation;
433 Rotation desiredRotation;
/OK3568_Linux_fs/kernel/Documentation/arm/omap/
H A Ddss.rst167 rotate Rotation 0-3 for 0, 90, 180, 270 degrees
201 rotate Rotation 0-3 for 0, 90, 180, 270 degrees
304 Rotation and mirroring currently only supports RGB565 and RGB8888 modes. VRFB

123