Home | History | Annotate | Download | only in test

Lines Matching refs:Rotate

84   gfx::Transform rotate;
89 rotate.Translate(display_.bounds().height(), 0);
90 rotate.Rotate(90);
93 rotate.Translate(0, display_.bounds().width());
94 rotate.Rotate(270);
97 rotate.Translate(display_.bounds().width(),
99 rotate.Rotate(180);
103 return rotate;