Lines Matching refs:rotation
60 static const char *rotation_to_str(Rotation rotation)
62 switch (rotation & RR_Rotate_All) {
72 static const char *reflection_to_str(Rotation rotation)
74 switch (rotation & RR_Reflect_All) {
85 Rotation rotation, int x, int y)
90 "switch to mode %dx%d on %s, position (%d, %d), rotation %s, reflection %s\n",
93 x, y, rotation_to_str(rotation), reflection_to_str(rotation));