< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2011, 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 --- 1,7 ---- /* ! * 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
*** 88,98 **** #include "mlib_c_ImageConv.h" #include "mlib_ImageClipping.h" #include "mlib_ImageConvEdge.h" /***************************************************************/ ! JNIEXPORT mlib_status JNICALL mlib_ImageConvMxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, --- 88,99 ---- #include "mlib_c_ImageConv.h" #include "mlib_ImageClipping.h" #include "mlib_ImageConvEdge.h" /***************************************************************/ ! JNIEXPORT ! mlib_status mlib_ImageConvMxN(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm,
< prev index next >