Package org.lwjgl.util.yoga
Class YGNode
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.util.yoga.YGNode
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class YGNode extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Unstable/private API.Layout
struct YGNodeLWJGL { void * context; bool hasNewLayout : 1; bool isReferenceBaseline : 1; bool isDirty : 1; YGNodeType nodeType : 1; bool measureUsesContext : 1; bool baselineUsesContext : 1; bool printUsesContext : 1; bool useWebDefaults : 1; char[1]; union {
YGMeasureFunc
noContext; MeasureWithContextFn withContext; } measure; union {YGBaselineFunc
noContext; BaselineWithContextFn withContext; } baseline; union {YGPrintFunc
noContext; PrintWithContextFn withContext; } print;YGDirtiedFunc
dirtied;YGStyle
style;YGLayout
layout; uint32_t lineIndex; YGNodeRef owner; YGVector children; YGConfigRef config;YGValue
resolvedDimensions[2]; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
YGNode.Buffer
An array ofYGNode
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
BASELINE
BASELINE_NOCONTEXT
BASELINE_WITHCONTEXT
BITFIELD
CHILDREN
CONFIG
CONTEXT
DIRTIED
LAYOUT
LINEINDEX
MEASURE
MEASURE_NOCONTEXT
MEASURE_WITHCONTEXT
OWNER
PRINT
PRINT_NOCONTEXT
PRINT_WITHCONTEXT
RESOLVEDDIMENSIONSThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STYLE
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description YGNode(java.nio.ByteBuffer container)
Creates aYGNode
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description YGBaselineFunc
baseline_noContext()
Returns the value of thebaseline.noContext
field.YGNode
baseline_noContext(YGBaselineFuncI value)
Sets the specified value to thebaseline.noContext
field.long
baseline_withContext()
Returns the value of thebaseline.withContext
field.YGNode
baseline_withContext(long value)
Sets the specified value to thebaseline.withContext
field.boolean
baselineUsesContext()
Returns the value of thebaselineUsesContext
field.YGNode
baselineUsesContext(boolean value)
Sets the specified value to thebaselineUsesContext
field.static YGNode
calloc()
Returns a newYGNode
instance allocated withmemCalloc
.static YGNode.Buffer
calloc(int capacity)
Returns a newYGNode.Buffer
instance allocated withmemCalloc
.static YGNode
callocStack()
Returns a newYGNode
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static YGNode.Buffer
callocStack(int capacity)
Returns a newYGNode.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static YGNode.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newYGNode.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static YGNode
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newYGNode
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.long
config()
Returns the value of theconfig
field.YGNode
config(long value)
Sets the specified value to theconfig
field.long
context()
Returns the value of thecontext
field.YGNode
context(long value)
Sets the specified value to thecontext
field.static YGNode
create()
Returns a newYGNode
instance allocated withBufferUtils
.static YGNode.Buffer
create(int capacity)
Returns a newYGNode.Buffer
instance allocated withBufferUtils
.static YGNode
create(long address)
Returns a newYGNode
instance for the specified memory address.static YGNode.Buffer
create(long address, int capacity)
Create aYGNode.Buffer
instance at the specified memory.static YGNode
createSafe(long address)
static YGNode.Buffer
createSafe(long address, int capacity)
YGDirtiedFunc
dirtied()
Returns the value of thedirtied
field.YGNode
dirtied(YGDirtiedFuncI value)
Sets the specified value to thedirtied
field.boolean
hasNewLayout()
Returns the value of thehasNewLayout
field.YGNode
hasNewLayout(boolean value)
Sets the specified value to thehasNewLayout
field.boolean
isDirty()
Returns the value of theisDirty
field.YGNode
isDirty(boolean value)
Sets the specified value to theisDirty
field.boolean
isReferenceBaseline()
Returns the value of theisReferenceBaseline
field.YGNode
isReferenceBaseline(boolean value)
Sets the specified value to theisReferenceBaseline
field.YGLayout
layout()
Returns aYGLayout
view of thelayout
field.YGNode
layout(YGLayout value)
Copies the specifiedYGLayout
to thelayout
field.int
lineIndex()
Returns the value of thelineIndex
field.YGNode
lineIndex(int value)
Sets the specified value to thelineIndex
field.static YGNode
malloc()
Returns a newYGNode
instance allocated withmemAlloc
.static YGNode.Buffer
malloc(int capacity)
Returns a newYGNode.Buffer
instance allocated withmemAlloc
.static YGNode
mallocStack()
Returns a newYGNode
instance allocated on the thread-localMemoryStack
.static YGNode.Buffer
mallocStack(int capacity)
Returns a newYGNode.Buffer
instance allocated on the thread-localMemoryStack
.static YGNode.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newYGNode.Buffer
instance allocated on the specifiedMemoryStack
.static YGNode
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newYGNode
instance allocated on the specifiedMemoryStack
.YGMeasureFunc
measure_noContext()
Returns the value of themeasure.noContext
field.YGNode
measure_noContext(YGMeasureFuncI value)
Sets the specified value to themeasure.noContext
field.long
measure_withContext()
Returns the value of themeasure.withContext
field.YGNode
measure_withContext(long value)
Sets the specified value to themeasure.withContext
field.boolean
measureUsesContext()
Returns the value of themeasureUsesContext
field.YGNode
measureUsesContext(boolean value)
Sets the specified value to themeasureUsesContext
field.static YGBaselineFunc
nbaseline_noContext(long struct)
Unsafe version ofbaseline_noContext()
.static void
nbaseline_noContext(long struct, YGBaselineFuncI value)
Unsafe version ofbaseline_noContext
.static long
nbaseline_withContext(long struct)
Unsafe version ofbaseline_withContext()
.static void
nbaseline_withContext(long struct, long value)
Unsafe version ofbaseline_withContext
.static boolean
nbaselineUsesContext(long struct)
Unsafe version ofbaselineUsesContext()
.static void
nbaselineUsesContext(long struct, boolean value)
Unsafe version ofbaselineUsesContext
.static byte
nbitfield(long struct)
static void
nbitfield(long struct, byte value)
static long
nchildren(long struct)
static void
nchildren(long struct, long value)
static long
nconfig(long struct)
Unsafe version ofconfig()
.static void
nconfig(long struct, long value)
Unsafe version ofconfig
.static long
ncontext(long struct)
Unsafe version ofcontext()
.static void
ncontext(long struct, long value)
Unsafe version ofcontext
.static YGDirtiedFunc
ndirtied(long struct)
Unsafe version ofdirtied()
.static void
ndirtied(long struct, YGDirtiedFuncI value)
Unsafe version ofdirtied
.static boolean
nhasNewLayout(long struct)
Unsafe version ofhasNewLayout()
.static void
nhasNewLayout(long struct, boolean value)
Unsafe version ofhasNewLayout
.static boolean
nisDirty(long struct)
Unsafe version ofisDirty()
.static void
nisDirty(long struct, boolean value)
Unsafe version ofisDirty
.static boolean
nisReferenceBaseline(long struct)
Unsafe version ofisReferenceBaseline()
.static void
nisReferenceBaseline(long struct, boolean value)
Unsafe version ofisReferenceBaseline
.static YGLayout
nlayout(long struct)
Unsafe version oflayout()
.static void
nlayout(long struct, YGLayout value)
Unsafe version oflayout
.static int
nlineIndex(long struct)
Unsafe version oflineIndex()
.static void
nlineIndex(long struct, int value)
Unsafe version oflineIndex
.static YGMeasureFunc
nmeasure_noContext(long struct)
Unsafe version ofmeasure_noContext()
.static void
nmeasure_noContext(long struct, YGMeasureFuncI value)
Unsafe version ofmeasure_noContext
.static long
nmeasure_withContext(long struct)
Unsafe version ofmeasure_withContext()
.static void
nmeasure_withContext(long struct, long value)
Unsafe version ofmeasure_withContext
.static boolean
nmeasureUsesContext(long struct)
Unsafe version ofmeasureUsesContext()
.static void
nmeasureUsesContext(long struct, boolean value)
Unsafe version ofmeasureUsesContext
.static int
nnodeType(long struct)
Unsafe version ofnodeType()
.static void
nnodeType(long struct, int value)
Unsafe version ofnodeType
.int
nodeType()
Returns the value of thenodeType
field.YGNode
nodeType(int value)
Sets the specified value to thenodeType
field.static long
nowner(long struct)
Unsafe version ofowner()
.static void
nowner(long struct, long value)
Unsafe version ofowner
.static YGPrintFunc
nprint_noContext(long struct)
Unsafe version ofprint_noContext()
.static void
nprint_noContext(long struct, YGPrintFuncI value)
Unsafe version ofprint_noContext
.static long
nprint_withContext(long struct)
Unsafe version ofprint_withContext()
.static void
nprint_withContext(long struct, long value)
Unsafe version ofprint_withContext
.static boolean
nprintUsesContext(long struct)
Unsafe version ofprintUsesContext()
.static void
nprintUsesContext(long struct, boolean value)
Unsafe version ofprintUsesContext
.static YGValue.Buffer
nresolvedDimensions(long struct)
Unsafe version ofresolvedDimensions()
.static YGValue
nresolvedDimensions(long struct, int index)
Unsafe version ofresolvedDimensions
.static void
nresolvedDimensions(long struct, int index, YGValue value)
Unsafe version ofresolvedDimensions
.static void
nresolvedDimensions(long struct, YGValue.Buffer value)
Unsafe version ofresolvedDimensions
.static YGStyle
nstyle(long struct)
Unsafe version ofstyle()
.static void
nstyle(long struct, YGStyle value)
Unsafe version ofstyle
.static boolean
nuseWebDefaults(long struct)
Unsafe version ofuseWebDefaults()
.static void
nuseWebDefaults(long struct, boolean value)
Unsafe version ofuseWebDefaults
.long
owner()
Returns the value of theowner
field.YGNode
owner(long value)
Sets the specified value to theowner
field.YGPrintFunc
print_noContext()
Returns the value of theprint.noContext
field.YGNode
print_noContext(YGPrintFuncI value)
Sets the specified value to theprint.noContext
field.long
print_withContext()
Returns the value of theprint.withContext
field.YGNode
print_withContext(long value)
Sets the specified value to theprint.withContext
field.boolean
printUsesContext()
Returns the value of theprintUsesContext
field.YGNode
printUsesContext(boolean value)
Sets the specified value to theprintUsesContext
field.YGValue.Buffer
resolvedDimensions()
Returns aYGValue
.Buffer view of theresolvedDimensions
field.YGValue
resolvedDimensions(int index)
Returns aYGValue
view of the struct at the specified index of theresolvedDimensions
field.YGNode
resolvedDimensions(int index, java.util.function.Consumer<YGValue> consumer)
Passes the element atindex
of theresolvedDimensions
field to the specifiedConsumer
.YGNode
resolvedDimensions(int index, YGValue value)
Copies the specifiedYGValue
at the specified index of theresolvedDimensions
field.YGNode
resolvedDimensions(java.util.function.Consumer<YGValue.Buffer> consumer)
Passes theresolvedDimensions
field to the specifiedConsumer
.YGNode
resolvedDimensions(YGValue.Buffer value)
Copies the specifiedYGValue.Buffer
to theresolvedDimensions
field.YGNode
set(YGNode src)
Copies the specified struct data to this struct.int
sizeof()
YGStyle
style()
Returns aYGStyle
view of thestyle
field.YGNode
style(YGStyle value)
Copies the specifiedYGStyle
to thestyle
field.boolean
useWebDefaults()
Returns the value of theuseWebDefaults
field.YGNode
useWebDefaults(boolean value)
Sets the specified value to theuseWebDefaults
field.
-
-
-
Field Detail
-
SIZEOF
The struct size in bytes.
-
ALIGNOF
The struct alignment in bytes.
-
CONTEXT, BITFIELD, MEASURE, MEASURE_NOCONTEXT, MEASURE_WITHCONTEXT, BASELINE, BASELINE_NOCONTEXT, BASELINE_WITHCONTEXT, PRINT, PRINT_NOCONTEXT, PRINT_WITHCONTEXT, DIRTIED, STYLE, LAYOUT, LINEINDEX, OWNER, CHILDREN, CONFIG, RESOLVEDDIMENSIONS
The struct member offsets.
-
-
Constructor Detail
-
YGNode
public YGNode(java.nio.ByteBuffer container)
Creates aYGNode
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
context
public long context()
Returns the value of thecontext
field.
-
hasNewLayout
public boolean hasNewLayout()
Returns the value of thehasNewLayout
field.
-
isReferenceBaseline
public boolean isReferenceBaseline()
Returns the value of theisReferenceBaseline
field.
-
isDirty
public boolean isDirty()
Returns the value of theisDirty
field.
-
nodeType
public int nodeType()
Returns the value of thenodeType
field.
-
measureUsesContext
public boolean measureUsesContext()
Returns the value of themeasureUsesContext
field.
-
baselineUsesContext
public boolean baselineUsesContext()
Returns the value of thebaselineUsesContext
field.
-
printUsesContext
public boolean printUsesContext()
Returns the value of theprintUsesContext
field.
-
useWebDefaults
public boolean useWebDefaults()
Returns the value of theuseWebDefaults
field.
-
measure_noContext
@Nullable public YGMeasureFunc measure_noContext()
Returns the value of themeasure.noContext
field.
-
measure_withContext
public long measure_withContext()
Returns the value of themeasure.withContext
field.
-
baseline_noContext
@Nullable public YGBaselineFunc baseline_noContext()
Returns the value of thebaseline.noContext
field.
-
baseline_withContext
public long baseline_withContext()
Returns the value of thebaseline.withContext
field.
-
print_noContext
@Nullable public YGPrintFunc print_noContext()
Returns the value of theprint.noContext
field.
-
print_withContext
public long print_withContext()
Returns the value of theprint.withContext
field.
-
dirtied
@Nullable public YGDirtiedFunc dirtied()
Returns the value of thedirtied
field.
-
lineIndex
public int lineIndex()
Returns the value of thelineIndex
field.
-
owner
public long owner()
Returns the value of theowner
field.
-
config
public long config()
Returns the value of theconfig
field.
-
resolvedDimensions
public YGValue.Buffer resolvedDimensions()
Returns aYGValue
.Buffer view of theresolvedDimensions
field.
-
resolvedDimensions
public YGValue resolvedDimensions(int index)
Returns aYGValue
view of the struct at the specified index of theresolvedDimensions
field.
-
context
public YGNode context(long value)
Sets the specified value to thecontext
field.
-
hasNewLayout
public YGNode hasNewLayout(boolean value)
Sets the specified value to thehasNewLayout
field.
-
isReferenceBaseline
public YGNode isReferenceBaseline(boolean value)
Sets the specified value to theisReferenceBaseline
field.
-
isDirty
public YGNode isDirty(boolean value)
Sets the specified value to theisDirty
field.
-
nodeType
public YGNode nodeType(int value)
Sets the specified value to thenodeType
field.
-
measureUsesContext
public YGNode measureUsesContext(boolean value)
Sets the specified value to themeasureUsesContext
field.
-
baselineUsesContext
public YGNode baselineUsesContext(boolean value)
Sets the specified value to thebaselineUsesContext
field.
-
printUsesContext
public YGNode printUsesContext(boolean value)
Sets the specified value to theprintUsesContext
field.
-
useWebDefaults
public YGNode useWebDefaults(boolean value)
Sets the specified value to theuseWebDefaults
field.
-
measure_noContext
public YGNode measure_noContext(@Nullable YGMeasureFuncI value)
Sets the specified value to themeasure.noContext
field.
-
measure_withContext
public YGNode measure_withContext(long value)
Sets the specified value to themeasure.withContext
field.
-
baseline_noContext
public YGNode baseline_noContext(@Nullable YGBaselineFuncI value)
Sets the specified value to thebaseline.noContext
field.
-
baseline_withContext
public YGNode baseline_withContext(long value)
Sets the specified value to thebaseline.withContext
field.
-
print_noContext
public YGNode print_noContext(@Nullable YGPrintFuncI value)
Sets the specified value to theprint.noContext
field.
-
print_withContext
public YGNode print_withContext(long value)
Sets the specified value to theprint.withContext
field.
-
dirtied
public YGNode dirtied(@Nullable YGDirtiedFuncI value)
Sets the specified value to thedirtied
field.
-
lineIndex
public YGNode lineIndex(int value)
Sets the specified value to thelineIndex
field.
-
owner
public YGNode owner(long value)
Sets the specified value to theowner
field.
-
config
public YGNode config(long value)
Sets the specified value to theconfig
field.
-
resolvedDimensions
public YGNode resolvedDimensions(YGValue.Buffer value)
Copies the specifiedYGValue.Buffer
to theresolvedDimensions
field.
-
resolvedDimensions
public YGNode resolvedDimensions(int index, YGValue value)
Copies the specifiedYGValue
at the specified index of theresolvedDimensions
field.
-
resolvedDimensions
public YGNode resolvedDimensions(java.util.function.Consumer<YGValue.Buffer> consumer)
Passes theresolvedDimensions
field to the specifiedConsumer
.
-
resolvedDimensions
public YGNode resolvedDimensions(int index, java.util.function.Consumer<YGValue> consumer)
Passes the element atindex
of theresolvedDimensions
field to the specifiedConsumer
.
-
set
public YGNode set(YGNode src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static YGNode malloc()
Returns a newYGNode
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static YGNode calloc()
Returns a newYGNode
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static YGNode create()
Returns a newYGNode
instance allocated withBufferUtils
.
-
create
public static YGNode create(long address)
Returns a newYGNode
instance for the specified memory address.
-
createSafe
@Nullable public static YGNode createSafe(long address)
-
malloc
public static YGNode.Buffer malloc(int capacity)
Returns a newYGNode.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static YGNode.Buffer calloc(int capacity)
Returns a newYGNode.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static YGNode.Buffer create(int capacity)
Returns a newYGNode.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static YGNode.Buffer create(long address, int capacity)
Create aYGNode.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static YGNode.Buffer createSafe(long address, int capacity)
-
mallocStack
public static YGNode mallocStack()
Returns a newYGNode
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static YGNode callocStack()
Returns a newYGNode
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static YGNode mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newYGNode
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static YGNode callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newYGNode
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static YGNode.Buffer mallocStack(int capacity)
Returns a newYGNode.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static YGNode.Buffer callocStack(int capacity)
Returns a newYGNode.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static YGNode.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newYGNode.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static YGNode.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newYGNode.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
ncontext
public static long ncontext(long struct)
Unsafe version ofcontext()
.
-
nbitfield
public static byte nbitfield(long struct)
-
nhasNewLayout
public static boolean nhasNewLayout(long struct)
Unsafe version ofhasNewLayout()
.
-
nisReferenceBaseline
public static boolean nisReferenceBaseline(long struct)
Unsafe version ofisReferenceBaseline()
.
-
nisDirty
public static boolean nisDirty(long struct)
Unsafe version ofisDirty()
.
-
nnodeType
public static int nnodeType(long struct)
Unsafe version ofnodeType()
.
-
nmeasureUsesContext
public static boolean nmeasureUsesContext(long struct)
Unsafe version ofmeasureUsesContext()
.
-
nbaselineUsesContext
public static boolean nbaselineUsesContext(long struct)
Unsafe version ofbaselineUsesContext()
.
-
nprintUsesContext
public static boolean nprintUsesContext(long struct)
Unsafe version ofprintUsesContext()
.
-
nuseWebDefaults
public static boolean nuseWebDefaults(long struct)
Unsafe version ofuseWebDefaults()
.
-
nmeasure_noContext
@Nullable public static YGMeasureFunc nmeasure_noContext(long struct)
Unsafe version ofmeasure_noContext()
.
-
nmeasure_withContext
public static long nmeasure_withContext(long struct)
Unsafe version ofmeasure_withContext()
.
-
nbaseline_noContext
@Nullable public static YGBaselineFunc nbaseline_noContext(long struct)
Unsafe version ofbaseline_noContext()
.
-
nbaseline_withContext
public static long nbaseline_withContext(long struct)
Unsafe version ofbaseline_withContext()
.
-
nprint_noContext
@Nullable public static YGPrintFunc nprint_noContext(long struct)
Unsafe version ofprint_noContext()
.
-
nprint_withContext
public static long nprint_withContext(long struct)
Unsafe version ofprint_withContext()
.
-
ndirtied
@Nullable public static YGDirtiedFunc ndirtied(long struct)
Unsafe version ofdirtied()
.
-
nlineIndex
public static int nlineIndex(long struct)
Unsafe version oflineIndex()
.
-
nowner
public static long nowner(long struct)
Unsafe version ofowner()
.
-
nchildren
public static long nchildren(long struct)
-
nconfig
public static long nconfig(long struct)
Unsafe version ofconfig()
.
-
nresolvedDimensions
public static YGValue.Buffer nresolvedDimensions(long struct)
Unsafe version ofresolvedDimensions()
.
-
nresolvedDimensions
public static YGValue nresolvedDimensions(long struct, int index)
Unsafe version ofresolvedDimensions
.
-
ncontext
public static void ncontext(long struct, long value)
Unsafe version ofcontext
.
-
nbitfield
public static void nbitfield(long struct, byte value)
-
nhasNewLayout
public static void nhasNewLayout(long struct, boolean value)
Unsafe version ofhasNewLayout
.
-
nisReferenceBaseline
public static void nisReferenceBaseline(long struct, boolean value)
Unsafe version ofisReferenceBaseline
.
-
nisDirty
public static void nisDirty(long struct, boolean value)
Unsafe version ofisDirty
.
-
nnodeType
public static void nnodeType(long struct, int value)
Unsafe version ofnodeType
.
-
nmeasureUsesContext
public static void nmeasureUsesContext(long struct, boolean value)
Unsafe version ofmeasureUsesContext
.
-
nbaselineUsesContext
public static void nbaselineUsesContext(long struct, boolean value)
Unsafe version ofbaselineUsesContext
.
-
nprintUsesContext
public static void nprintUsesContext(long struct, boolean value)
Unsafe version ofprintUsesContext
.
-
nuseWebDefaults
public static void nuseWebDefaults(long struct, boolean value)
Unsafe version ofuseWebDefaults
.
-
nmeasure_noContext
public static void nmeasure_noContext(long struct, @Nullable YGMeasureFuncI value)
Unsafe version ofmeasure_noContext
.
-
nmeasure_withContext
public static void nmeasure_withContext(long struct, long value)
Unsafe version ofmeasure_withContext
.
-
nbaseline_noContext
public static void nbaseline_noContext(long struct, @Nullable YGBaselineFuncI value)
Unsafe version ofbaseline_noContext
.
-
nbaseline_withContext
public static void nbaseline_withContext(long struct, long value)
Unsafe version ofbaseline_withContext
.
-
nprint_noContext
public static void nprint_noContext(long struct, @Nullable YGPrintFuncI value)
Unsafe version ofprint_noContext
.
-
nprint_withContext
public static void nprint_withContext(long struct, long value)
Unsafe version ofprint_withContext
.
-
ndirtied
public static void ndirtied(long struct, @Nullable YGDirtiedFuncI value)
Unsafe version ofdirtied
.
-
nlineIndex
public static void nlineIndex(long struct, int value)
Unsafe version oflineIndex
.
-
nowner
public static void nowner(long struct, long value)
Unsafe version ofowner
.
-
nchildren
public static void nchildren(long struct, long value)
-
nconfig
public static void nconfig(long struct, long value)
Unsafe version ofconfig
.
-
nresolvedDimensions
public static void nresolvedDimensions(long struct, YGValue.Buffer value)
Unsafe version ofresolvedDimensions
.
-
nresolvedDimensions
public static void nresolvedDimensions(long struct, int index, YGValue value)
Unsafe version ofresolvedDimensions
.
-
-