Home
last modified time | relevance | path

Searched refs:nRotate (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java271 public static void nRotate(long nativeCanvas, float degrees) { in nRotate() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java761 nRotate(mNativeCanvasWrapper, degrees); in rotate()
1485 private static native void nRotate(long canvasHandle, float degrees); in nRotate() method in Canvas