Package app.photofox.vipsffm.generated
Class VipsRaw.vips_mosaic
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_mosaic
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment ref, MemorySegment sec, MemorySegment out, int direction, int xref, int yref, int xsec, int ysec, Object... x8) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_mosaicmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_mosaic(VipsImage *ref, VipsImage *sec, VipsImage **out, VipsDirection direction, int xref, int yref, int xsec, int ysec, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_mosaic(VipsImage *ref, VipsImage *sec, VipsImage **out, VipsDirection direction, int xref, int yref, int xsec, int ysec, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment ref, MemorySegment sec, MemorySegment out, int direction, int xref, int yref, int xsec, int ysec, Object... x8)
-