jdk/src/java.desktop/share/native/libmlib_image/mlib_ImageUtils.c
changeset 33653 c1ee09fe3274
parent 25859 3317bb8137f4
equal deleted inserted replaced
32995:a62c89adce3d 33653:c1ee09fe3274
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2015, 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
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 
    26 
    27 #include "mlib_image.h"
    27 #include "mlib_image.h"
       
    28 
       
    29 #include <jni.h>
       
    30 #include "jni_util.h"
       
    31 
       
    32 /*
       
    33  * Declare library specific JNI_Onload entry if static build
       
    34  */
       
    35 DEF_STATIC_JNI_OnLoad
    28 
    36 
    29 /***************************************************************/
    37 /***************************************************************/
    30 typedef union {
    38 typedef union {
    31   mlib_d64 db;
    39   mlib_d64 db;
    32   struct {
    40   struct {