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.Ptr
static STBIR_Info.Ptr
static STBIR_Info.Ptr
STBIR_Info.Ptr.allocate
(Arena arena, @Nullable STBIR_Info @NotNull [] values) static STBIR_Info.Ptr
STBIR_Info.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable STBIR_Info> values) static STBIR_Info.Ptr
STBIR_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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSTBIR_Info.Ptr
that 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).