< prev index next >

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

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2003, 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, 2020, 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
*** 64,94 **** /***************************************************************/ mlib_status mlib_convMxNnw_u8(MLIB_PARAMS_CONV_MN_NW) { - #ifdef __sparc - return mlib_c_convMxNnw_u8(MLIB_CALL_PARAMS_CONV_MN_NW); - #else - if (mlib_ImageConvVersion(m, n, scale, MLIB_BYTE) == 0) return mlib_c_convMxNnw_u8(MLIB_CALL_PARAMS_CONV_MN_NW); else return mlib_i_convMxNnw_u8(MLIB_CALL_PARAMS_CONV_MN_NW); - #endif /* __sparc */ } /***************************************************************/ mlib_status mlib_convMxNext_u8(MLIB_PARAMS_CONV_MN_EXT) { - #ifdef __sparc - return mlib_c_convMxNext_u8(MLIB_CALL_PARAMS_CONV_MN_EXT); - #else - if (mlib_ImageConvVersion(m, n, scale, MLIB_BYTE) == 0) return mlib_c_convMxNext_u8(MLIB_CALL_PARAMS_CONV_MN_EXT); else return mlib_i_convMxNext_u8(MLIB_CALL_PARAMS_CONV_MN_EXT); - #endif /* __sparc */ } /***************************************************************/ --- 64,84 ----
< prev index next >