OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotateRect
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/util/
RectUtils.java
59
public static void
rotateRect
(final int degrees, final int px, final int py, final Rect rect) {
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java
399
RectUtils.
rotateRect
(orientation, bounds.centerX(), bounds.centerY(), rotatedBounds);
Completed in 557 milliseconds