Home | History | Annotate | Download | only in chromium

Lines Matching refs:ortho

66     TransformationMatrix ortho;
68 return ortho;
69 ortho.setM11(2.0f / deltaX);
70 ortho.setM41(-(right + left) / deltaX);
71 ortho.setM22(2.0f / deltaY);
72 ortho.setM42(-(top + bottom) / deltaY);
76 ortho.setM33(0);
78 return ortho;