| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.h | 91 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 D | kdrive.c | 194 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 D | xf86RandR12.h | 32 Rotation rotation); 35 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, 37 extern _X_EXPORT Rotation xf86RandR12GetRotation(ScreenPtr pScreen);
|
| H A D | xf86Crtc.h | 235 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 D | xf86Modes.h | 45 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation); 48 xf86ModeHeight(const DisplayModeRec * mode, Rotation rotation);
|
| H A D | xf86Cursors.c | 50 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 D | xf86RandR12.c | 52 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 D | xf86Crtc.c | 268 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 D | randrstr.h | 117 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 D | rrinfo.c | 76 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 D | rrtransform.h | 73 Rotation rotation,
|
| H A D | rrcrtc.c | 113 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 D | ephyr.h | 65 Rotation randr; 175 ephyrRandRGetInfo(ScreenPtr pScreen, Rotation * rotations); 180 Rotation randr, int rate, RRScreenSizePtr pSize);
|
| H A D | ephyr.c | 54 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 D | qdoublematrix4x4.cpp | 99 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 D | xf86RandR.c | 45 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 D | xwayland-output.c | 42 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 D | pixmapstr.h | 97 Rotation rotation;
|
| H A D | pixmap.h | 127 Rotation rotation);
|
| /OK3568_Linux_fs/kernel/drivers/iio/orientation/ |
| H A D | Kconfig | 24 tristate "HID Device Rotation"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qquickgeomapgesturearea_p.h | 295 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 D | quartzRandR.c | 326 QuartzRandRGetInfo(ScreenPtr pScreen, Rotation *rotations) in QuartzRandRGetInfo() 336 Rotation randr, in QuartzRandRSetConfig()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winrandr.c | 43 winRandRGetInfo(ScreenPtr pScreen, Rotation * pRotations) in winRandRGetInfo()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | README.modes | 194 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 D | dss.rst | 167 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
|