Package app.photofox.vipsffm.generated
Class VipsRaw.vips_draw_mask
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_draw_mask
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment image, MemorySegment ink, int n, MemorySegment mask, int x, int y, Object... x6) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_draw_maskmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_draw_mask(VipsImage *image, double *ink, int n, VipsImage *mask, int x, int y, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_draw_mask(VipsImage *image, double *ink, int n, VipsImage *mask, int x, int y, ...) -
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 image, MemorySegment ink, int n, MemorySegment mask, int x, int y, Object... x6)
-