Searched refs:rotate (Results 1 - 25 of 83) sorted by last modified time

1234

/xsrc/external/mit/xterm/dist/vttests/
H A DsgrPushPop2.pl50 -r NUM rotate example-columns (e.g, -r1 puts direct-color in middle)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c240 int rotate; local in function:xf86CrtcSetScreenSubpixelOrder
243 for (rotate = 0; rotate < 4; rotate++)
244 if (crtc->rotation & (1 << rotate))
249 sc = (sc + rotate) & 0x3;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.h421 KdShadowFbAlloc(KdScreenInfo * screen, Bool rotate);
H A Dkshadow.c29 KdShadowFbAlloc(KdScreenInfo * screen, Bool rotate) argument
33 int width = rotate ? screen->height : screen->width;
34 int height = rotate ? screen->width : screen->height;
H A Dkdrive.c191 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); local in function:KdAddRotation
194 if (rotate > RR_Rotate_270)
195 rotate /= (RR_Rotate_270 * RR_Rotate_90);
196 return reflect | rotate;
202 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); local in function:KdSubRotation
205 if (rotate > RR_Rotate_270)
206 rotate /= (RR_Rotate_270 * RR_Rotate_90);
207 return reflect | rotate;
286 int rotate = atoi(save); local in function:KdParseScreen
288 if (rotate < 4
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c225 int rotate; local in function:xf86CrtcSetScreenSubpixelOrder
227 for (rotate = 0; rotate < 4; rotate++)
228 if (crtc->rotation & (1 << rotate))
233 c = (c + rotate) & 0x3;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c366 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); local in function:KdAddRotation
369 if (rotate > RR_Rotate_270)
370 rotate /= (RR_Rotate_270 * RR_Rotate_90);
371 return reflect | rotate;
377 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); local in function:KdSubRotation
380 if (rotate > RR_Rotate_270)
381 rotate /= (RR_Rotate_270 * RR_Rotate_90);
382 return reflect | rotate;
452 int rotate = atoi (save); local in function:KdParseScreen
453 if (rotate < 4
[all...]
H A Dkdrive.h613 KdShadowFbAlloc (KdScreenInfo *screen, Bool rotate);
H A Dkshadow.c29 KdShadowFbAlloc (KdScreenInfo *screen, Bool rotate) argument
33 int width = rotate ? screen->height : screen->width;
34 int height = rotate ? screen->width : screen->height;
/xsrc/external/mit/xkbprint/dist/
H A Dpsgeom.c269 fprintf(out, " gsave translate rotate /SOLID exch def\n");
677 " -90 rotate\n"
1021 fprintf(out, "%s rotate\n",
1940 fprintf(out, "%s rotate\n", XkbGeomFPText(section->angle, XkbMessage));
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_driver.c663 fPtr->rotate = WSFB_ROTATE_NONE;
668 fPtr->rotate = WSFB_ROTATE_CW;
673 fPtr->rotate = WSFB_ROTATE_CCW;
678 fPtr->rotate = WSFB_ROTATE_UD;
711 (fPtr->rotate == WSFB_ROTATE_NONE) &&
906 } else if (fPtr->rotate) {
923 windowproc, fPtr->rotate, NULL)) {
1051 if (fPtr->rotate == WSFB_ROTATE_CW
1052 || fPtr->rotate == WSFB_ROTATE_CCW) {
1057 if (fPtr->rotate
[all...]
H A Dwsfb.h71 int rotate; member in struct:__anonbf9921960108
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c1238 psav->rotate = 1;
1251 psav->rotate = -1;
3447 if(psav->rotate) {
3556 if (psav->rotate) {
H A Dsavage_driver.h365 int rotate; member in struct:_Savage
H A Dsavage_shadow.c51 if(psav->rotate == 1) {
71 srcPitch = -psav->rotate * psav->ShadowPitch;
79 if(psav->rotate == 1) {
99 srcPtr += psav->rotate;
117 srcPitch = -psav->rotate * psav->ShadowPitch >> 1;
125 if(psav->rotate == 1) {
145 srcPtr += psav->rotate;
164 srcPitch = -psav->rotate * psav->ShadowPitch;
172 if(psav->rotate == 1) {
198 srcPtr += psav->rotate *
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_shadow.c103 if(ps3v->rotate == 1) {
123 srcPitch = -ps3v->rotate * ps3v->ShadowPitch;
131 if(ps3v->rotate == 1) {
151 srcPtr += ps3v->rotate;
169 srcPitch = -ps3v->rotate * ps3v->ShadowPitch >> 1;
177 if(ps3v->rotate == 1) {
197 srcPtr += ps3v->rotate;
216 srcPitch = -ps3v->rotate * ps3v->ShadowPitch;
224 if(ps3v->rotate == 1) {
250 srcPtr += ps3v->rotate *
[all...]
H A Ds3v.h304 int rotate; member in struct:tagS3VRec
H A Ds3v_driver.c744 ps3v->rotate = 1;
749 ps3v->rotate = -1;
766 if (ps3v->rotate && ps3v->hwcursor) {
768 "HW cursor not supported with \"rotate\".\n");
2430 if(ps3v->rotate) {
2500 if (ps3v->rotate) {
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_driver.c384 pS3->rotate = 0;
389 pS3->rotate = 1;
394 pS3->rotate = -1;
412 if (pS3->rotate && pS3->HWCursor) {
414 "HW cursor not supported with \"rotate\".\n");
799 if (pS3->rotate) {
957 if (pS3->rotate) {
H A Ds3_shadow.c77 if(pS3->rotate == 1) {
97 srcPitch = -pS3->rotate * pS3->ShadowPitch;
105 if(pS3->rotate == 1) {
125 srcPtr += pS3->rotate;
143 srcPitch = -pS3->rotate * pS3->ShadowPitch >> 1;
151 if(pS3->rotate == 1) {
171 srcPtr += pS3->rotate;
190 srcPitch = -pS3->rotate * pS3->ShadowPitch;
198 if(pS3->rotate == 1) {
224 srcPtr += pS3->rotate *
[all...]
H A Ds3.h194 int rotate; member in struct:_S3Rec
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c727 pRendition->board.rotate = 1;
732 pRendition->board.rotate = -1;
745 pRendition->board.rotate) {
765 !pRendition->board.rotate){
846 if(!pRendition->board.rotate)
1124 if (pRendition->board.rotate) {
1185 !pRendition->board.rotate){
1196 if(pRendition->board.rotate) {
H A Drendition_shadow.c57 if(pRendition->board.rotate == 1) {
77 srcPitch = -pRendition->board.rotate * pRendition->board.shadowPitch;
85 if(pRendition->board.rotate == 1) {
105 srcPtr += pRendition->board.rotate;
123 srcPitch = -pRendition->board.rotate * pRendition->board.shadowPitch >> 1;
131 if(pRendition->board.rotate == 1) {
153 srcPtr += pRendition->board.rotate;
172 srcPitch = -pRendition->board.rotate * pRendition->board.shadowPitch;
180 if(pRendition->board.rotate == 1) {
208 srcPtr += pRendition->board.rotate *
[all...]
H A Dvtypes.h166 int rotate; /* Rotate clockwise or counterclockwise */ member in struct:verite_board_t
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c1192 pVia->rotate = RR_Rotate_0;
1199 pVia->rotate = RR_Rotate_0;
1216 pVia->rotate = RR_Rotate_270;
1223 pVia->rotate = RR_Rotate_90;
1230 pVia->rotate = RR_Rotate_180;

Completed in 42 milliseconds

1234