Home | History | Annotate | Download | only in test

Lines Matching refs:rotate

65   gfx::Transform rotate;
71 rotate.Translate(display_.bounds().height() - one_pixel, 0);
72 rotate.Rotate(90);
75 rotate.Translate(0, display_.bounds().width() - one_pixel);
76 rotate.Rotate(270);
79 rotate.Translate(display_.bounds().width() - one_pixel,
81 rotate.Rotate(180);
85 return rotate;