Package app.photofox.vipsffm.generated
Class VipsRaw.vips_mosaic1
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_mosaic1
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment ref, MemorySegment sec, MemorySegment out, int direction, int xr1, int yr1, int xs1, int ys1, int xr2, int yr2, int xs2, int ys2, Object... x12) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_mosaic1makeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_mosaic1(VipsImage *ref, VipsImage *sec, VipsImage **out, VipsDirection direction, int xr1, int yr1, int xs1, int ys1, int xr2, int yr2, int xs2, int ys2, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_mosaic1(VipsImage *ref, VipsImage *sec, VipsImage **out, VipsDirection direction, int xr1, int yr1, int xs1, int ys1, int xr2, int yr2, int xs2, int ys2, ...) -
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 xr1, int yr1, int xs1, int ys1, int xr2, int yr2, int xs2, int ys2, Object... x12)
-