< prev index next >

src/java.desktop/share/native/libawt/java2d/loops/AlphaMath.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2005, 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) 2000, 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
*** 24,35 **** */ #ifndef AlphaMath_h_Included #define AlphaMath_h_Included ! extern unsigned char mul8table[256][256]; ! extern unsigned char div8table[256][256]; extern void initAlphaTables(); /* * Multiply and Divide macros for single byte (8-bit) quantities representing --- 24,37 ---- */ #ifndef AlphaMath_h_Included #define AlphaMath_h_Included ! #include "jni.h" ! ! JNIEXPORT extern unsigned char mul8table[256][256]; ! JNIEXPORT extern unsigned char div8table[256][256]; extern void initAlphaTables(); /* * Multiply and Divide macros for single byte (8-bit) quantities representing
< prev index next >