OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotationMatrix
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java
61
Matrix
rotationMatrix
= new Matrix();
62
rotationMatrix
.setRotate(mOrientation, 0, 0);
63
rotationMatrix
.mapRect(fullResRect);
66
rotationMatrix
.postTranslate(-fullResRect.left, -fullResRect.top);
67
rotationMatrix
.mapRect(fullResRect, new RectF(0, 0, mFullResImageWidth - 1,
86
rotationMatrix
.invert(invertRotation);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.cpp
234
AffineTransform
rotationMatrix
;
235
rotationMatrix
.rotate(rad2deg(rotation));
237
lineToFloatPoint(path, center +
rotationMatrix
.mapPoint(getPointOnEllipse(radiusX, radiusY, startAngle)));
246
lineToFloatPoint(path, center +
rotationMatrix
.mapPoint(getPointOnEllipse(radiusX, radiusY, angle)));
249
lineToFloatPoint(path, center +
rotationMatrix
.mapPoint(getPointOnEllipse(radiusX, radiusY, angle)));
252
lineToFloatPoint(path, center +
rotationMatrix
.mapPoint(getPointOnEllipse(radiusX, radiusY, endAngle)));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverridesView.js
[
all
...]
Completed in 211 milliseconds