HomeSort by relevance Sort by last modified time
    Searched defs:rotationMatrix (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuMatrixUtil.hpp 37 Matrix<float, 2, 2> rotationMatrix (float radians);
57 inline Matrix<float, 2, 2> rotationMatrix (float radians)
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 83 Matrix rotationMatrix = new Matrix();
84 rotationMatrix.setRotate(mOrientation, 0, 0);
85 rotationMatrix.mapRect(fullResRect);
88 rotationMatrix.postTranslate(-fullResRect.left, -fullResRect.top);
89 rotationMatrix.mapRect(fullResRect, new RectF(0, 0, imageSize.x - 1,
108 rotationMatrix.invert(invertRotation);

Completed in 58 milliseconds