Home | History | Annotate | Download | only in display

Lines Matching refs:Rotate

68   gfx::Transform rotate;
76 rotate.Translate(display.bounds().height() - one_pixel, 0);
77 rotate.Rotate(90);
80 rotate.Translate(0, display.bounds().width() - one_pixel);
81 rotate.Rotate(270);
84 rotate.Translate(display.bounds().width() - one_pixel,
86 rotate.Rotate(180);
90 RoundNearZero(&rotate);
91 return rotate;