Lines Matching refs:rotate
366 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All);
369 if (rotate > RR_Rotate_270)
370 rotate /= (RR_Rotate_270 * RR_Rotate_90);
371 return reflect | rotate;
377 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All);
380 if (rotate > RR_Rotate_270)
381 rotate /= (RR_Rotate_270 * RR_Rotate_90);
382 return reflect | rotate;
452 int rotate = atoi (save);
453 if (rotate < 45)
455 else if (rotate < 135)
457 else if (rotate < 225)
459 else if (rotate < 315)