Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:orientationAngle

319   results->orientationAngle = display.RotationAsDegree();
320 if (results->orientationAngle == 90)
321 results->orientationAngle = 270;
322 else if (results->orientationAngle == 270)
323 results->orientationAngle = 90;