Lines Matching defs:rotate
161 GXAllocateMemory(ScreenPtr pScrn, ScrnInfoPtr pScrni, int rotate)
231 if (rotate != RR_Rotate_0) {
232 if (rotate & (RR_Rotate_90 | RR_Rotate_270))
925 int rotate;
932 rotate = GXGetRotation(pScrni->pScreen);
933 ret = GXAllocateMemory(pScrni->pScreen, pScrni, rotate);
1261 /* Just setup enough for an initial rotate */
1285 int maj, min, ret, rotate;
1444 rotate = RR_Rotate_0 | RR_Rotate_90 | RR_Rotate_180 | RR_Rotate_270;
1456 rotate = pGeode->rotation = RR_Rotate_0;
1459 GXRandRInit(pScrn, rotate);