Uses of Record Class
club.doki7.stb.imageresize.handle.STBIR_Info
Packages that use STBIR_Info
-
Uses of STBIR_Info in club.doki7.stb.imageresize.datatype
Methods in club.doki7.stb.imageresize.datatype that return STBIR_InfoMethods in club.doki7.stb.imageresize.datatype with parameters of type STBIR_Info -
Uses of STBIR_Info in club.doki7.stb.imageresize.handle
Classes in club.doki7.stb.imageresize.handle that implement interfaces with type arguments of type STBIR_InfoModifier and TypeClassDescriptionstatic final record
Represents a pointer tostbir__info
handle(s) in native memory.Methods in club.doki7.stb.imageresize.handle that return STBIR_InfoModifier and TypeMethodDescription@Nullable STBIR_Info
STBIR_Info.Ptr.read()
@Nullable STBIR_Info
STBIR_Info.Ptr.read
(long index) Methods in club.doki7.stb.imageresize.handle that return types with arguments of type STBIR_InfoMethods in club.doki7.stb.imageresize.handle with parameters of type STBIR_InfoModifier and TypeMethodDescriptionstatic STBIR_Info.Ptr
STBIR_Info.Ptr.allocate
(Arena arena, @Nullable STBIR_Info @NotNull [] values) static STBIR_Info.Ptr
STBIR_Info.Ptr.allocateV
(Arena arena, @Nullable STBIR_Info value0, @Nullable STBIR_Info... values) void
STBIR_Info.Ptr.write
(long index, @Nullable STBIR_Info value) void
STBIR_Info.Ptr.write
(@Nullable STBIR_Info value) void
STBIR_Info.Ptr.write
(@Nullable STBIR_Info[] values) void
STBIR_Info.Ptr.writeV
(@Nullable STBIR_Info value0, @Nullable STBIR_Info... values) Method parameters in club.doki7.stb.imageresize.handle with type arguments of type STBIR_InfoModifier and TypeMethodDescriptionstatic STBIR_Info.Ptr
STBIR_Info.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable STBIR_Info> values)