Lines Matching refs:rotate
197 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); in KdAddRotation() local
200 if (rotate > RR_Rotate_270) in KdAddRotation()
201 rotate /= (RR_Rotate_270 * RR_Rotate_90); in KdAddRotation()
202 return reflect | rotate; in KdAddRotation()
208 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); in KdSubRotation() local
211 if (rotate > RR_Rotate_270) in KdSubRotation()
212 rotate /= (RR_Rotate_270 * RR_Rotate_90); in KdSubRotation()
213 return reflect | rotate; in KdSubRotation()
292 int rotate = atoi(save); in KdParseScreen() local
294 if (rotate < 45) in KdParseScreen()
296 else if (rotate < 135) in KdParseScreen()
298 else if (rotate < 225) in KdParseScreen()
300 else if (rotate < 315) in KdParseScreen()