OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotateMatrix
(Results
1 - 5
of
5
) sorted by null
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
WallpaperTileInfo.java
56
Matrix
rotateMatrix
= new Matrix();
57
rotateMatrix
.setRotate(rotation);
59
rotateMatrix
.mapPoints(rotatedBounds);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
InputStreamProvider.java
69
Matrix
rotateMatrix
= new Matrix();
77
rotateMatrix
.setRotate(rotation);
86
rotateMatrix
.mapPoints(rotatedBounds);
178
rotateMatrix
.mapPoints(dimsAfter);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
378
Matrix
rotateMatrix
= new Matrix();
379
rotateMatrix
.setRotate(cropRotation);
381
rotateMatrix
.mapPoints(rotatedInSize);
598
Matrix
rotateMatrix
= new Matrix();
603
rotateMatrix
.setRotate(mRotation);
616
rotateMatrix
.mapPoints(rotatedBounds);
725
rotateMatrix
.mapPoints(dimsAfter);
[
all
...]
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperCropActivity.java
375
Matrix
rotateMatrix
= new Matrix();
376
rotateMatrix
.setRotate(cropRotation);
378
rotateMatrix
.mapPoints(rotatedInSize);
/external/skia/bench/
PathBench.cpp
131
SkMatrix
rotateMatrix
;
132
rotateMatrix
.setRotate((SkScalar)fDegrees);
133
path->transform(
rotateMatrix
);
[
all
...]
Completed in 134 milliseconds