< prev index next >

src/java.desktop/share/native/libmlib_image/mlib_ImageAffine.c

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -297,11 +297,12 @@
 
   return res;
 }
 
 /***************************************************************/
-JNIEXPORT mlib_status JNICALL mlib_ImageAffine(mlib_image       *dst,
+JNIEXPORT
+mlib_status mlib_ImageAffine(mlib_image       *dst,
                              const mlib_image *src,
                              const mlib_d64   *mtx,
                              mlib_filter      filter,
                              mlib_edge        edge)
 {
< prev index next >