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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callback(com.sun.jna.Pointer handle, com.sun.jna.Pointer device, com.sun.jna.NativeLong size)
-