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 recordRepresents a pointer tostbir__infohandle(s) in native memory.Methods in club.doki7.stb.imageresize.handle that return STBIR_InfoModifier and TypeMethodDescription@Nullable STBIR_InfoSTBIR_Info.Ptr.read()@Nullable STBIR_InfoSTBIR_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.PtrSTBIR_Info.Ptr.allocate(Arena arena, @Nullable STBIR_Info @NotNull [] values) static STBIR_Info.PtrSTBIR_Info.Ptr.allocateV(Arena arena, @Nullable STBIR_Info value0, @Nullable STBIR_Info... values) voidSTBIR_Info.Ptr.write(long index, @Nullable STBIR_Info value) voidSTBIR_Info.Ptr.write(@Nullable STBIR_Info value) voidSTBIR_Info.Ptr.write(@Nullable STBIR_Info[] values) voidSTBIR_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.PtrSTBIR_Info.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable STBIR_Info> values)