code
stringlengths
11
173k
docstring
stringlengths
2
593k
func_name
stringlengths
2
189
language
stringclasses
1 value
repo
stringclasses
833 values
path
stringlengths
11
294
url
stringlengths
60
339
license
stringclasses
4 values
public FT_SvgGlyph(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code FT_SvgGlyph} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p>
FT_SvgGlyph::FT_SvgGlyph
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public FT_Size_Metrics metrics() { return nmetrics(address()); }
Creates a {@code FT_SvgGlyph} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_SvgGlyph(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field.
FT_SvgGlyph::metrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public FT_Matrix transform() { return ntransform(address()); }
Creates a {@code FT_SvgGlyph} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_SvgGlyph(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field. public FT_Size_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code units_per_EM} field. @NativeType("FT_UShort") public short units_per_EM() { return nunits_per_EM(address()); } /** @return the value of the {@code start_glyph_id} field. @NativeType("FT_UShort") public short start_glyph_id() { return nstart_glyph_id(address()); } /** @return the value of the {@code end_glyph_id} field. @NativeType("FT_UShort") public short end_glyph_id() { return nend_glyph_id(address()); } /** @return a {@link FT_Matrix} view of the {@code transform} field.
FT_SvgGlyph::transform
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public FT_Vector delta() { return ndelta(address()); }
Creates a {@code FT_SvgGlyph} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_SvgGlyph(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field. public FT_Size_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code units_per_EM} field. @NativeType("FT_UShort") public short units_per_EM() { return nunits_per_EM(address()); } /** @return the value of the {@code start_glyph_id} field. @NativeType("FT_UShort") public short start_glyph_id() { return nstart_glyph_id(address()); } /** @return the value of the {@code end_glyph_id} field. @NativeType("FT_UShort") public short end_glyph_id() { return nend_glyph_id(address()); } /** @return a {@link FT_Matrix} view of the {@code transform} field. public FT_Matrix transform() { return ntransform(address()); } /** @return a {@link FT_Vector} view of the {@code delta} field.
FT_SvgGlyph::delta
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static FT_SvgGlyph create(long address) { return new FT_SvgGlyph(address, null); }
Creates a {@code FT_SvgGlyph} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_SvgGlyph(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field. public FT_Size_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code units_per_EM} field. @NativeType("FT_UShort") public short units_per_EM() { return nunits_per_EM(address()); } /** @return the value of the {@code start_glyph_id} field. @NativeType("FT_UShort") public short start_glyph_id() { return nstart_glyph_id(address()); } /** @return the value of the {@code end_glyph_id} field. @NativeType("FT_UShort") public short end_glyph_id() { return nend_glyph_id(address()); } /** @return a {@link FT_Matrix} view of the {@code transform} field. public FT_Matrix transform() { return ntransform(address()); } /** @return a {@link FT_Vector} view of the {@code delta} field. public FT_Vector delta() { return ndelta(address()); } // ----------------------------------- /** Returns a new {@code FT_SvgGlyph} instance for the specified memory address.
FT_SvgGlyph::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static @Nullable FT_SvgGlyph createSafe(long address) { return address == NULL ? null : new FT_SvgGlyph(address, null); }
Creates a {@code FT_SvgGlyph} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_SvgGlyph(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field. public FT_Size_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code units_per_EM} field. @NativeType("FT_UShort") public short units_per_EM() { return nunits_per_EM(address()); } /** @return the value of the {@code start_glyph_id} field. @NativeType("FT_UShort") public short start_glyph_id() { return nstart_glyph_id(address()); } /** @return the value of the {@code end_glyph_id} field. @NativeType("FT_UShort") public short end_glyph_id() { return nend_glyph_id(address()); } /** @return a {@link FT_Matrix} view of the {@code transform} field. public FT_Matrix transform() { return ntransform(address()); } /** @return a {@link FT_Vector} view of the {@code delta} field. public FT_Vector delta() { return ndelta(address()); } // ----------------------------------- /** Returns a new {@code FT_SvgGlyph} instance for the specified memory address. public static FT_SvgGlyph create(long address) { return new FT_SvgGlyph(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_SvgGlyph::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
FT_SvgGlyph::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_SvgGlyph::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}.
FT_SvgGlyph::nroot
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}.
FT_SvgGlyph::nsvg_document
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}.
FT_SvgGlyph::nsvg_document_length
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static int nglyph_index(long struct) { return memGetInt(struct + FT_SvgGlyph.GLYPH_INDEX); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}. public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); } /** Unsafe version of {@link #glyph_index}.
FT_SvgGlyph::nglyph_index
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static FT_Size_Metrics nmetrics(long struct) { return FT_Size_Metrics.create(struct + FT_SvgGlyph.METRICS); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}. public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_SvgGlyph.GLYPH_INDEX); } /** Unsafe version of {@link #metrics}.
FT_SvgGlyph::nmetrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static short nunits_per_EM(long struct) { return memGetShort(struct + FT_SvgGlyph.UNITS_PER_EM); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}. public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_SvgGlyph.GLYPH_INDEX); } /** Unsafe version of {@link #metrics}. public static FT_Size_Metrics nmetrics(long struct) { return FT_Size_Metrics.create(struct + FT_SvgGlyph.METRICS); } /** Unsafe version of {@link #units_per_EM}.
FT_SvgGlyph::nunits_per_EM
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static short nstart_glyph_id(long struct) { return memGetShort(struct + FT_SvgGlyph.START_GLYPH_ID); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}. public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_SvgGlyph.GLYPH_INDEX); } /** Unsafe version of {@link #metrics}. public static FT_Size_Metrics nmetrics(long struct) { return FT_Size_Metrics.create(struct + FT_SvgGlyph.METRICS); } /** Unsafe version of {@link #units_per_EM}. public static short nunits_per_EM(long struct) { return memGetShort(struct + FT_SvgGlyph.UNITS_PER_EM); } /** Unsafe version of {@link #start_glyph_id}.
FT_SvgGlyph::nstart_glyph_id
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static short nend_glyph_id(long struct) { return memGetShort(struct + FT_SvgGlyph.END_GLYPH_ID); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}. public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_SvgGlyph.GLYPH_INDEX); } /** Unsafe version of {@link #metrics}. public static FT_Size_Metrics nmetrics(long struct) { return FT_Size_Metrics.create(struct + FT_SvgGlyph.METRICS); } /** Unsafe version of {@link #units_per_EM}. public static short nunits_per_EM(long struct) { return memGetShort(struct + FT_SvgGlyph.UNITS_PER_EM); } /** Unsafe version of {@link #start_glyph_id}. public static short nstart_glyph_id(long struct) { return memGetShort(struct + FT_SvgGlyph.START_GLYPH_ID); } /** Unsafe version of {@link #end_glyph_id}.
FT_SvgGlyph::nend_glyph_id
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static FT_Matrix ntransform(long struct) { return FT_Matrix.create(struct + FT_SvgGlyph.TRANSFORM); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}. public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_SvgGlyph.GLYPH_INDEX); } /** Unsafe version of {@link #metrics}. public static FT_Size_Metrics nmetrics(long struct) { return FT_Size_Metrics.create(struct + FT_SvgGlyph.METRICS); } /** Unsafe version of {@link #units_per_EM}. public static short nunits_per_EM(long struct) { return memGetShort(struct + FT_SvgGlyph.UNITS_PER_EM); } /** Unsafe version of {@link #start_glyph_id}. public static short nstart_glyph_id(long struct) { return memGetShort(struct + FT_SvgGlyph.START_GLYPH_ID); } /** Unsafe version of {@link #end_glyph_id}. public static short nend_glyph_id(long struct) { return memGetShort(struct + FT_SvgGlyph.END_GLYPH_ID); } /** Unsafe version of {@link #transform}.
FT_SvgGlyph::ntransform
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public static FT_Vector ndelta(long struct) { return FT_Vector.create(struct + FT_SvgGlyph.DELTA); }
Create a {@link FT_SvgGlyph.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_SvgGlyph.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_SvgGlyph.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #root}. public static FT_Glyph nroot(long struct) { return FT_Glyph.create(struct + FT_SvgGlyph.ROOT); } /** Unsafe version of {@link #svg_document() svg_document}. public static ByteBuffer nsvg_document(long struct) { return memByteBuffer(memGetAddress(struct + FT_SvgGlyph.SVG_DOCUMENT), (int)nsvg_document_length(struct)); } /** Unsafe version of {@link #svg_document_length}. public static long nsvg_document_length(long struct) { return memGetCLong(struct + FT_SvgGlyph.SVG_DOCUMENT_LENGTH); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_SvgGlyph.GLYPH_INDEX); } /** Unsafe version of {@link #metrics}. public static FT_Size_Metrics nmetrics(long struct) { return FT_Size_Metrics.create(struct + FT_SvgGlyph.METRICS); } /** Unsafe version of {@link #units_per_EM}. public static short nunits_per_EM(long struct) { return memGetShort(struct + FT_SvgGlyph.UNITS_PER_EM); } /** Unsafe version of {@link #start_glyph_id}. public static short nstart_glyph_id(long struct) { return memGetShort(struct + FT_SvgGlyph.START_GLYPH_ID); } /** Unsafe version of {@link #end_glyph_id}. public static short nend_glyph_id(long struct) { return memGetShort(struct + FT_SvgGlyph.END_GLYPH_ID); } /** Unsafe version of {@link #transform}. public static FT_Matrix ntransform(long struct) { return FT_Matrix.create(struct + FT_SvgGlyph.TRANSFORM); } /** Unsafe version of {@link #delta}.
FT_SvgGlyph::ndelta
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public FT_Size_Metrics metrics() { return FT_SvgGlyph.nmetrics(address()); }
Creates a new {@code FT_SvgGlyph.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_SvgGlyph#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_SvgGlyph getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return FT_SvgGlyph.nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return FT_SvgGlyph.nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return FT_SvgGlyph.nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_SvgGlyph.nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field.
Buffer::metrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public FT_Matrix transform() { return FT_SvgGlyph.ntransform(address()); }
Creates a new {@code FT_SvgGlyph.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_SvgGlyph#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_SvgGlyph getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return FT_SvgGlyph.nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return FT_SvgGlyph.nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return FT_SvgGlyph.nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_SvgGlyph.nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field. public FT_Size_Metrics metrics() { return FT_SvgGlyph.nmetrics(address()); } /** @return the value of the {@code units_per_EM} field. @NativeType("FT_UShort") public short units_per_EM() { return FT_SvgGlyph.nunits_per_EM(address()); } /** @return the value of the {@code start_glyph_id} field. @NativeType("FT_UShort") public short start_glyph_id() { return FT_SvgGlyph.nstart_glyph_id(address()); } /** @return the value of the {@code end_glyph_id} field. @NativeType("FT_UShort") public short end_glyph_id() { return FT_SvgGlyph.nend_glyph_id(address()); } /** @return a {@link FT_Matrix} view of the {@code transform} field.
Buffer::transform
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public FT_Vector delta() { return FT_SvgGlyph.ndelta(address()); }
Creates a new {@code FT_SvgGlyph.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_SvgGlyph#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_SvgGlyph getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link FT_Glyph} view of the {@code root} field. @NativeType("FT_GlyphRec") public FT_Glyph root() { return FT_SvgGlyph.nroot(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code svg_document} field. @NativeType("FT_Byte *") public ByteBuffer svg_document() { return FT_SvgGlyph.nsvg_document(address()); } /** @return the value of the {@code svg_document_length} field. @NativeType("FT_ULong") public long svg_document_length() { return FT_SvgGlyph.nsvg_document_length(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_SvgGlyph.nglyph_index(address()); } /** @return a {@link FT_Size_Metrics} view of the {@code metrics} field. public FT_Size_Metrics metrics() { return FT_SvgGlyph.nmetrics(address()); } /** @return the value of the {@code units_per_EM} field. @NativeType("FT_UShort") public short units_per_EM() { return FT_SvgGlyph.nunits_per_EM(address()); } /** @return the value of the {@code start_glyph_id} field. @NativeType("FT_UShort") public short start_glyph_id() { return FT_SvgGlyph.nstart_glyph_id(address()); } /** @return the value of the {@code end_glyph_id} field. @NativeType("FT_UShort") public short end_glyph_id() { return FT_SvgGlyph.nend_glyph_id(address()); } /** @return a {@link FT_Matrix} view of the {@code transform} field. public FT_Matrix transform() { return FT_SvgGlyph.ntransform(address()); } /** @return a {@link FT_Vector} view of the {@code delta} field.
Buffer::delta
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_SvgGlyph.java
BSD-3-Clause
public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p>
FT_GlyphSlot::FT_GlyphSlot
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public @Nullable FT_GlyphSlot next() { return nnext(address()); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field.
FT_GlyphSlot::next
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Generic generic() { return ngeneric(address()); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field.
FT_GlyphSlot::generic
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Glyph_Metrics metrics() { return nmetrics(address()); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field.
FT_GlyphSlot::metrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Vector advance() { return nadvance(address()); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field.
FT_GlyphSlot::advance
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Bitmap bitmap() { return nbitmap(address()); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field. public FT_Vector advance() { return nadvance(address()); } /** @return the value of the {@code format} field. @NativeType("FT_Glyph_Format") public int format() { return nformat(address()); } /** @return a {@link FT_Bitmap} view of the {@code bitmap} field.
FT_GlyphSlot::bitmap
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Outline outline() { return noutline(address()); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field. public FT_Vector advance() { return nadvance(address()); } /** @return the value of the {@code format} field. @NativeType("FT_Glyph_Format") public int format() { return nformat(address()); } /** @return a {@link FT_Bitmap} view of the {@code bitmap} field. public FT_Bitmap bitmap() { return nbitmap(address()); } /** @return the value of the {@code bitmap_left} field. @NativeType("FT_Int") public int bitmap_left() { return nbitmap_left(address()); } /** @return the value of the {@code bitmap_top} field. @NativeType("FT_Int") public int bitmap_top() { return nbitmap_top(address()); } /** @return a {@link FT_Outline} view of the {@code outline} field.
FT_GlyphSlot::outline
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_GlyphSlot create(long address) { return new FT_GlyphSlot(address, null); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field. public FT_Vector advance() { return nadvance(address()); } /** @return the value of the {@code format} field. @NativeType("FT_Glyph_Format") public int format() { return nformat(address()); } /** @return a {@link FT_Bitmap} view of the {@code bitmap} field. public FT_Bitmap bitmap() { return nbitmap(address()); } /** @return the value of the {@code bitmap_left} field. @NativeType("FT_Int") public int bitmap_left() { return nbitmap_left(address()); } /** @return the value of the {@code bitmap_top} field. @NativeType("FT_Int") public int bitmap_top() { return nbitmap_top(address()); } /** @return a {@link FT_Outline} view of the {@code outline} field. public FT_Outline outline() { return noutline(address()); } /** @return the value of the {@code lsb_delta} field. @NativeType("FT_Pos") public long lsb_delta() { return nlsb_delta(address()); } /** @return the value of the {@code rsb_delta} field. @NativeType("FT_Pos") public long rsb_delta() { return nrsb_delta(address()); } // ----------------------------------- /** Returns a new {@code FT_GlyphSlot} instance for the specified memory address.
FT_GlyphSlot::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static @Nullable FT_GlyphSlot createSafe(long address) { return address == NULL ? null : new FT_GlyphSlot(address, null); }
Creates a {@code FT_GlyphSlot} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_GlyphSlot(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field. public FT_Vector advance() { return nadvance(address()); } /** @return the value of the {@code format} field. @NativeType("FT_Glyph_Format") public int format() { return nformat(address()); } /** @return a {@link FT_Bitmap} view of the {@code bitmap} field. public FT_Bitmap bitmap() { return nbitmap(address()); } /** @return the value of the {@code bitmap_left} field. @NativeType("FT_Int") public int bitmap_left() { return nbitmap_left(address()); } /** @return the value of the {@code bitmap_top} field. @NativeType("FT_Int") public int bitmap_top() { return nbitmap_top(address()); } /** @return a {@link FT_Outline} view of the {@code outline} field. public FT_Outline outline() { return noutline(address()); } /** @return the value of the {@code lsb_delta} field. @NativeType("FT_Pos") public long lsb_delta() { return nlsb_delta(address()); } /** @return the value of the {@code rsb_delta} field. @NativeType("FT_Pos") public long rsb_delta() { return nrsb_delta(address()); } // ----------------------------------- /** Returns a new {@code FT_GlyphSlot} instance for the specified memory address. public static FT_GlyphSlot create(long address) { return new FT_GlyphSlot(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_GlyphSlot::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
FT_GlyphSlot::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_GlyphSlot::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}.
FT_GlyphSlot::nlibrary
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}.
FT_GlyphSlot::nface
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}.
FT_GlyphSlot::nnext
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}.
FT_GlyphSlot::nglyph_index
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}.
FT_GlyphSlot::ngeneric
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}.
FT_GlyphSlot::nmetrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}.
FT_GlyphSlot::nlinearHoriAdvance
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}.
FT_GlyphSlot::nlinearVertAdvance
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}.
FT_GlyphSlot::nadvance
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static int nformat(long struct) { return memGetInt(struct + FT_GlyphSlot.FORMAT); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}. public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); } /** Unsafe version of {@link #format}.
FT_GlyphSlot::nformat
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_Bitmap nbitmap(long struct) { return FT_Bitmap.create(struct + FT_GlyphSlot.BITMAP); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}. public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); } /** Unsafe version of {@link #format}. public static int nformat(long struct) { return memGetInt(struct + FT_GlyphSlot.FORMAT); } /** Unsafe version of {@link #bitmap}.
FT_GlyphSlot::nbitmap
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static int nbitmap_left(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_LEFT); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}. public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); } /** Unsafe version of {@link #format}. public static int nformat(long struct) { return memGetInt(struct + FT_GlyphSlot.FORMAT); } /** Unsafe version of {@link #bitmap}. public static FT_Bitmap nbitmap(long struct) { return FT_Bitmap.create(struct + FT_GlyphSlot.BITMAP); } /** Unsafe version of {@link #bitmap_left}.
FT_GlyphSlot::nbitmap_left
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static int nbitmap_top(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_TOP); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}. public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); } /** Unsafe version of {@link #format}. public static int nformat(long struct) { return memGetInt(struct + FT_GlyphSlot.FORMAT); } /** Unsafe version of {@link #bitmap}. public static FT_Bitmap nbitmap(long struct) { return FT_Bitmap.create(struct + FT_GlyphSlot.BITMAP); } /** Unsafe version of {@link #bitmap_left}. public static int nbitmap_left(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_LEFT); } /** Unsafe version of {@link #bitmap_top}.
FT_GlyphSlot::nbitmap_top
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static FT_Outline noutline(long struct) { return FT_Outline.create(struct + FT_GlyphSlot.OUTLINE); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}. public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); } /** Unsafe version of {@link #format}. public static int nformat(long struct) { return memGetInt(struct + FT_GlyphSlot.FORMAT); } /** Unsafe version of {@link #bitmap}. public static FT_Bitmap nbitmap(long struct) { return FT_Bitmap.create(struct + FT_GlyphSlot.BITMAP); } /** Unsafe version of {@link #bitmap_left}. public static int nbitmap_left(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_LEFT); } /** Unsafe version of {@link #bitmap_top}. public static int nbitmap_top(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_TOP); } /** Unsafe version of {@link #outline}.
FT_GlyphSlot::noutline
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static long nlsb_delta(long struct) { return memGetCLong(struct + FT_GlyphSlot.LSB_DELTA); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}. public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); } /** Unsafe version of {@link #format}. public static int nformat(long struct) { return memGetInt(struct + FT_GlyphSlot.FORMAT); } /** Unsafe version of {@link #bitmap}. public static FT_Bitmap nbitmap(long struct) { return FT_Bitmap.create(struct + FT_GlyphSlot.BITMAP); } /** Unsafe version of {@link #bitmap_left}. public static int nbitmap_left(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_LEFT); } /** Unsafe version of {@link #bitmap_top}. public static int nbitmap_top(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_TOP); } /** Unsafe version of {@link #outline}. public static FT_Outline noutline(long struct) { return FT_Outline.create(struct + FT_GlyphSlot.OUTLINE); } public static int nnum_subglyphs(long struct) { return memGetInt(struct + FT_GlyphSlot.NUM_SUBGLYPHS); } public static long nsubglyphs(long struct) { return memGetAddress(struct + FT_GlyphSlot.SUBGLYPHS); } public static @Nullable ByteBuffer ncontrol_data(long struct) { return memByteBufferSafe(memGetAddress(struct + FT_GlyphSlot.CONTROL_DATA), (int)ncontrol_len(struct)); } public static long ncontrol_len(long struct) { return memGetCLong(struct + FT_GlyphSlot.CONTROL_LEN); } /** Unsafe version of {@link #lsb_delta}.
FT_GlyphSlot::nlsb_delta
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public static long nrsb_delta(long struct) { return memGetCLong(struct + FT_GlyphSlot.RSB_DELTA); }
Create a {@link FT_GlyphSlot.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_GlyphSlot.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static FT_GlyphSlot.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #library}. public static long nlibrary(long struct) { return memGetAddress(struct + FT_GlyphSlot.LIBRARY); } /** Unsafe version of {@link #face}. public static FT_Face nface(long struct) { return FT_Face.create(memGetAddress(struct + FT_GlyphSlot.FACE)); } /** Unsafe version of {@link #next}. public static @Nullable FT_GlyphSlot nnext(long struct) { return FT_GlyphSlot.createSafe(memGetAddress(struct + FT_GlyphSlot.NEXT)); } /** Unsafe version of {@link #glyph_index}. public static int nglyph_index(long struct) { return memGetInt(struct + FT_GlyphSlot.GLYPH_INDEX); } /** Unsafe version of {@link #generic}. public static FT_Generic ngeneric(long struct) { return FT_Generic.create(struct + FT_GlyphSlot.GENERIC); } /** Unsafe version of {@link #metrics}. public static FT_Glyph_Metrics nmetrics(long struct) { return FT_Glyph_Metrics.create(struct + FT_GlyphSlot.METRICS); } /** Unsafe version of {@link #linearHoriAdvance}. public static long nlinearHoriAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARHORIADVANCE); } /** Unsafe version of {@link #linearVertAdvance}. public static long nlinearVertAdvance(long struct) { return memGetCLong(struct + FT_GlyphSlot.LINEARVERTADVANCE); } /** Unsafe version of {@link #advance}. public static FT_Vector nadvance(long struct) { return FT_Vector.create(struct + FT_GlyphSlot.ADVANCE); } /** Unsafe version of {@link #format}. public static int nformat(long struct) { return memGetInt(struct + FT_GlyphSlot.FORMAT); } /** Unsafe version of {@link #bitmap}. public static FT_Bitmap nbitmap(long struct) { return FT_Bitmap.create(struct + FT_GlyphSlot.BITMAP); } /** Unsafe version of {@link #bitmap_left}. public static int nbitmap_left(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_LEFT); } /** Unsafe version of {@link #bitmap_top}. public static int nbitmap_top(long struct) { return memGetInt(struct + FT_GlyphSlot.BITMAP_TOP); } /** Unsafe version of {@link #outline}. public static FT_Outline noutline(long struct) { return FT_Outline.create(struct + FT_GlyphSlot.OUTLINE); } public static int nnum_subglyphs(long struct) { return memGetInt(struct + FT_GlyphSlot.NUM_SUBGLYPHS); } public static long nsubglyphs(long struct) { return memGetAddress(struct + FT_GlyphSlot.SUBGLYPHS); } public static @Nullable ByteBuffer ncontrol_data(long struct) { return memByteBufferSafe(memGetAddress(struct + FT_GlyphSlot.CONTROL_DATA), (int)ncontrol_len(struct)); } public static long ncontrol_len(long struct) { return memGetCLong(struct + FT_GlyphSlot.CONTROL_LEN); } /** Unsafe version of {@link #lsb_delta}. public static long nlsb_delta(long struct) { return memGetCLong(struct + FT_GlyphSlot.LSB_DELTA); } /** Unsafe version of {@link #rsb_delta}.
FT_GlyphSlot::nrsb_delta
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Face face() { return FT_GlyphSlot.nface(address()); }
Creates a new {@code FT_GlyphSlot.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_GlyphSlot#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_GlyphSlot getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return FT_GlyphSlot.nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field.
Buffer::face
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public @Nullable FT_GlyphSlot next() { return FT_GlyphSlot.nnext(address()); }
Creates a new {@code FT_GlyphSlot.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_GlyphSlot#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_GlyphSlot getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return FT_GlyphSlot.nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return FT_GlyphSlot.nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field.
Buffer::next
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Generic generic() { return FT_GlyphSlot.ngeneric(address()); }
Creates a new {@code FT_GlyphSlot.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_GlyphSlot#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_GlyphSlot getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return FT_GlyphSlot.nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return FT_GlyphSlot.nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return FT_GlyphSlot.nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_GlyphSlot.nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field.
Buffer::generic
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Glyph_Metrics metrics() { return FT_GlyphSlot.nmetrics(address()); }
Creates a new {@code FT_GlyphSlot.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_GlyphSlot#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_GlyphSlot getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return FT_GlyphSlot.nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return FT_GlyphSlot.nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return FT_GlyphSlot.nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_GlyphSlot.nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return FT_GlyphSlot.ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field.
Buffer::metrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Vector advance() { return FT_GlyphSlot.nadvance(address()); }
Creates a new {@code FT_GlyphSlot.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_GlyphSlot#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_GlyphSlot getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return FT_GlyphSlot.nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return FT_GlyphSlot.nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return FT_GlyphSlot.nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_GlyphSlot.nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return FT_GlyphSlot.ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return FT_GlyphSlot.nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return FT_GlyphSlot.nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return FT_GlyphSlot.nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field.
Buffer::advance
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Bitmap bitmap() { return FT_GlyphSlot.nbitmap(address()); }
Creates a new {@code FT_GlyphSlot.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_GlyphSlot#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_GlyphSlot getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return FT_GlyphSlot.nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return FT_GlyphSlot.nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return FT_GlyphSlot.nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_GlyphSlot.nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return FT_GlyphSlot.ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return FT_GlyphSlot.nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return FT_GlyphSlot.nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return FT_GlyphSlot.nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field. public FT_Vector advance() { return FT_GlyphSlot.nadvance(address()); } /** @return the value of the {@code format} field. @NativeType("FT_Glyph_Format") public int format() { return FT_GlyphSlot.nformat(address()); } /** @return a {@link FT_Bitmap} view of the {@code bitmap} field.
Buffer::bitmap
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_Outline outline() { return FT_GlyphSlot.noutline(address()); }
Creates a new {@code FT_GlyphSlot.Buffer} instance backed by the specified container. <p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by {@link FT_GlyphSlot#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected FT_GlyphSlot getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code library} field. @NativeType("FT_Library") public long library() { return FT_GlyphSlot.nlibrary(address()); } /** @return a {@link FT_Face} view of the struct pointed to by the {@code face} field. public FT_Face face() { return FT_GlyphSlot.nface(address()); } /** @return a {@link FT_GlyphSlot} view of the struct pointed to by the {@code next} field. public @Nullable FT_GlyphSlot next() { return FT_GlyphSlot.nnext(address()); } /** @return the value of the {@code glyph_index} field. @NativeType("FT_UInt") public int glyph_index() { return FT_GlyphSlot.nglyph_index(address()); } /** @return a {@link FT_Generic} view of the {@code generic} field. public FT_Generic generic() { return FT_GlyphSlot.ngeneric(address()); } /** @return a {@link FT_Glyph_Metrics} view of the {@code metrics} field. public FT_Glyph_Metrics metrics() { return FT_GlyphSlot.nmetrics(address()); } /** @return the value of the {@code linearHoriAdvance} field. @NativeType("FT_Fixed") public long linearHoriAdvance() { return FT_GlyphSlot.nlinearHoriAdvance(address()); } /** @return the value of the {@code linearVertAdvance} field. @NativeType("FT_Fixed") public long linearVertAdvance() { return FT_GlyphSlot.nlinearVertAdvance(address()); } /** @return a {@link FT_Vector} view of the {@code advance} field. public FT_Vector advance() { return FT_GlyphSlot.nadvance(address()); } /** @return the value of the {@code format} field. @NativeType("FT_Glyph_Format") public int format() { return FT_GlyphSlot.nformat(address()); } /** @return a {@link FT_Bitmap} view of the {@code bitmap} field. public FT_Bitmap bitmap() { return FT_GlyphSlot.nbitmap(address()); } /** @return the value of the {@code bitmap_left} field. @NativeType("FT_Int") public int bitmap_left() { return FT_GlyphSlot.nbitmap_left(address()); } /** @return the value of the {@code bitmap_top} field. @NativeType("FT_Int") public int bitmap_top() { return FT_GlyphSlot.nbitmap_top(address()); } /** @return a {@link FT_Outline} view of the {@code outline} field.
Buffer::outline
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_GlyphSlot.java
BSD-3-Clause
public FT_LayerIterator(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code FT_LayerIterator} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p>
FT_LayerIterator::FT_LayerIterator
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator malloc() { return new FT_LayerIterator(nmemAllocChecked(SIZEOF), null); }
Creates a {@code FT_LayerIterator} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_LayerIterator(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code num_layers} field. @NativeType("FT_UInt") public int num_layers() { return nnum_layers(address()); } /** @return the value of the {@code layer} field. @NativeType("FT_UInt") public int layer() { return nlayer(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code p} field. @NativeType("FT_Byte *") public @Nullable ByteBuffer p(int capacity) { return np(address(), capacity); } // ----------------------------------- /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
FT_LayerIterator::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator calloc() { return new FT_LayerIterator(nmemCallocChecked(1, SIZEOF), null); }
Creates a {@code FT_LayerIterator} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_LayerIterator(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code num_layers} field. @NativeType("FT_UInt") public int num_layers() { return nnum_layers(address()); } /** @return the value of the {@code layer} field. @NativeType("FT_UInt") public int layer() { return nlayer(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code p} field. @NativeType("FT_Byte *") public @Nullable ByteBuffer p(int capacity) { return np(address(), capacity); } // ----------------------------------- /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_LayerIterator malloc() { return new FT_LayerIterator(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
FT_LayerIterator::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_LayerIterator(memAddress(container), container); }
Creates a {@code FT_LayerIterator} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_LayerIterator(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code num_layers} field. @NativeType("FT_UInt") public int num_layers() { return nnum_layers(address()); } /** @return the value of the {@code layer} field. @NativeType("FT_UInt") public int layer() { return nlayer(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code p} field. @NativeType("FT_Byte *") public @Nullable ByteBuffer p(int capacity) { return np(address(), capacity); } // ----------------------------------- /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_LayerIterator malloc() { return new FT_LayerIterator(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_LayerIterator calloc() { return new FT_LayerIterator(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_LayerIterator} instance allocated with {@link BufferUtils}.
FT_LayerIterator::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator create(long address) { return new FT_LayerIterator(address, null); }
Creates a {@code FT_LayerIterator} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_LayerIterator(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code num_layers} field. @NativeType("FT_UInt") public int num_layers() { return nnum_layers(address()); } /** @return the value of the {@code layer} field. @NativeType("FT_UInt") public int layer() { return nlayer(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code p} field. @NativeType("FT_Byte *") public @Nullable ByteBuffer p(int capacity) { return np(address(), capacity); } // ----------------------------------- /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_LayerIterator malloc() { return new FT_LayerIterator(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_LayerIterator calloc() { return new FT_LayerIterator(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_LayerIterator} instance allocated with {@link BufferUtils}. public static FT_LayerIterator create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_LayerIterator(memAddress(container), container); } /** Returns a new {@code FT_LayerIterator} instance for the specified memory address.
FT_LayerIterator::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static @Nullable FT_LayerIterator createSafe(long address) { return address == NULL ? null : new FT_LayerIterator(address, null); }
Creates a {@code FT_LayerIterator} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public FT_LayerIterator(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code num_layers} field. @NativeType("FT_UInt") public int num_layers() { return nnum_layers(address()); } /** @return the value of the {@code layer} field. @NativeType("FT_UInt") public int layer() { return nlayer(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code p} field. @NativeType("FT_Byte *") public @Nullable ByteBuffer p(int capacity) { return np(address(), capacity); } // ----------------------------------- /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_LayerIterator malloc() { return new FT_LayerIterator(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_LayerIterator} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_LayerIterator calloc() { return new FT_LayerIterator(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_LayerIterator} instance allocated with {@link BufferUtils}. public static FT_LayerIterator create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_LayerIterator(memAddress(container), container); } /** Returns a new {@code FT_LayerIterator} instance for the specified memory address. public static FT_LayerIterator create(long address) { return new FT_LayerIterator(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_LayerIterator::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator.Buffer malloc(int capacity) { return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. @param capacity the buffer capacity
FT_LayerIterator::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator.Buffer calloc(int capacity) { return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. @param capacity the buffer capacity
FT_LayerIterator::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator.Buffer create(int capacity) { ByteBuffer container = __create(capacity, SIZEOF); return new Buffer(memAddress(container), container, -1, 0, capacity, capacity); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated with {@link BufferUtils}. @param capacity the buffer capacity
FT_LayerIterator::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link FT_LayerIterator.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
FT_LayerIterator::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link FT_LayerIterator.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_LayerIterator.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_LayerIterator::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator malloc(MemoryStack stack) { return new FT_LayerIterator(stack.nmalloc(ALIGNOF, SIZEOF), null); }
Returns a new {@code FT_LayerIterator} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate
FT_LayerIterator::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator calloc(MemoryStack stack) { return new FT_LayerIterator(stack.ncalloc(ALIGNOF, 1, SIZEOF), null); }
Returns a new {@code FT_LayerIterator} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate
FT_LayerIterator::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator.Buffer malloc(int capacity, MemoryStack stack) { return new Buffer(stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate @param capacity the buffer capacity
FT_LayerIterator::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static FT_LayerIterator.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity
FT_LayerIterator::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static int nnum_layers(long struct) { return memGetInt(struct + FT_LayerIterator.NUM_LAYERS); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static FT_LayerIterator.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #num_layers}.
FT_LayerIterator::nnum_layers
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static int nlayer(long struct) { return memGetInt(struct + FT_LayerIterator.LAYER); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static FT_LayerIterator.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #num_layers}. public static int nnum_layers(long struct) { return memGetInt(struct + FT_LayerIterator.NUM_LAYERS); } /** Unsafe version of {@link #layer}.
FT_LayerIterator::nlayer
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public static @Nullable ByteBuffer np(long struct, int capacity) { return memByteBufferSafe(memGetAddress(struct + FT_LayerIterator.P), capacity); }
Returns a new {@link FT_LayerIterator.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static FT_LayerIterator.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #num_layers}. public static int nnum_layers(long struct) { return memGetInt(struct + FT_LayerIterator.NUM_LAYERS); } /** Unsafe version of {@link #layer}. public static int nlayer(long struct) { return memGetInt(struct + FT_LayerIterator.LAYER); } /** Unsafe version of {@link #p(int) p}.
FT_LayerIterator::np
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_LayerIterator.java
BSD-3-Clause
public PS_Private(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code PS_Private} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p>
PS_Private::PS_Private
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static PS_Private create(long address) { return new PS_Private(address, null); }
Creates a {@code PS_Private} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public PS_Private(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code unique_id} field. @NativeType("FT_Int") public int unique_id() { return nunique_id(address()); } /** @return the value of the {@code lenIV} field. @NativeType("FT_Int") public int lenIV() { return nlenIV(address()); } /** @return the value of the {@code num_blue_values} field. @NativeType("FT_Byte") public byte num_blue_values() { return nnum_blue_values(address()); } /** @return the value of the {@code num_other_blues} field. @NativeType("FT_Byte") public byte num_other_blues() { return nnum_other_blues(address()); } /** @return the value of the {@code num_family_blues} field. @NativeType("FT_Byte") public byte num_family_blues() { return nnum_family_blues(address()); } /** @return the value of the {@code num_family_other_blues} field. @NativeType("FT_Byte") public byte num_family_other_blues() { return nnum_family_other_blues(address()); } /** @return a {@link ShortBuffer} view of the {@code blue_values} field. @NativeType("FT_Short[14]") public ShortBuffer blue_values() { return nblue_values(address()); } /** @return the value at the specified index of the {@code blue_values} field. @NativeType("FT_Short") public short blue_values(int index) { return nblue_values(address(), index); } /** @return a {@link ShortBuffer} view of the {@code other_blues} field. @NativeType("FT_Short[10]") public ShortBuffer other_blues() { return nother_blues(address()); } /** @return the value at the specified index of the {@code other_blues} field. @NativeType("FT_Short") public short other_blues(int index) { return nother_blues(address(), index); } /** @return a {@link ShortBuffer} view of the {@code family_blues} field. @NativeType("FT_Short[14]") public ShortBuffer family_blues() { return nfamily_blues(address()); } /** @return the value at the specified index of the {@code family_blues} field. @NativeType("FT_Short") public short family_blues(int index) { return nfamily_blues(address(), index); } /** @return a {@link ShortBuffer} view of the {@code family_other_blues} field. @NativeType("FT_Short[10]") public ShortBuffer family_other_blues() { return nfamily_other_blues(address()); } /** @return the value at the specified index of the {@code family_other_blues} field. @NativeType("FT_Short") public short family_other_blues(int index) { return nfamily_other_blues(address(), index); } /** @return the value of the {@code blue_scale} field. @NativeType("FT_Fixed") public long blue_scale() { return nblue_scale(address()); } /** @return the value of the {@code blue_shift} field. @NativeType("FT_Int") public int blue_shift() { return nblue_shift(address()); } /** @return the value of the {@code blue_fuzz} field. @NativeType("FT_Int") public int blue_fuzz() { return nblue_fuzz(address()); } /** @return a {@link ShortBuffer} view of the {@code standard_width} field. @NativeType("FT_UShort[1]") public ShortBuffer standard_width() { return nstandard_width(address()); } /** @return the value at the specified index of the {@code standard_width} field. @NativeType("FT_UShort") public short standard_width(int index) { return nstandard_width(address(), index); } /** @return a {@link ShortBuffer} view of the {@code standard_height} field. @NativeType("FT_UShort[1]") public ShortBuffer standard_height() { return nstandard_height(address()); } /** @return the value at the specified index of the {@code standard_height} field. @NativeType("FT_UShort") public short standard_height(int index) { return nstandard_height(address(), index); } /** @return the value of the {@code num_snap_widths} field. @NativeType("FT_Byte") public byte num_snap_widths() { return nnum_snap_widths(address()); } /** @return the value of the {@code num_snap_heights} field. @NativeType("FT_Byte") public byte num_snap_heights() { return nnum_snap_heights(address()); } /** @return the value of the {@code force_bold} field. @NativeType("FT_Bool") public boolean force_bold() { return nforce_bold(address()); } /** @return the value of the {@code round_stem_up} field. @NativeType("FT_Bool") public boolean round_stem_up() { return nround_stem_up(address()); } /** @return a {@link ShortBuffer} view of the {@code snap_widths} field. @NativeType("FT_Short[13]") public ShortBuffer snap_widths() { return nsnap_widths(address()); } /** @return the value at the specified index of the {@code snap_widths} field. @NativeType("FT_Short") public short snap_widths(int index) { return nsnap_widths(address(), index); } /** @return a {@link ShortBuffer} view of the {@code snap_heights} field. @NativeType("FT_Short[13]") public ShortBuffer snap_heights() { return nsnap_heights(address()); } /** @return the value at the specified index of the {@code snap_heights} field. @NativeType("FT_Short") public short snap_heights(int index) { return nsnap_heights(address(), index); } /** @return the value of the {@code expansion_factor} field. @NativeType("FT_Fixed") public long expansion_factor() { return nexpansion_factor(address()); } /** @return the value of the {@code language_group} field. @NativeType("FT_Long") public long language_group() { return nlanguage_group(address()); } /** @return the value of the {@code password} field. @NativeType("FT_Long") public long password() { return npassword(address()); } /** @return a {@link ShortBuffer} view of the {@code min_feature} field. @NativeType("FT_Short[2]") public ShortBuffer min_feature() { return nmin_feature(address()); } /** @return the value at the specified index of the {@code min_feature} field. @NativeType("FT_Short") public short min_feature(int index) { return nmin_feature(address(), index); } // ----------------------------------- /** Returns a new {@code PS_Private} instance for the specified memory address.
PS_Private::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static @Nullable PS_Private createSafe(long address) { return address == NULL ? null : new PS_Private(address, null); }
Creates a {@code PS_Private} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public PS_Private(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code unique_id} field. @NativeType("FT_Int") public int unique_id() { return nunique_id(address()); } /** @return the value of the {@code lenIV} field. @NativeType("FT_Int") public int lenIV() { return nlenIV(address()); } /** @return the value of the {@code num_blue_values} field. @NativeType("FT_Byte") public byte num_blue_values() { return nnum_blue_values(address()); } /** @return the value of the {@code num_other_blues} field. @NativeType("FT_Byte") public byte num_other_blues() { return nnum_other_blues(address()); } /** @return the value of the {@code num_family_blues} field. @NativeType("FT_Byte") public byte num_family_blues() { return nnum_family_blues(address()); } /** @return the value of the {@code num_family_other_blues} field. @NativeType("FT_Byte") public byte num_family_other_blues() { return nnum_family_other_blues(address()); } /** @return a {@link ShortBuffer} view of the {@code blue_values} field. @NativeType("FT_Short[14]") public ShortBuffer blue_values() { return nblue_values(address()); } /** @return the value at the specified index of the {@code blue_values} field. @NativeType("FT_Short") public short blue_values(int index) { return nblue_values(address(), index); } /** @return a {@link ShortBuffer} view of the {@code other_blues} field. @NativeType("FT_Short[10]") public ShortBuffer other_blues() { return nother_blues(address()); } /** @return the value at the specified index of the {@code other_blues} field. @NativeType("FT_Short") public short other_blues(int index) { return nother_blues(address(), index); } /** @return a {@link ShortBuffer} view of the {@code family_blues} field. @NativeType("FT_Short[14]") public ShortBuffer family_blues() { return nfamily_blues(address()); } /** @return the value at the specified index of the {@code family_blues} field. @NativeType("FT_Short") public short family_blues(int index) { return nfamily_blues(address(), index); } /** @return a {@link ShortBuffer} view of the {@code family_other_blues} field. @NativeType("FT_Short[10]") public ShortBuffer family_other_blues() { return nfamily_other_blues(address()); } /** @return the value at the specified index of the {@code family_other_blues} field. @NativeType("FT_Short") public short family_other_blues(int index) { return nfamily_other_blues(address(), index); } /** @return the value of the {@code blue_scale} field. @NativeType("FT_Fixed") public long blue_scale() { return nblue_scale(address()); } /** @return the value of the {@code blue_shift} field. @NativeType("FT_Int") public int blue_shift() { return nblue_shift(address()); } /** @return the value of the {@code blue_fuzz} field. @NativeType("FT_Int") public int blue_fuzz() { return nblue_fuzz(address()); } /** @return a {@link ShortBuffer} view of the {@code standard_width} field. @NativeType("FT_UShort[1]") public ShortBuffer standard_width() { return nstandard_width(address()); } /** @return the value at the specified index of the {@code standard_width} field. @NativeType("FT_UShort") public short standard_width(int index) { return nstandard_width(address(), index); } /** @return a {@link ShortBuffer} view of the {@code standard_height} field. @NativeType("FT_UShort[1]") public ShortBuffer standard_height() { return nstandard_height(address()); } /** @return the value at the specified index of the {@code standard_height} field. @NativeType("FT_UShort") public short standard_height(int index) { return nstandard_height(address(), index); } /** @return the value of the {@code num_snap_widths} field. @NativeType("FT_Byte") public byte num_snap_widths() { return nnum_snap_widths(address()); } /** @return the value of the {@code num_snap_heights} field. @NativeType("FT_Byte") public byte num_snap_heights() { return nnum_snap_heights(address()); } /** @return the value of the {@code force_bold} field. @NativeType("FT_Bool") public boolean force_bold() { return nforce_bold(address()); } /** @return the value of the {@code round_stem_up} field. @NativeType("FT_Bool") public boolean round_stem_up() { return nround_stem_up(address()); } /** @return a {@link ShortBuffer} view of the {@code snap_widths} field. @NativeType("FT_Short[13]") public ShortBuffer snap_widths() { return nsnap_widths(address()); } /** @return the value at the specified index of the {@code snap_widths} field. @NativeType("FT_Short") public short snap_widths(int index) { return nsnap_widths(address(), index); } /** @return a {@link ShortBuffer} view of the {@code snap_heights} field. @NativeType("FT_Short[13]") public ShortBuffer snap_heights() { return nsnap_heights(address()); } /** @return the value at the specified index of the {@code snap_heights} field. @NativeType("FT_Short") public short snap_heights(int index) { return nsnap_heights(address(), index); } /** @return the value of the {@code expansion_factor} field. @NativeType("FT_Fixed") public long expansion_factor() { return nexpansion_factor(address()); } /** @return the value of the {@code language_group} field. @NativeType("FT_Long") public long language_group() { return nlanguage_group(address()); } /** @return the value of the {@code password} field. @NativeType("FT_Long") public long password() { return npassword(address()); } /** @return a {@link ShortBuffer} view of the {@code min_feature} field. @NativeType("FT_Short[2]") public ShortBuffer min_feature() { return nmin_feature(address()); } /** @return the value at the specified index of the {@code min_feature} field. @NativeType("FT_Short") public short min_feature(int index) { return nmin_feature(address(), index); } // ----------------------------------- /** Returns a new {@code PS_Private} instance for the specified memory address. public static PS_Private create(long address) { return new PS_Private(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
PS_Private::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
PS_Private::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}.
PS_Private::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}.
PS_Private::nunique_id
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}.
PS_Private::nlenIV
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}.
PS_Private::nnum_blue_values
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}.
PS_Private::nnum_other_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}.
PS_Private::nnum_family_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}.
PS_Private::nnum_family_other_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}.
PS_Private::nblue_values
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}.
PS_Private::nblue_values
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}.
PS_Private::nother_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}.
PS_Private::nother_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}.
PS_Private::nfamily_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}.
PS_Private::nfamily_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}.
PS_Private::nfamily_other_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}.
PS_Private::nfamily_other_blues
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}.
PS_Private::nblue_scale
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static int nblue_shift(long struct) { return memGetInt(struct + PS_Private.BLUE_SHIFT); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}. public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); } /** Unsafe version of {@link #blue_shift}.
PS_Private::nblue_shift
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static int nblue_fuzz(long struct) { return memGetInt(struct + PS_Private.BLUE_FUZZ); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}. public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); } /** Unsafe version of {@link #blue_shift}. public static int nblue_shift(long struct) { return memGetInt(struct + PS_Private.BLUE_SHIFT); } /** Unsafe version of {@link #blue_fuzz}.
PS_Private::nblue_fuzz
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static ShortBuffer nstandard_width(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_WIDTH, 1); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}. public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); } /** Unsafe version of {@link #blue_shift}. public static int nblue_shift(long struct) { return memGetInt(struct + PS_Private.BLUE_SHIFT); } /** Unsafe version of {@link #blue_fuzz}. public static int nblue_fuzz(long struct) { return memGetInt(struct + PS_Private.BLUE_FUZZ); } /** Unsafe version of {@link #standard_width}.
PS_Private::nstandard_width
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static short nstandard_width(long struct, int index) { return memGetShort(struct + PS_Private.STANDARD_WIDTH + check(index, 1) * 2); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}. public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); } /** Unsafe version of {@link #blue_shift}. public static int nblue_shift(long struct) { return memGetInt(struct + PS_Private.BLUE_SHIFT); } /** Unsafe version of {@link #blue_fuzz}. public static int nblue_fuzz(long struct) { return memGetInt(struct + PS_Private.BLUE_FUZZ); } /** Unsafe version of {@link #standard_width}. public static ShortBuffer nstandard_width(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_WIDTH, 1); } /** Unsafe version of {@link #standard_width(int) standard_width}.
PS_Private::nstandard_width
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static ShortBuffer nstandard_height(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_HEIGHT, 1); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}. public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); } /** Unsafe version of {@link #blue_shift}. public static int nblue_shift(long struct) { return memGetInt(struct + PS_Private.BLUE_SHIFT); } /** Unsafe version of {@link #blue_fuzz}. public static int nblue_fuzz(long struct) { return memGetInt(struct + PS_Private.BLUE_FUZZ); } /** Unsafe version of {@link #standard_width}. public static ShortBuffer nstandard_width(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_WIDTH, 1); } /** Unsafe version of {@link #standard_width(int) standard_width}. public static short nstandard_width(long struct, int index) { return memGetShort(struct + PS_Private.STANDARD_WIDTH + check(index, 1) * 2); } /** Unsafe version of {@link #standard_height}.
PS_Private::nstandard_height
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static short nstandard_height(long struct, int index) { return memGetShort(struct + PS_Private.STANDARD_HEIGHT + check(index, 1) * 2); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}. public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); } /** Unsafe version of {@link #blue_shift}. public static int nblue_shift(long struct) { return memGetInt(struct + PS_Private.BLUE_SHIFT); } /** Unsafe version of {@link #blue_fuzz}. public static int nblue_fuzz(long struct) { return memGetInt(struct + PS_Private.BLUE_FUZZ); } /** Unsafe version of {@link #standard_width}. public static ShortBuffer nstandard_width(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_WIDTH, 1); } /** Unsafe version of {@link #standard_width(int) standard_width}. public static short nstandard_width(long struct, int index) { return memGetShort(struct + PS_Private.STANDARD_WIDTH + check(index, 1) * 2); } /** Unsafe version of {@link #standard_height}. public static ShortBuffer nstandard_height(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_HEIGHT, 1); } /** Unsafe version of {@link #standard_height(int) standard_height}.
PS_Private::nstandard_height
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause
public static byte nnum_snap_widths(long struct) { return memGetByte(struct + PS_Private.NUM_SNAP_WIDTHS); }
Create a {@link PS_Private.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static PS_Private.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. public static PS_Private.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #unique_id}. public static int nunique_id(long struct) { return memGetInt(struct + PS_Private.UNIQUE_ID); } /** Unsafe version of {@link #lenIV}. public static int nlenIV(long struct) { return memGetInt(struct + PS_Private.LENIV); } /** Unsafe version of {@link #num_blue_values}. public static byte nnum_blue_values(long struct) { return memGetByte(struct + PS_Private.NUM_BLUE_VALUES); } /** Unsafe version of {@link #num_other_blues}. public static byte nnum_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_OTHER_BLUES); } /** Unsafe version of {@link #num_family_blues}. public static byte nnum_family_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_BLUES); } /** Unsafe version of {@link #num_family_other_blues}. public static byte nnum_family_other_blues(long struct) { return memGetByte(struct + PS_Private.NUM_FAMILY_OTHER_BLUES); } /** Unsafe version of {@link #blue_values}. public static ShortBuffer nblue_values(long struct) { return memShortBuffer(struct + PS_Private.BLUE_VALUES, 14); } /** Unsafe version of {@link #blue_values(int) blue_values}. public static short nblue_values(long struct, int index) { return memGetShort(struct + PS_Private.BLUE_VALUES + check(index, 14) * 2); } /** Unsafe version of {@link #other_blues}. public static ShortBuffer nother_blues(long struct) { return memShortBuffer(struct + PS_Private.OTHER_BLUES, 10); } /** Unsafe version of {@link #other_blues(int) other_blues}. public static short nother_blues(long struct, int index) { return memGetShort(struct + PS_Private.OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #family_blues}. public static ShortBuffer nfamily_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_BLUES, 14); } /** Unsafe version of {@link #family_blues(int) family_blues}. public static short nfamily_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_BLUES + check(index, 14) * 2); } /** Unsafe version of {@link #family_other_blues}. public static ShortBuffer nfamily_other_blues(long struct) { return memShortBuffer(struct + PS_Private.FAMILY_OTHER_BLUES, 10); } /** Unsafe version of {@link #family_other_blues(int) family_other_blues}. public static short nfamily_other_blues(long struct, int index) { return memGetShort(struct + PS_Private.FAMILY_OTHER_BLUES + check(index, 10) * 2); } /** Unsafe version of {@link #blue_scale}. public static long nblue_scale(long struct) { return memGetCLong(struct + PS_Private.BLUE_SCALE); } /** Unsafe version of {@link #blue_shift}. public static int nblue_shift(long struct) { return memGetInt(struct + PS_Private.BLUE_SHIFT); } /** Unsafe version of {@link #blue_fuzz}. public static int nblue_fuzz(long struct) { return memGetInt(struct + PS_Private.BLUE_FUZZ); } /** Unsafe version of {@link #standard_width}. public static ShortBuffer nstandard_width(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_WIDTH, 1); } /** Unsafe version of {@link #standard_width(int) standard_width}. public static short nstandard_width(long struct, int index) { return memGetShort(struct + PS_Private.STANDARD_WIDTH + check(index, 1) * 2); } /** Unsafe version of {@link #standard_height}. public static ShortBuffer nstandard_height(long struct) { return memShortBuffer(struct + PS_Private.STANDARD_HEIGHT, 1); } /** Unsafe version of {@link #standard_height(int) standard_height}. public static short nstandard_height(long struct, int index) { return memGetShort(struct + PS_Private.STANDARD_HEIGHT + check(index, 1) * 2); } /** Unsafe version of {@link #num_snap_widths}.
PS_Private::nnum_snap_widths
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/PS_Private.java
BSD-3-Clause