Package org.ghost4j

Interface GhostscriptLibrary.display_callback_s.display_memalloc

All Superinterfaces:
com.sun.jna.Callback
Enclosing class:
GhostscriptLibrary.display_callback_s

public static interface GhostscriptLibrary.display_callback_s.display_memalloc extends com.sun.jna.Callback
Callback called to allocate memory for bitmap This is provided in case you need to create memory in a special way, e.g. shared. This will only be called to allocate the image buffer. The first row will be placed at the address returned by display_memalloc.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    callback(com.sun.jna.Pointer handle, com.sun.jna.Pointer device, com.sun.jna.NativeLong size)
     
  • Method Details

    • callback

      void callback(com.sun.jna.Pointer handle, com.sun.jna.Pointer device, com.sun.jna.NativeLong size)