Searched refs:native_skew (Results 1 – 2 of 2) sorted by relevance
614 native_skew(mNativeCanvasWrapper, sx, sy); in skew()2022 private static native void native_skew(long canvasHandle, in native_skew() method in Canvas
304 public static void native_skew(long nativeCanvas, float kx, float ky) { in native_skew() method in Canvas_Delegate