src/java.desktop/share/native/libawt/java2d/loops/AlphaMath.h
branchihse-remove-mapfiles-branch
changeset 56721 01b558efd286
parent 56106 40e61db323c2
parent 49440 396ea30afbd5
equal deleted inserted replaced
56118:edf8a95b46e5 56721:01b558efd286
    26 #ifndef AlphaMath_h_Included
    26 #ifndef AlphaMath_h_Included
    27 #define AlphaMath_h_Included
    27 #define AlphaMath_h_Included
    28 
    28 
    29 #include "jni.h"
    29 #include "jni.h"
    30 
    30 
    31 extern unsigned char mul8table[256][256];
    31 JNIEXPORT extern unsigned char mul8table[256][256];
    32 JNIEXPORT extern unsigned char div8table[256][256];
    32 JNIEXPORT extern unsigned char div8table[256][256];
    33 extern void initAlphaTables();
    33 extern void initAlphaTables();
    34 
    34 
    35 
    35 
    36 /*
    36 /*