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_Incremental_Funcs.Buffer get_glyph_data(@NativeType("FT_Incremental_GetGlyphDataFunc") FT_Incremental_GetGlyphDataFuncI value) { FT_Incremental_Funcs.nget_glyph_data(address(), value); return this; }
Creates a new {@code FT_Incremental_Funcs.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_Incremental_Funcs#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_Incremental_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code get_glyph_data} field. public FT_Incremental_GetGlyphDataFunc get_glyph_data() { return FT_Incremental_Funcs.nget_glyph_data(address()); } /** @return the value of the {@code free_glyph_data} field. public FT_Incremental_FreeGlyphDataFunc free_glyph_data() { return FT_Incremental_Funcs.nfree_glyph_data(address()); } /** @return the value of the {@code get_glyph_metrics} field. public @Nullable FT_Incremental_GetGlyphMetricsFunc get_glyph_metrics() { return FT_Incremental_Funcs.nget_glyph_metrics(address()); } /** Sets the specified value to the {@code get_glyph_data} field.
Buffer::get_glyph_data
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Incremental_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Incremental_Funcs.java
BSD-3-Clause
public FT_Incremental_Funcs.Buffer free_glyph_data(@NativeType("FT_Incremental_FreeGlyphDataFunc") FT_Incremental_FreeGlyphDataFuncI value) { FT_Incremental_Funcs.nfree_glyph_data(address(), value); return this; }
Creates a new {@code FT_Incremental_Funcs.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_Incremental_Funcs#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_Incremental_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code get_glyph_data} field. public FT_Incremental_GetGlyphDataFunc get_glyph_data() { return FT_Incremental_Funcs.nget_glyph_data(address()); } /** @return the value of the {@code free_glyph_data} field. public FT_Incremental_FreeGlyphDataFunc free_glyph_data() { return FT_Incremental_Funcs.nfree_glyph_data(address()); } /** @return the value of the {@code get_glyph_metrics} field. public @Nullable FT_Incremental_GetGlyphMetricsFunc get_glyph_metrics() { return FT_Incremental_Funcs.nget_glyph_metrics(address()); } /** Sets the specified value to the {@code get_glyph_data} field. public FT_Incremental_Funcs.Buffer get_glyph_data(@NativeType("FT_Incremental_GetGlyphDataFunc") FT_Incremental_GetGlyphDataFuncI value) { FT_Incremental_Funcs.nget_glyph_data(address(), value); return this; } /** Sets the specified value to the {@code free_glyph_data} field.
Buffer::free_glyph_data
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Incremental_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Incremental_Funcs.java
BSD-3-Clause
public FT_Incremental_Funcs.Buffer get_glyph_metrics(@Nullable @NativeType("FT_Incremental_GetGlyphMetricsFunc") FT_Incremental_GetGlyphMetricsFuncI value) { FT_Incremental_Funcs.nget_glyph_metrics(address(), value); return this; }
Creates a new {@code FT_Incremental_Funcs.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_Incremental_Funcs#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_Incremental_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code get_glyph_data} field. public FT_Incremental_GetGlyphDataFunc get_glyph_data() { return FT_Incremental_Funcs.nget_glyph_data(address()); } /** @return the value of the {@code free_glyph_data} field. public FT_Incremental_FreeGlyphDataFunc free_glyph_data() { return FT_Incremental_Funcs.nfree_glyph_data(address()); } /** @return the value of the {@code get_glyph_metrics} field. public @Nullable FT_Incremental_GetGlyphMetricsFunc get_glyph_metrics() { return FT_Incremental_Funcs.nget_glyph_metrics(address()); } /** Sets the specified value to the {@code get_glyph_data} field. public FT_Incremental_Funcs.Buffer get_glyph_data(@NativeType("FT_Incremental_GetGlyphDataFunc") FT_Incremental_GetGlyphDataFuncI value) { FT_Incremental_Funcs.nget_glyph_data(address(), value); return this; } /** Sets the specified value to the {@code free_glyph_data} field. public FT_Incremental_Funcs.Buffer free_glyph_data(@NativeType("FT_Incremental_FreeGlyphDataFunc") FT_Incremental_FreeGlyphDataFuncI value) { FT_Incremental_Funcs.nfree_glyph_data(address(), value); return this; } /** Sets the specified value to the {@code get_glyph_metrics} field.
Buffer::get_glyph_metrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Incremental_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Incremental_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs::FT_Raster_Funcs
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field.
FT_Raster_Funcs::raster_new
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field.
FT_Raster_Funcs::raster_reset
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field.
FT_Raster_Funcs::raster_set_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field.
FT_Raster_Funcs::raster_render
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field.
FT_Raster_Funcs::raster_done
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs glyph_format(@NativeType("FT_Glyph_Format") int value) { nglyph_format(address(), value); return this; }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field.
FT_Raster_Funcs::glyph_format
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { nraster_new(address(), value); return this; }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs glyph_format(@NativeType("FT_Glyph_Format") int value) { nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field.
FT_Raster_Funcs::raster_new
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { nraster_reset(address(), value); return this; }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs glyph_format(@NativeType("FT_Glyph_Format") int value) { nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field.
FT_Raster_Funcs::raster_reset
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs raster_set_mode(@Nullable @NativeType("FT_Raster_SetModeFunc") FT_Raster_SetModeFuncI value) { nraster_set_mode(address(), value); return this; }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs glyph_format(@NativeType("FT_Glyph_Format") int value) { nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field. public FT_Raster_Funcs raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { nraster_reset(address(), value); return this; } /** Sets the specified value to the {@code raster_set_mode} field.
FT_Raster_Funcs::raster_set_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs raster_render(@Nullable @NativeType("FT_Raster_RenderFunc") FT_Raster_RenderFuncI value) { nraster_render(address(), value); return this; }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs glyph_format(@NativeType("FT_Glyph_Format") int value) { nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field. public FT_Raster_Funcs raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { nraster_reset(address(), value); return this; } /** Sets the specified value to the {@code raster_set_mode} field. public FT_Raster_Funcs raster_set_mode(@Nullable @NativeType("FT_Raster_SetModeFunc") FT_Raster_SetModeFuncI value) { nraster_set_mode(address(), value); return this; } /** Sets the specified value to the {@code raster_render} field.
FT_Raster_Funcs::raster_render
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs raster_done(@Nullable @NativeType("FT_Raster_DoneFunc") FT_Raster_DoneFuncI value) { nraster_done(address(), value); return this; }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs glyph_format(@NativeType("FT_Glyph_Format") int value) { nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field. public FT_Raster_Funcs raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { nraster_reset(address(), value); return this; } /** Sets the specified value to the {@code raster_set_mode} field. public FT_Raster_Funcs raster_set_mode(@Nullable @NativeType("FT_Raster_SetModeFunc") FT_Raster_SetModeFuncI value) { nraster_set_mode(address(), value); return this; } /** Sets the specified value to the {@code raster_render} field. public FT_Raster_Funcs raster_render(@Nullable @NativeType("FT_Raster_RenderFunc") FT_Raster_RenderFuncI value) { nraster_render(address(), value); return this; } /** Sets the specified value to the {@code raster_done} field.
FT_Raster_Funcs::raster_done
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs set( int glyph_format, FT_Raster_NewFuncI raster_new, FT_Raster_ResetFuncI raster_reset, FT_Raster_SetModeFuncI raster_set_mode, FT_Raster_RenderFuncI raster_render, FT_Raster_DoneFuncI raster_done ) { glyph_format(glyph_format); raster_new(raster_new); raster_reset(raster_reset); raster_set_mode(raster_set_mode); raster_render(raster_render); raster_done(raster_done); return this; }
Creates a {@code FT_Raster_Funcs} 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_Raster_Funcs(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs glyph_format(@NativeType("FT_Glyph_Format") int value) { nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field. public FT_Raster_Funcs raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { nraster_reset(address(), value); return this; } /** Sets the specified value to the {@code raster_set_mode} field. public FT_Raster_Funcs raster_set_mode(@Nullable @NativeType("FT_Raster_SetModeFunc") FT_Raster_SetModeFuncI value) { nraster_set_mode(address(), value); return this; } /** Sets the specified value to the {@code raster_render} field. public FT_Raster_Funcs raster_render(@Nullable @NativeType("FT_Raster_RenderFunc") FT_Raster_RenderFuncI value) { nraster_render(address(), value); return this; } /** Sets the specified value to the {@code raster_done} field. public FT_Raster_Funcs raster_done(@Nullable @NativeType("FT_Raster_DoneFunc") FT_Raster_DoneFuncI value) { nraster_done(address(), value); return this; } /** Initializes this struct with the specified values.
FT_Raster_Funcs::set
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs malloc() { return new FT_Raster_Funcs(nmemAllocChecked(SIZEOF), null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public FT_Raster_Funcs set(FT_Raster_Funcs src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
FT_Raster_Funcs::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs calloc() { return new FT_Raster_Funcs(nmemCallocChecked(1, SIZEOF), null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public FT_Raster_Funcs set(FT_Raster_Funcs src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Raster_Funcs malloc() { return new FT_Raster_Funcs(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
FT_Raster_Funcs::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_Raster_Funcs(memAddress(container), container); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public FT_Raster_Funcs set(FT_Raster_Funcs src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Raster_Funcs malloc() { return new FT_Raster_Funcs(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_Raster_Funcs calloc() { return new FT_Raster_Funcs(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link BufferUtils}.
FT_Raster_Funcs::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs create(long address) { return new FT_Raster_Funcs(address, null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public FT_Raster_Funcs set(FT_Raster_Funcs src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Raster_Funcs malloc() { return new FT_Raster_Funcs(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_Raster_Funcs calloc() { return new FT_Raster_Funcs(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link BufferUtils}. public static FT_Raster_Funcs create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_Raster_Funcs(memAddress(container), container); } /** Returns a new {@code FT_Raster_Funcs} instance for the specified memory address.
FT_Raster_Funcs::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static @Nullable FT_Raster_Funcs createSafe(long address) { return address == NULL ? null : new FT_Raster_Funcs(address, null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public FT_Raster_Funcs set(FT_Raster_Funcs src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Raster_Funcs malloc() { return new FT_Raster_Funcs(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_Raster_Funcs calloc() { return new FT_Raster_Funcs(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_Raster_Funcs} instance allocated with {@link BufferUtils}. public static FT_Raster_Funcs create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_Raster_Funcs(memAddress(container), container); } /** Returns a new {@code FT_Raster_Funcs} instance for the specified memory address. public static FT_Raster_Funcs create(long address) { return new FT_Raster_Funcs(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_Raster_Funcs::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs.Buffer malloc(int capacity) { return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity); }
Returns a new {@link FT_Raster_Funcs.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. @param capacity the buffer capacity
FT_Raster_Funcs::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs.Buffer calloc(int capacity) { return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity); }
Returns a new {@link FT_Raster_Funcs.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. @param capacity the buffer capacity
FT_Raster_Funcs::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs.Buffer create(int capacity) { ByteBuffer container = __create(capacity, SIZEOF); return new Buffer(memAddress(container), container, -1, 0, capacity, capacity); }
Returns a new {@link FT_Raster_Funcs.Buffer} instance allocated with {@link BufferUtils}. @param capacity the buffer capacity
FT_Raster_Funcs::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link FT_Raster_Funcs.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
FT_Raster_Funcs::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link FT_Raster_Funcs.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_Raster_Funcs.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_Raster_Funcs::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs malloc(MemoryStack stack) { return new FT_Raster_Funcs(stack.nmalloc(ALIGNOF, SIZEOF), null); }
Returns a new {@code FT_Raster_Funcs} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate
FT_Raster_Funcs::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs calloc(MemoryStack stack) { return new FT_Raster_Funcs(stack.ncalloc(ALIGNOF, 1, SIZEOF), null); }
Returns a new {@code FT_Raster_Funcs} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate
FT_Raster_Funcs::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs.Buffer malloc(int capacity, MemoryStack stack) { return new Buffer(stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity); }
Returns a new {@link FT_Raster_Funcs.Buffer} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate @param capacity the buffer capacity
FT_Raster_Funcs::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}.
FT_Raster_Funcs::nglyph_format
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}.
FT_Raster_Funcs::nraster_new
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}.
FT_Raster_Funcs::nraster_reset
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}.
FT_Raster_Funcs::nraster_set_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}.
FT_Raster_Funcs::nraster_render
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static @Nullable FT_Raster_DoneFunc nraster_done(long struct) { return FT_Raster_DoneFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_DONE)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}. public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); } /** Unsafe version of {@link #raster_done}.
FT_Raster_Funcs::nraster_done
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static void nglyph_format(long struct, int value) { memPutInt(struct + FT_Raster_Funcs.GLYPH_FORMAT, value); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}. public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); } /** Unsafe version of {@link #raster_done}. public static @Nullable FT_Raster_DoneFunc nraster_done(long struct) { return FT_Raster_DoneFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_DONE)); } /** Unsafe version of {@link #glyph_format(int) glyph_format}.
FT_Raster_Funcs::nglyph_format
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static void nraster_new(long struct, @Nullable FT_Raster_NewFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_NEW, memAddressSafe(value)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}. public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); } /** Unsafe version of {@link #raster_done}. public static @Nullable FT_Raster_DoneFunc nraster_done(long struct) { return FT_Raster_DoneFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_DONE)); } /** Unsafe version of {@link #glyph_format(int) glyph_format}. public static void nglyph_format(long struct, int value) { memPutInt(struct + FT_Raster_Funcs.GLYPH_FORMAT, value); } /** Unsafe version of {@link #raster_new(FT_Raster_NewFuncI) raster_new}.
FT_Raster_Funcs::nraster_new
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static void nraster_reset(long struct, @Nullable FT_Raster_ResetFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_RESET, memAddressSafe(value)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}. public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); } /** Unsafe version of {@link #raster_done}. public static @Nullable FT_Raster_DoneFunc nraster_done(long struct) { return FT_Raster_DoneFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_DONE)); } /** Unsafe version of {@link #glyph_format(int) glyph_format}. public static void nglyph_format(long struct, int value) { memPutInt(struct + FT_Raster_Funcs.GLYPH_FORMAT, value); } /** Unsafe version of {@link #raster_new(FT_Raster_NewFuncI) raster_new}. public static void nraster_new(long struct, @Nullable FT_Raster_NewFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_NEW, memAddressSafe(value)); } /** Unsafe version of {@link #raster_reset(FT_Raster_ResetFuncI) raster_reset}.
FT_Raster_Funcs::nraster_reset
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static void nraster_set_mode(long struct, @Nullable FT_Raster_SetModeFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE, memAddressSafe(value)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}. public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); } /** Unsafe version of {@link #raster_done}. public static @Nullable FT_Raster_DoneFunc nraster_done(long struct) { return FT_Raster_DoneFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_DONE)); } /** Unsafe version of {@link #glyph_format(int) glyph_format}. public static void nglyph_format(long struct, int value) { memPutInt(struct + FT_Raster_Funcs.GLYPH_FORMAT, value); } /** Unsafe version of {@link #raster_new(FT_Raster_NewFuncI) raster_new}. public static void nraster_new(long struct, @Nullable FT_Raster_NewFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_NEW, memAddressSafe(value)); } /** Unsafe version of {@link #raster_reset(FT_Raster_ResetFuncI) raster_reset}. public static void nraster_reset(long struct, @Nullable FT_Raster_ResetFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_RESET, memAddressSafe(value)); } /** Unsafe version of {@link #raster_set_mode(FT_Raster_SetModeFuncI) raster_set_mode}.
FT_Raster_Funcs::nraster_set_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static void nraster_render(long struct, @Nullable FT_Raster_RenderFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_RENDER, memAddressSafe(value)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}. public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); } /** Unsafe version of {@link #raster_done}. public static @Nullable FT_Raster_DoneFunc nraster_done(long struct) { return FT_Raster_DoneFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_DONE)); } /** Unsafe version of {@link #glyph_format(int) glyph_format}. public static void nglyph_format(long struct, int value) { memPutInt(struct + FT_Raster_Funcs.GLYPH_FORMAT, value); } /** Unsafe version of {@link #raster_new(FT_Raster_NewFuncI) raster_new}. public static void nraster_new(long struct, @Nullable FT_Raster_NewFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_NEW, memAddressSafe(value)); } /** Unsafe version of {@link #raster_reset(FT_Raster_ResetFuncI) raster_reset}. public static void nraster_reset(long struct, @Nullable FT_Raster_ResetFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_RESET, memAddressSafe(value)); } /** Unsafe version of {@link #raster_set_mode(FT_Raster_SetModeFuncI) raster_set_mode}. public static void nraster_set_mode(long struct, @Nullable FT_Raster_SetModeFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE, memAddressSafe(value)); } /** Unsafe version of {@link #raster_render(FT_Raster_RenderFuncI) raster_render}.
FT_Raster_Funcs::nraster_render
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static void nraster_done(long struct, @Nullable FT_Raster_DoneFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_DONE, memAddressSafe(value)); }
Returns a new {@link FT_Raster_Funcs.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_Raster_Funcs.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #glyph_format}. public static int nglyph_format(long struct) { return memGetInt(struct + FT_Raster_Funcs.GLYPH_FORMAT); } /** Unsafe version of {@link #raster_new}. public static @Nullable FT_Raster_NewFunc nraster_new(long struct) { return FT_Raster_NewFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_NEW)); } /** Unsafe version of {@link #raster_reset}. public static @Nullable FT_Raster_ResetFunc nraster_reset(long struct) { return FT_Raster_ResetFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RESET)); } /** Unsafe version of {@link #raster_set_mode}. public static @Nullable FT_Raster_SetModeFunc nraster_set_mode(long struct) { return FT_Raster_SetModeFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE)); } /** Unsafe version of {@link #raster_render}. public static @Nullable FT_Raster_RenderFunc nraster_render(long struct) { return FT_Raster_RenderFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_RENDER)); } /** Unsafe version of {@link #raster_done}. public static @Nullable FT_Raster_DoneFunc nraster_done(long struct) { return FT_Raster_DoneFunc.createSafe(memGetAddress(struct + FT_Raster_Funcs.RASTER_DONE)); } /** Unsafe version of {@link #glyph_format(int) glyph_format}. public static void nglyph_format(long struct, int value) { memPutInt(struct + FT_Raster_Funcs.GLYPH_FORMAT, value); } /** Unsafe version of {@link #raster_new(FT_Raster_NewFuncI) raster_new}. public static void nraster_new(long struct, @Nullable FT_Raster_NewFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_NEW, memAddressSafe(value)); } /** Unsafe version of {@link #raster_reset(FT_Raster_ResetFuncI) raster_reset}. public static void nraster_reset(long struct, @Nullable FT_Raster_ResetFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_RESET, memAddressSafe(value)); } /** Unsafe version of {@link #raster_set_mode(FT_Raster_SetModeFuncI) raster_set_mode}. public static void nraster_set_mode(long struct, @Nullable FT_Raster_SetModeFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_SET_MODE, memAddressSafe(value)); } /** Unsafe version of {@link #raster_render(FT_Raster_RenderFuncI) raster_render}. public static void nraster_render(long struct, @Nullable FT_Raster_RenderFuncI value) { memPutAddress(struct + FT_Raster_Funcs.RASTER_RENDER, memAddressSafe(value)); } /** Unsafe version of {@link #raster_done(FT_Raster_DoneFuncI) raster_done}.
FT_Raster_Funcs::nraster_done
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field.
Buffer::raster_new
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field.
Buffer::raster_reset
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field.
Buffer::raster_set_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field.
Buffer::raster_render
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public @Nullable FT_Raster_DoneFunc raster_done() { return FT_Raster_Funcs.nraster_done(address()); }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); } /** @return the value of the {@code raster_done} field.
Buffer::raster_done
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs.Buffer glyph_format(@NativeType("FT_Glyph_Format") int value) { FT_Raster_Funcs.nglyph_format(address(), value); return this; }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return FT_Raster_Funcs.nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field.
Buffer::glyph_format
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs.Buffer raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { FT_Raster_Funcs.nraster_new(address(), value); return this; }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return FT_Raster_Funcs.nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs.Buffer glyph_format(@NativeType("FT_Glyph_Format") int value) { FT_Raster_Funcs.nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field.
Buffer::raster_new
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs.Buffer raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { FT_Raster_Funcs.nraster_reset(address(), value); return this; }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return FT_Raster_Funcs.nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs.Buffer glyph_format(@NativeType("FT_Glyph_Format") int value) { FT_Raster_Funcs.nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs.Buffer raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { FT_Raster_Funcs.nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field.
Buffer::raster_reset
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs.Buffer raster_set_mode(@Nullable @NativeType("FT_Raster_SetModeFunc") FT_Raster_SetModeFuncI value) { FT_Raster_Funcs.nraster_set_mode(address(), value); return this; }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return FT_Raster_Funcs.nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs.Buffer glyph_format(@NativeType("FT_Glyph_Format") int value) { FT_Raster_Funcs.nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs.Buffer raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { FT_Raster_Funcs.nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field. public FT_Raster_Funcs.Buffer raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { FT_Raster_Funcs.nraster_reset(address(), value); return this; } /** Sets the specified value to the {@code raster_set_mode} field.
Buffer::raster_set_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs.Buffer raster_render(@Nullable @NativeType("FT_Raster_RenderFunc") FT_Raster_RenderFuncI value) { FT_Raster_Funcs.nraster_render(address(), value); return this; }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return FT_Raster_Funcs.nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs.Buffer glyph_format(@NativeType("FT_Glyph_Format") int value) { FT_Raster_Funcs.nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs.Buffer raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { FT_Raster_Funcs.nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field. public FT_Raster_Funcs.Buffer raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { FT_Raster_Funcs.nraster_reset(address(), value); return this; } /** Sets the specified value to the {@code raster_set_mode} field. public FT_Raster_Funcs.Buffer raster_set_mode(@Nullable @NativeType("FT_Raster_SetModeFunc") FT_Raster_SetModeFuncI value) { FT_Raster_Funcs.nraster_set_mode(address(), value); return this; } /** Sets the specified value to the {@code raster_render} field.
Buffer::raster_render
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public FT_Raster_Funcs.Buffer raster_done(@Nullable @NativeType("FT_Raster_DoneFunc") FT_Raster_DoneFuncI value) { FT_Raster_Funcs.nraster_done(address(), value); return this; }
Creates a new {@code FT_Raster_Funcs.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_Raster_Funcs#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_Raster_Funcs getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code glyph_format} field. @NativeType("FT_Glyph_Format") public int glyph_format() { return FT_Raster_Funcs.nglyph_format(address()); } /** @return the value of the {@code raster_new} field. public @Nullable FT_Raster_NewFunc raster_new() { return FT_Raster_Funcs.nraster_new(address()); } /** @return the value of the {@code raster_reset} field. public @Nullable FT_Raster_ResetFunc raster_reset() { return FT_Raster_Funcs.nraster_reset(address()); } /** @return the value of the {@code raster_set_mode} field. public @Nullable FT_Raster_SetModeFunc raster_set_mode() { return FT_Raster_Funcs.nraster_set_mode(address()); } /** @return the value of the {@code raster_render} field. public @Nullable FT_Raster_RenderFunc raster_render() { return FT_Raster_Funcs.nraster_render(address()); } /** @return the value of the {@code raster_done} field. public @Nullable FT_Raster_DoneFunc raster_done() { return FT_Raster_Funcs.nraster_done(address()); } /** Sets the specified value to the {@code glyph_format} field. public FT_Raster_Funcs.Buffer glyph_format(@NativeType("FT_Glyph_Format") int value) { FT_Raster_Funcs.nglyph_format(address(), value); return this; } /** Sets the specified value to the {@code raster_new} field. public FT_Raster_Funcs.Buffer raster_new(@Nullable @NativeType("FT_Raster_NewFunc") FT_Raster_NewFuncI value) { FT_Raster_Funcs.nraster_new(address(), value); return this; } /** Sets the specified value to the {@code raster_reset} field. public FT_Raster_Funcs.Buffer raster_reset(@Nullable @NativeType("FT_Raster_ResetFunc") FT_Raster_ResetFuncI value) { FT_Raster_Funcs.nraster_reset(address(), value); return this; } /** Sets the specified value to the {@code raster_set_mode} field. public FT_Raster_Funcs.Buffer raster_set_mode(@Nullable @NativeType("FT_Raster_SetModeFunc") FT_Raster_SetModeFuncI value) { FT_Raster_Funcs.nraster_set_mode(address(), value); return this; } /** Sets the specified value to the {@code raster_render} field. public FT_Raster_Funcs.Buffer raster_render(@Nullable @NativeType("FT_Raster_RenderFunc") FT_Raster_RenderFuncI value) { FT_Raster_Funcs.nraster_render(address(), value); return this; } /** Sets the specified value to the {@code raster_done} field.
Buffer::raster_done
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Raster_Funcs.java
BSD-3-Clause
public static FT_Realloc_Func create(long functionPointer) { FT_Realloc_FuncI instance = Callback.get(functionPointer); return instance instanceof FT_Realloc_Func ? (FT_Realloc_Func)instance : new Container(functionPointer, instance); }
Creates a {@code FT_Realloc_Func} instance from the specified function pointer. @return the new {@code FT_Realloc_Func}
FT_Realloc_Func::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Realloc_Func.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Realloc_Func.java
BSD-3-Clause
public static @Nullable FT_Realloc_Func createSafe(long functionPointer) { return functionPointer == NULL ? null : create(functionPointer); }
Creates a {@code FT_Realloc_Func} instance from the specified function pointer. @return the new {@code FT_Realloc_Func} public static FT_Realloc_Func create(long functionPointer) { FT_Realloc_FuncI instance = Callback.get(functionPointer); return instance instanceof FT_Realloc_Func ? (FT_Realloc_Func)instance : new Container(functionPointer, instance); } /** Like {@link #create(long) create}, but returns {@code null} if {@code functionPointer} is {@code NULL}.
FT_Realloc_Func::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Realloc_Func.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Realloc_Func.java
BSD-3-Clause
public static FT_Realloc_Func create(FT_Realloc_FuncI instance) { return instance instanceof FT_Realloc_Func ? (FT_Realloc_Func)instance : new Container(instance.address(), instance); }
Creates a {@code FT_Realloc_Func} instance from the specified function pointer. @return the new {@code FT_Realloc_Func} public static FT_Realloc_Func create(long functionPointer) { FT_Realloc_FuncI instance = Callback.get(functionPointer); return instance instanceof FT_Realloc_Func ? (FT_Realloc_Func)instance : new Container(functionPointer, instance); } /** Like {@link #create(long) create}, but returns {@code null} if {@code functionPointer} is {@code NULL}. public static @Nullable FT_Realloc_Func createSafe(long functionPointer) { return functionPointer == NULL ? null : create(functionPointer); } /** Creates a {@code FT_Realloc_Func} instance that delegates to the specified {@code FT_Realloc_FuncI} instance.
FT_Realloc_Func::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Realloc_Func.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Realloc_Func.java
BSD-3-Clause
public FT_List(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code FT_List} 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_List::FT_List
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public @Nullable FT_ListNode head() { return nhead(address()); }
Creates a {@code FT_List} 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_List(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code head} field.
FT_List::head
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public @Nullable FT_ListNode tail() { return ntail(address()); }
Creates a {@code FT_List} 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_List(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code head} field. public @Nullable FT_ListNode head() { return nhead(address()); } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code tail} field.
FT_List::tail
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public static FT_List create(long address) { return new FT_List(address, null); }
Creates a {@code FT_List} 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_List(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code head} field. public @Nullable FT_ListNode head() { return nhead(address()); } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code tail} field. public @Nullable FT_ListNode tail() { return ntail(address()); } // ----------------------------------- /** Returns a new {@code FT_List} instance for the specified memory address.
FT_List::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public static @Nullable FT_List createSafe(long address) { return address == NULL ? null : new FT_List(address, null); }
Creates a {@code FT_List} 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_List(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code head} field. public @Nullable FT_ListNode head() { return nhead(address()); } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code tail} field. public @Nullable FT_ListNode tail() { return ntail(address()); } // ----------------------------------- /** Returns a new {@code FT_List} instance for the specified memory address. public static FT_List create(long address) { return new FT_List(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_List::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public static FT_List.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link FT_List.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
FT_List::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public static FT_List.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link FT_List.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_List.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_List::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public static @Nullable FT_ListNode nhead(long struct) { return FT_ListNode.createSafe(memGetAddress(struct + FT_List.HEAD)); }
Create a {@link FT_List.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_List.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_List.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #head}.
FT_List::nhead
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public static @Nullable FT_ListNode ntail(long struct) { return FT_ListNode.createSafe(memGetAddress(struct + FT_List.TAIL)); }
Create a {@link FT_List.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_List.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_List.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #head}. public static @Nullable FT_ListNode nhead(long struct) { return FT_ListNode.createSafe(memGetAddress(struct + FT_List.HEAD)); } /** Unsafe version of {@link #tail}.
FT_List::ntail
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public @Nullable FT_ListNode head() { return FT_List.nhead(address()); }
Creates a new {@code FT_List.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_List#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_List getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code head} field.
Buffer::head
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public @Nullable FT_ListNode tail() { return FT_List.ntail(address()); }
Creates a new {@code FT_List.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_List#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_List getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code head} field. public @Nullable FT_ListNode head() { return FT_List.nhead(address()); } /** @return a {@link FT_ListNode} view of the struct pointed to by the {@code tail} field.
Buffer::tail
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_List.java
BSD-3-Clause
public FT_Bitmap(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code FT_Bitmap} 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_Bitmap::FT_Bitmap
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap malloc() { return new FT_Bitmap(nmemAllocChecked(SIZEOF), null); }
Creates a {@code FT_Bitmap} 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_Bitmap(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code rows} field. @NativeType("unsigned int") public int rows() { return nrows(address()); } /** @return the value of the {@code width} field. @NativeType("unsigned int") public int width() { return nwidth(address()); } /** @return the value of the {@code pitch} field. public int pitch() { return npitch(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code buffer} field. @NativeType("unsigned char *") public @Nullable ByteBuffer buffer(int capacity) { return nbuffer(address(), capacity); } /** @return the value of the {@code num_grays} field. @NativeType("unsigned short") public short num_grays() { return nnum_grays(address()); } /** @return the value of the {@code pixel_mode} field. @NativeType("unsigned char") public byte pixel_mode() { return npixel_mode(address()); } /** @return the value of the {@code palette_mode} field. @NativeType("unsigned char") public byte palette_mode() { return npalette_mode(address()); } /** @return the value of the {@code palette} field. @NativeType("void *") public long palette() { return npalette(address()); } // ----------------------------------- /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
FT_Bitmap::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap calloc() { return new FT_Bitmap(nmemCallocChecked(1, SIZEOF), null); }
Creates a {@code FT_Bitmap} 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_Bitmap(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code rows} field. @NativeType("unsigned int") public int rows() { return nrows(address()); } /** @return the value of the {@code width} field. @NativeType("unsigned int") public int width() { return nwidth(address()); } /** @return the value of the {@code pitch} field. public int pitch() { return npitch(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code buffer} field. @NativeType("unsigned char *") public @Nullable ByteBuffer buffer(int capacity) { return nbuffer(address(), capacity); } /** @return the value of the {@code num_grays} field. @NativeType("unsigned short") public short num_grays() { return nnum_grays(address()); } /** @return the value of the {@code pixel_mode} field. @NativeType("unsigned char") public byte pixel_mode() { return npixel_mode(address()); } /** @return the value of the {@code palette_mode} field. @NativeType("unsigned char") public byte palette_mode() { return npalette_mode(address()); } /** @return the value of the {@code palette} field. @NativeType("void *") public long palette() { return npalette(address()); } // ----------------------------------- /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Bitmap malloc() { return new FT_Bitmap(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
FT_Bitmap::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_Bitmap(memAddress(container), container); }
Creates a {@code FT_Bitmap} 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_Bitmap(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code rows} field. @NativeType("unsigned int") public int rows() { return nrows(address()); } /** @return the value of the {@code width} field. @NativeType("unsigned int") public int width() { return nwidth(address()); } /** @return the value of the {@code pitch} field. public int pitch() { return npitch(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code buffer} field. @NativeType("unsigned char *") public @Nullable ByteBuffer buffer(int capacity) { return nbuffer(address(), capacity); } /** @return the value of the {@code num_grays} field. @NativeType("unsigned short") public short num_grays() { return nnum_grays(address()); } /** @return the value of the {@code pixel_mode} field. @NativeType("unsigned char") public byte pixel_mode() { return npixel_mode(address()); } /** @return the value of the {@code palette_mode} field. @NativeType("unsigned char") public byte palette_mode() { return npalette_mode(address()); } /** @return the value of the {@code palette} field. @NativeType("void *") public long palette() { return npalette(address()); } // ----------------------------------- /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Bitmap malloc() { return new FT_Bitmap(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_Bitmap calloc() { return new FT_Bitmap(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_Bitmap} instance allocated with {@link BufferUtils}.
FT_Bitmap::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap create(long address) { return new FT_Bitmap(address, null); }
Creates a {@code FT_Bitmap} 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_Bitmap(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code rows} field. @NativeType("unsigned int") public int rows() { return nrows(address()); } /** @return the value of the {@code width} field. @NativeType("unsigned int") public int width() { return nwidth(address()); } /** @return the value of the {@code pitch} field. public int pitch() { return npitch(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code buffer} field. @NativeType("unsigned char *") public @Nullable ByteBuffer buffer(int capacity) { return nbuffer(address(), capacity); } /** @return the value of the {@code num_grays} field. @NativeType("unsigned short") public short num_grays() { return nnum_grays(address()); } /** @return the value of the {@code pixel_mode} field. @NativeType("unsigned char") public byte pixel_mode() { return npixel_mode(address()); } /** @return the value of the {@code palette_mode} field. @NativeType("unsigned char") public byte palette_mode() { return npalette_mode(address()); } /** @return the value of the {@code palette} field. @NativeType("void *") public long palette() { return npalette(address()); } // ----------------------------------- /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Bitmap malloc() { return new FT_Bitmap(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_Bitmap calloc() { return new FT_Bitmap(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_Bitmap} instance allocated with {@link BufferUtils}. public static FT_Bitmap create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_Bitmap(memAddress(container), container); } /** Returns a new {@code FT_Bitmap} instance for the specified memory address.
FT_Bitmap::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static @Nullable FT_Bitmap createSafe(long address) { return address == NULL ? null : new FT_Bitmap(address, null); }
Creates a {@code FT_Bitmap} 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_Bitmap(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code rows} field. @NativeType("unsigned int") public int rows() { return nrows(address()); } /** @return the value of the {@code width} field. @NativeType("unsigned int") public int width() { return nwidth(address()); } /** @return the value of the {@code pitch} field. public int pitch() { return npitch(address()); } /** @return a {@link ByteBuffer} view of the data pointed to by the {@code buffer} field. @NativeType("unsigned char *") public @Nullable ByteBuffer buffer(int capacity) { return nbuffer(address(), capacity); } /** @return the value of the {@code num_grays} field. @NativeType("unsigned short") public short num_grays() { return nnum_grays(address()); } /** @return the value of the {@code pixel_mode} field. @NativeType("unsigned char") public byte pixel_mode() { return npixel_mode(address()); } /** @return the value of the {@code palette_mode} field. @NativeType("unsigned char") public byte palette_mode() { return npalette_mode(address()); } /** @return the value of the {@code palette} field. @NativeType("void *") public long palette() { return npalette(address()); } // ----------------------------------- /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static FT_Bitmap malloc() { return new FT_Bitmap(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code FT_Bitmap} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static FT_Bitmap calloc() { return new FT_Bitmap(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code FT_Bitmap} instance allocated with {@link BufferUtils}. public static FT_Bitmap create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new FT_Bitmap(memAddress(container), container); } /** Returns a new {@code FT_Bitmap} instance for the specified memory address. public static FT_Bitmap create(long address) { return new FT_Bitmap(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_Bitmap::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap.Buffer malloc(int capacity) { return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity); }
Returns a new {@link FT_Bitmap.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. @param capacity the buffer capacity
FT_Bitmap::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap.Buffer calloc(int capacity) { return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity); }
Returns a new {@link FT_Bitmap.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. @param capacity the buffer capacity
FT_Bitmap::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap.Buffer create(int capacity) { ByteBuffer container = __create(capacity, SIZEOF); return new Buffer(memAddress(container), container, -1, 0, capacity, capacity); }
Returns a new {@link FT_Bitmap.Buffer} instance allocated with {@link BufferUtils}. @param capacity the buffer capacity
FT_Bitmap::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link FT_Bitmap.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
FT_Bitmap::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link FT_Bitmap.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_Bitmap.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_Bitmap::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap malloc(MemoryStack stack) { return new FT_Bitmap(stack.nmalloc(ALIGNOF, SIZEOF), null); }
Returns a new {@code FT_Bitmap} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate
FT_Bitmap::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap calloc(MemoryStack stack) { return new FT_Bitmap(stack.ncalloc(ALIGNOF, 1, SIZEOF), null); }
Returns a new {@code FT_Bitmap} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate
FT_Bitmap::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap.Buffer malloc(int capacity, MemoryStack stack) { return new Buffer(stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity); }
Returns a new {@link FT_Bitmap.Buffer} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate @param capacity the buffer capacity
FT_Bitmap::malloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static FT_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); }
Returns a new {@link FT_Bitmap.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_Bitmap::calloc
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}.
FT_Bitmap::nrows
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static int nwidth(long struct) { return memGetInt(struct + FT_Bitmap.WIDTH); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}. public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); } /** Unsafe version of {@link #width}.
FT_Bitmap::nwidth
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static int npitch(long struct) { return memGetInt(struct + FT_Bitmap.PITCH); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}. public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); } /** Unsafe version of {@link #width}. public static int nwidth(long struct) { return memGetInt(struct + FT_Bitmap.WIDTH); } /** Unsafe version of {@link #pitch}.
FT_Bitmap::npitch
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static @Nullable ByteBuffer nbuffer(long struct, int capacity) { return memByteBufferSafe(memGetAddress(struct + FT_Bitmap.BUFFER), capacity); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}. public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); } /** Unsafe version of {@link #width}. public static int nwidth(long struct) { return memGetInt(struct + FT_Bitmap.WIDTH); } /** Unsafe version of {@link #pitch}. public static int npitch(long struct) { return memGetInt(struct + FT_Bitmap.PITCH); } /** Unsafe version of {@link #buffer(int) buffer}.
FT_Bitmap::nbuffer
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static short nnum_grays(long struct) { return memGetShort(struct + FT_Bitmap.NUM_GRAYS); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}. public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); } /** Unsafe version of {@link #width}. public static int nwidth(long struct) { return memGetInt(struct + FT_Bitmap.WIDTH); } /** Unsafe version of {@link #pitch}. public static int npitch(long struct) { return memGetInt(struct + FT_Bitmap.PITCH); } /** Unsafe version of {@link #buffer(int) buffer}. public static @Nullable ByteBuffer nbuffer(long struct, int capacity) { return memByteBufferSafe(memGetAddress(struct + FT_Bitmap.BUFFER), capacity); } /** Unsafe version of {@link #num_grays}.
FT_Bitmap::nnum_grays
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static byte npixel_mode(long struct) { return memGetByte(struct + FT_Bitmap.PIXEL_MODE); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}. public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); } /** Unsafe version of {@link #width}. public static int nwidth(long struct) { return memGetInt(struct + FT_Bitmap.WIDTH); } /** Unsafe version of {@link #pitch}. public static int npitch(long struct) { return memGetInt(struct + FT_Bitmap.PITCH); } /** Unsafe version of {@link #buffer(int) buffer}. public static @Nullable ByteBuffer nbuffer(long struct, int capacity) { return memByteBufferSafe(memGetAddress(struct + FT_Bitmap.BUFFER), capacity); } /** Unsafe version of {@link #num_grays}. public static short nnum_grays(long struct) { return memGetShort(struct + FT_Bitmap.NUM_GRAYS); } /** Unsafe version of {@link #pixel_mode}.
FT_Bitmap::npixel_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static byte npalette_mode(long struct) { return memGetByte(struct + FT_Bitmap.PALETTE_MODE); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}. public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); } /** Unsafe version of {@link #width}. public static int nwidth(long struct) { return memGetInt(struct + FT_Bitmap.WIDTH); } /** Unsafe version of {@link #pitch}. public static int npitch(long struct) { return memGetInt(struct + FT_Bitmap.PITCH); } /** Unsafe version of {@link #buffer(int) buffer}. public static @Nullable ByteBuffer nbuffer(long struct, int capacity) { return memByteBufferSafe(memGetAddress(struct + FT_Bitmap.BUFFER), capacity); } /** Unsafe version of {@link #num_grays}. public static short nnum_grays(long struct) { return memGetShort(struct + FT_Bitmap.NUM_GRAYS); } /** Unsafe version of {@link #pixel_mode}. public static byte npixel_mode(long struct) { return memGetByte(struct + FT_Bitmap.PIXEL_MODE); } /** Unsafe version of {@link #palette_mode}.
FT_Bitmap::npalette_mode
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public static long npalette(long struct) { return memGetAddress(struct + FT_Bitmap.PALETTE); }
Returns a new {@link FT_Bitmap.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_Bitmap.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #rows}. public static int nrows(long struct) { return memGetInt(struct + FT_Bitmap.ROWS); } /** Unsafe version of {@link #width}. public static int nwidth(long struct) { return memGetInt(struct + FT_Bitmap.WIDTH); } /** Unsafe version of {@link #pitch}. public static int npitch(long struct) { return memGetInt(struct + FT_Bitmap.PITCH); } /** Unsafe version of {@link #buffer(int) buffer}. public static @Nullable ByteBuffer nbuffer(long struct, int capacity) { return memByteBufferSafe(memGetAddress(struct + FT_Bitmap.BUFFER), capacity); } /** Unsafe version of {@link #num_grays}. public static short nnum_grays(long struct) { return memGetShort(struct + FT_Bitmap.NUM_GRAYS); } /** Unsafe version of {@link #pixel_mode}. public static byte npixel_mode(long struct) { return memGetByte(struct + FT_Bitmap.PIXEL_MODE); } /** Unsafe version of {@link #palette_mode}. public static byte npalette_mode(long struct) { return memGetByte(struct + FT_Bitmap.PALETTE_MODE); } /** Unsafe version of {@link #palette}.
FT_Bitmap::npalette
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public int pitch() { return FT_Bitmap.npitch(address()); }
Creates a new {@code FT_Bitmap.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_Bitmap#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_Bitmap getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code rows} field. @NativeType("unsigned int") public int rows() { return FT_Bitmap.nrows(address()); } /** @return the value of the {@code width} field. @NativeType("unsigned int") public int width() { return FT_Bitmap.nwidth(address()); } /** @return the value of the {@code pitch} field.
Buffer::pitch
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Bitmap.java
BSD-3-Clause
public FT_Glyph_Metrics(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code FT_Glyph_Metrics} 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_Glyph_Metrics::FT_Glyph_Metrics
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static FT_Glyph_Metrics create(long address) { return new FT_Glyph_Metrics(address, null); }
Creates a {@code FT_Glyph_Metrics} 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_Glyph_Metrics(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code width} field. @NativeType("FT_Pos") public long width() { return nwidth(address()); } /** @return the value of the {@code height} field. @NativeType("FT_Pos") public long height() { return nheight(address()); } /** @return the value of the {@code horiBearingX} field. @NativeType("FT_Pos") public long horiBearingX() { return nhoriBearingX(address()); } /** @return the value of the {@code horiBearingY} field. @NativeType("FT_Pos") public long horiBearingY() { return nhoriBearingY(address()); } /** @return the value of the {@code horiAdvance} field. @NativeType("FT_Pos") public long horiAdvance() { return nhoriAdvance(address()); } /** @return the value of the {@code vertBearingX} field. @NativeType("FT_Pos") public long vertBearingX() { return nvertBearingX(address()); } /** @return the value of the {@code vertBearingY} field. @NativeType("FT_Pos") public long vertBearingY() { return nvertBearingY(address()); } /** @return the value of the {@code vertAdvance} field. @NativeType("FT_Pos") public long vertAdvance() { return nvertAdvance(address()); } // ----------------------------------- /** Returns a new {@code FT_Glyph_Metrics} instance for the specified memory address.
FT_Glyph_Metrics::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static @Nullable FT_Glyph_Metrics createSafe(long address) { return address == NULL ? null : new FT_Glyph_Metrics(address, null); }
Creates a {@code FT_Glyph_Metrics} 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_Glyph_Metrics(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code width} field. @NativeType("FT_Pos") public long width() { return nwidth(address()); } /** @return the value of the {@code height} field. @NativeType("FT_Pos") public long height() { return nheight(address()); } /** @return the value of the {@code horiBearingX} field. @NativeType("FT_Pos") public long horiBearingX() { return nhoriBearingX(address()); } /** @return the value of the {@code horiBearingY} field. @NativeType("FT_Pos") public long horiBearingY() { return nhoriBearingY(address()); } /** @return the value of the {@code horiAdvance} field. @NativeType("FT_Pos") public long horiAdvance() { return nhoriAdvance(address()); } /** @return the value of the {@code vertBearingX} field. @NativeType("FT_Pos") public long vertBearingX() { return nvertBearingX(address()); } /** @return the value of the {@code vertBearingY} field. @NativeType("FT_Pos") public long vertBearingY() { return nvertBearingY(address()); } /** @return the value of the {@code vertAdvance} field. @NativeType("FT_Pos") public long vertAdvance() { return nvertAdvance(address()); } // ----------------------------------- /** Returns a new {@code FT_Glyph_Metrics} instance for the specified memory address. public static FT_Glyph_Metrics create(long address) { return new FT_Glyph_Metrics(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
FT_Glyph_Metrics::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static FT_Glyph_Metrics.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link FT_Glyph_Metrics.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
FT_Glyph_Metrics::create
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static FT_Glyph_Metrics.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link FT_Glyph_Metrics.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_Glyph_Metrics.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_Glyph_Metrics::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static long nwidth(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.WIDTH); }
Create a {@link FT_Glyph_Metrics.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_Glyph_Metrics.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_Glyph_Metrics.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #width}.
FT_Glyph_Metrics::nwidth
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static long nheight(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.HEIGHT); }
Create a {@link FT_Glyph_Metrics.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_Glyph_Metrics.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_Glyph_Metrics.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #width}. public static long nwidth(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.WIDTH); } /** Unsafe version of {@link #height}.
FT_Glyph_Metrics::nheight
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static long nhoriBearingX(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.HORIBEARINGX); }
Create a {@link FT_Glyph_Metrics.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_Glyph_Metrics.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_Glyph_Metrics.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #width}. public static long nwidth(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.WIDTH); } /** Unsafe version of {@link #height}. public static long nheight(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.HEIGHT); } /** Unsafe version of {@link #horiBearingX}.
FT_Glyph_Metrics::nhoriBearingX
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause
public static long nhoriBearingY(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.HORIBEARINGY); }
Create a {@link FT_Glyph_Metrics.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static FT_Glyph_Metrics.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_Glyph_Metrics.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); } // ----------------------------------- /** Unsafe version of {@link #width}. public static long nwidth(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.WIDTH); } /** Unsafe version of {@link #height}. public static long nheight(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.HEIGHT); } /** Unsafe version of {@link #horiBearingX}. public static long nhoriBearingX(long struct) { return memGetCLong(struct + FT_Glyph_Metrics.HORIBEARINGX); } /** Unsafe version of {@link #horiBearingY}.
FT_Glyph_Metrics::nhoriBearingY
java
LWJGL/lwjgl3
modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/freetype/src/generated/java/org/lwjgl/util/freetype/FT_Glyph_Metrics.java
BSD-3-Clause