Uses of Record Class
club.doki7.stb.imageresize.handle.STBIR_Info.Ptr
Packages that use STBIR_Info.Ptr
-
Uses of STBIR_Info.Ptr in club.doki7.stb.imageresize.handle
Methods in club.doki7.stb.imageresize.handle that return STBIR_Info.PtrModifier and TypeMethodDescriptionstatic STBIR_Info.Ptrstatic STBIR_Info.Ptrstatic STBIR_Info.PtrSTBIR_Info.Ptr.allocate(Arena arena, @Nullable STBIR_Info @NotNull [] values) static STBIR_Info.PtrSTBIR_Info.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable STBIR_Info> values) static STBIR_Info.PtrSTBIR_Info.Ptr.allocateV(Arena arena, @Nullable STBIR_Info value0, @Nullable STBIR_Info... values) STBIR_Info.Ptr.offset(long offset) STBIR_Info.Ptr.reinterpret(long newSize) Assume theSTBIR_Info.Ptris capable of holding at leastnewSizehandles, create a new viewSTBIR_Info.Ptrthat uses the same backing storage as thisSTBIR_Info.Ptr, but with the new size.STBIR_Info.Ptr.slice(long end) STBIR_Info.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).