< prev index next >

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

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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

@@ -76,11 +76,12 @@
 #include "mlib_ImageCheck.h"
 #include "mlib_ImageLookUp.h"
 #include "mlib_c_ImageLookUp.h"
 
 /***************************************************************/
-JNIEXPORT mlib_status JNICALL mlib_ImageLookUp(mlib_image       *dst,
+JNIEXPORT
+mlib_status mlib_ImageLookUp(mlib_image       *dst,
                              const mlib_image *src,
                              const void       **table)
 {
   mlib_s32   slb, dlb, xsize, ysize, nchan, ichan, bitoff_src;
   mlib_type  stype, dtype;
< prev index next >