Lines Matching refs:Rotation
188 Rotation
189 KdAddRotation(Rotation a, Rotation b)
191 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All);
192 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All);
199 Rotation
200 KdSubRotation(Rotation a, Rotation b)
202 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All);
203 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All);
625 KdSetSubpixelOrder(ScreenPtr pScreen, Rotation randr)
630 Rotation subpixel_dir;
635 Rotation direction;