src/solaris/native/sun/awt/awt_Mlib.h

Print this page




  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 #ifndef _AWT_MLIB_H_
  26 #define _AWT_MLIB_H_
  27 
  28 #include "awt_ImagingLib.h"
  29 
  30 typedef void (*mlib_start_timer)(int);
  31 typedef void (*mlib_stop_timer)(int, int);
  32 
  33 mlib_status awt_getImagingLib(JNIEnv *, mlibFnS_t *, mlibSysFnS_t *);
  34 mlib_start_timer awt_setMlibStartTimer();
  35 mlib_stop_timer awt_setMlibStopTimer();
  36 void awt_getBIColorOrder(int type, int *colorOrder);
  37 
  38 #endif /* _AWT_MLIB_H */


  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 #ifndef _AWT_MLIB_H_
  26 #define _AWT_MLIB_H_
  27 
  28 #include "awt_ImagingLib.h"
  29 
  30 typedef void (*mlib_start_timer)(int);
  31 typedef void (*mlib_stop_timer)(int, int);
  32 
  33 mlib_status awt_getImagingLib(JNIEnv *, mlibFnS_t *, mlibSysFnS_t *);
  34 mlib_start_timer awt_setMlibStartTimer();
  35 mlib_stop_timer awt_setMlibStopTimer();

  36 
  37 #endif /* _AWT_MLIB_H */