Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java306 public static void nConcat(long nCanvas, long nMatrix) { in nConcat() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java796 if (matrix != null) nConcat(mNativeCanvasWrapper, matrix.native_instance); in concat()
1489 private static native void nConcat(long nativeCanvas, long nativeMatrix); in nConcat() method in Canvas