Lines Matching refs:Rotation
363 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 reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All);
850 KdSetSubpixelOrder (ScreenPtr pScreen, Rotation randr)
855 Rotation subpixel_dir;
860 Rotation direction;