Class mln_screen_box

java.lang.Object
org.maplibre.nativeffi.internal.c.mln_screen_box

public class mln_screen_box extends Object
struct mln_screen_box {
    mln_screen_point min;
    mln_screen_point max;
}
  • Method Details

    • layout

      public static final GroupLayout layout()
      The layout of this struct
    • min$layout

      public static final GroupLayout min$layout()
      Layout for field:
      mln_screen_point min
      
    • min$offset

      public static final long min$offset()
      Offset for field:
      mln_screen_point min
      
    • min

      public static MemorySegment min(MemorySegment struct)
      Getter for field:
      mln_screen_point min
      
    • min

      public static void min(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      mln_screen_point min
      
    • max$layout

      public static final GroupLayout max$layout()
      Layout for field:
      mln_screen_point max
      
    • max$offset

      public static final long max$offset()
      Offset for field:
      mln_screen_point max
      
    • max

      public static MemorySegment max(MemorySegment struct)
      Getter for field:
      mln_screen_point max
      
    • max

      public static void max(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      mln_screen_point max
      
    • asSlice

      public static MemorySegment asSlice(MemorySegment array, long index)
      Obtains a slice of arrayParam which selects the array element at index. The returned segment has address arrayParam.address() + index * layout().byteSize()
    • sizeof

      public static long sizeof()
      The size (in bytes) of this struct
    • allocate

      public static MemorySegment allocate(SegmentAllocator allocator)
      Allocate a segment of size layout().byteSize() using allocator
    • allocateArray

      public static MemorySegment allocateArray(long elementCount, SegmentAllocator allocator)
      Allocate an array of size elementCount using allocator. The returned segment has size elementCount * layout().byteSize().
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size layout().byteSize()
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size elementCount * layout().byteSize()