src/java.desktop/share/native/libmlib_image/mlib_ImageConvKernelConvert.c
changeset 50131 8e08d5a2614d
parent 49843 e0af66d6e968
child 56721 01b558efd286
equal deleted inserted replaced
50014:09cbe16c0662 50131:8e08d5a2614d
     1 /*
     1 /*
     2  * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    76 }
    76 }
    77 
    77 
    78 #endif /* __sparc */
    78 #endif /* __sparc */
    79 
    79 
    80 /***************************************************************/
    80 /***************************************************************/
    81 JNIEXPORT mlib_status JNICALL mlib_ImageConvKernelConvert(mlib_s32       *ikernel,
    81 JNIEXPORT
       
    82 mlib_status mlib_ImageConvKernelConvert(mlib_s32       *ikernel,
    82                                         mlib_s32       *iscale,
    83                                         mlib_s32       *iscale,
    83                                         const mlib_d64 *fkernel,
    84                                         const mlib_d64 *fkernel,
    84                                         mlib_s32       m,
    85                                         mlib_s32       m,
    85                                         mlib_s32       n,
    86                                         mlib_s32       n,
    86                                         mlib_type      type)
    87                                         mlib_type      type)