HomeSort by relevance Sort by last modified time
    Searched defs:rotationMatrix (Results 1 - 4 of 4) 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);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.cpp 232 AffineTransform rotationMatrix;
233 rotationMatrix.rotateRadians(rotation);
235 lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, startAngle)));
243 lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, angle)));
246 lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, angle)));
249 lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, endAngle)));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
OverridesView.js 576 var rotationMatrix = matrix.rotateAxisAngle(axis.x, axis.y, axis.z, angle);
577 this._currentMatrix = rotationMatrix.multiply(this._boxMatrix)

Completed in 1245 milliseconds