Package org.lwjgl.util.msdfgen
Class MSDFGenBitmap
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<MSDFGenBitmap>
org.lwjgl.util.msdfgen.MSDFGenBitmap
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class MSDFGenBitmap
extends org.lwjgl.system.Struct<MSDFGenBitmap>
implements org.lwjgl.system.NativeResource
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionMSDFGenBitmap(ByteBuffer container) Creates aMSDFGenBitmapinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic MSDFGenBitmapcalloc()Returns a newMSDFGenBitmapinstance allocated withmemCalloc.static MSDFGenBitmap.Buffercalloc(int capacity) Returns a newMSDFGenBitmap.Bufferinstance allocated withmemCalloc.static MSDFGenBitmap.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newMSDFGenBitmap.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static MSDFGenBitmapcalloc(org.lwjgl.system.MemoryStack stack) Returns a newMSDFGenBitmapinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static MSDFGenBitmapcreate()Returns a newMSDFGenBitmapinstance allocated withBufferUtils.static MSDFGenBitmap.Buffercreate(int capacity) Returns a newMSDFGenBitmap.Bufferinstance allocated withBufferUtils.static MSDFGenBitmapcreate(long address) Returns a newMSDFGenBitmapinstance for the specified memory address.static MSDFGenBitmap.Buffercreate(long address, int capacity) Create aMSDFGenBitmap.Bufferinstance at the specified memory.static @Nullable MSDFGenBitmapcreateSafe(long address) static @Nullable MSDFGenBitmap.BuffercreateSafe(long address, int capacity) longhandle()the handle of the associated bitmap C++ objecthandle(long value) Sets the specified value to thehandle()field.intheight()the height of this bitmap in pixelsheight(int value) Sets the specified value to theheight()field.static MSDFGenBitmapmalloc()Returns a newMSDFGenBitmapinstance allocated withmemAlloc.static MSDFGenBitmap.Buffermalloc(int capacity) Returns a newMSDFGenBitmap.Bufferinstance allocated withmemAlloc.static MSDFGenBitmap.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newMSDFGenBitmap.Bufferinstance allocated on the specifiedMemoryStack.static MSDFGenBitmapmalloc(org.lwjgl.system.MemoryStack stack) Returns a newMSDFGenBitmapinstance allocated on the specifiedMemoryStack.static longnhandle(long struct) Unsafe version ofhandle().static voidnhandle(long struct, long value) Unsafe version ofhandle.static intnheight(long struct) Unsafe version ofheight().static voidnheight(long struct, int value) Unsafe version ofheight.static intntype(long struct) Unsafe version oftype().static voidntype(long struct, int value) Unsafe version oftype.static intnwidth(long struct) Unsafe version ofwidth().static voidnwidth(long struct, int value) Unsafe version ofwidth.set(int type, int width, int height, long handle) Initializes this struct with the specified values.set(MSDFGenBitmap src) Copies the specified struct data to this struct.intsizeof()inttype()the type of this bitmap.type(int value) Sets the specified value to thetype()field.static voidvalidate(long struct) Validates pointer members that should not beNULL.intwidth()the width of this bitmap in pixelswidth(int value) Sets the specified value to thewidth()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
TYPE
public static final int TYPEThe struct member offsets. -
WIDTH
public static final int WIDTHThe struct member offsets. -
HEIGHT
public static final int HEIGHTThe struct member offsets. -
HANDLE
public static final int HANDLEThe struct member offsets.
-
-
Constructor Details
-
MSDFGenBitmap
Creates aMSDFGenBitmapinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<MSDFGenBitmap>
-
type
public int type()the type of this bitmap. One of:BITMAP_TYPE_SDFBITMAP_TYPE_PSDFBITMAP_TYPE_MSDFBITMAP_TYPE_MTSDF -
width
public int width()the width of this bitmap in pixels -
height
public int height()the height of this bitmap in pixels -
handle
public long handle()the handle of the associated bitmap C++ object -
type
Sets the specified value to thetype()field. -
width
Sets the specified value to thewidth()field. -
height
Sets the specified value to theheight()field. -
handle
Sets the specified value to thehandle()field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newMSDFGenBitmapinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newMSDFGenBitmapinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newMSDFGenBitmapinstance allocated withBufferUtils. -
create
Returns a newMSDFGenBitmapinstance for the specified memory address. -
createSafe
-
malloc
Returns a newMSDFGenBitmap.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newMSDFGenBitmap.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newMSDFGenBitmap.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aMSDFGenBitmap.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newMSDFGenBitmapinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newMSDFGenBitmapinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newMSDFGenBitmap.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newMSDFGenBitmap.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
ntype
public static int ntype(long struct) Unsafe version oftype(). -
nwidth
public static int nwidth(long struct) Unsafe version ofwidth(). -
nheight
public static int nheight(long struct) Unsafe version ofheight(). -
nhandle
public static long nhandle(long struct) Unsafe version ofhandle(). -
ntype
public static void ntype(long struct, int value) Unsafe version oftype. -
nwidth
public static void nwidth(long struct, int value) Unsafe version ofwidth. -
nheight
public static void nheight(long struct, int value) Unsafe version ofheight. -
nhandle
public static void nhandle(long struct, long value) Unsafe version ofhandle. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-