Lines Matching refs:Rotation
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()
641 Rotation direction; in KdSetSubpixelOrder()