style
library
Typedefs
-
CalculateNativeFlexNodeLayoutFuncDartType
= void Function(int nativeFlexNode, double width, double height, Pointer<Int64> nativeNodes, int nativeNodesLen, int direction)
-
-
CalculateNativeFlexNodeLayoutFuncNativeType
= Void Function(Int64 nativeFlexNode, Float width, Float height, Pointer<Int64> nativeNodes, Int32 nativeNodesLen, Int32 direction)
-
-
DetFloatValueFuncDartType
= void Function(int nativeFlexNode, double value)
-
-
FlexMeasureFunc
= int Function(FlexNodeAPI node, double width, FlexMeasureMode widthMode, double height, FlexMeasureMode heightMode)
-
-
FlexNodeMeasureFuncNativeType
= Int64 Function(Int64 nodeId, Float width, Int32 widthMode, Float height, Int32 heightMode)
-
-
GetFlexValueFuncDartType
= Pointer<FlexValueNative> Function(int nativeFlexNode)
-
-
GetFlexValueFuncNativeType
= Pointer<FlexValueNative> Function(Int64 nativeFlexNode)
-
-
GetFlexValueWithEdgeFuncDartType
= Pointer<FlexValueNative> Function(int nativeFlexNode, int edge)
-
-
GetFlexValueWithEdgeFuncNativeType
= Pointer<FlexValueNative> Function(Int64 nativeFlexNode, Int32 edge)
-
-
GetFloatValueFuncDartType
= double Function(int nativeFlexNode)
-
-
GetFloatValueFuncNativeType
= Float Function(Int64 nativeFlexNode)
-
-
GetIntValueFuncDartType
= int Function(int nativeFlexNode)
-
-
GetIntValueFuncNativeType
= Int32 Function(Int64 nativeFlexNode)
-
-
InsertNativeFlexNodeChildFuncDartType
= void Function(int nativeFlexNode, int childNode, int index)
-
-
InsertNativeFlexNodeChildFuncNativeType
= Void Function(Int64 nativeFlexNode, Int64 childNode, Int32 index)
-
-
NewNativeItemFuncDartType
= int Function()
-
-
NewNativeItemFuncNativeType
= Int64 Function()
-
-
NodeFloatFiledGetter
= Float Function(Int64 nodeId, Int32 filedType)
-
-
NodeFloatFiledSetter
= Void Function(Int64 nodeId, Int32 filedType, Float value)
-
-
NodeIntFiledGetter
= Int32 Function(Int64 nodeId, Int32 filedType)
-
-
NodeIntFiledSetter
= Void Function(Int64 nodeId, Int32 filedType, Int32 value)
-
-
RegisterFloatGetterFuncFfiDartType
= int Function(int type, Pointer<NativeFunction<NodeFloatFiledGetter>> func)
-
-
RegisterFloatGetterFuncFfiNativeType
= Int32 Function(Int32 type, Pointer<NativeFunction<NodeFloatFiledGetter>> func)
-
-
RegisterFloatSetterFuncFfiDartType
= int Function(int type, Pointer<NativeFunction<NodeFloatFiledSetter>> func)
-
-
RegisterFloatSetterFuncFfiNativeType
= Int32 Function(Int32 type, Pointer<NativeFunction<NodeFloatFiledSetter>> func)
-
-
RegisterIntGetterFuncFfiDartType
= int Function(int type, Pointer<NativeFunction<NodeIntFiledGetter>> func)
-
-
RegisterIntGetterFuncFfiNativeType
= Int32 Function(Int32 type, Pointer<NativeFunction<NodeIntFiledGetter>> func)
-
-
RegisterIntSetterFuncFfiDartType
= int Function(int type, Pointer<NativeFunction<NodeIntFiledSetter>> func)
-
-
RegisterIntSetterFuncFfiNativeType
= Int32 Function(Int32 type, Pointer<NativeFunction<NodeIntFiledSetter>> func)
-
-
RegisterMeasureFuncFfiDartType
= int Function(int type, Pointer<NativeFunction<FlexNodeMeasureFuncNativeType>> func)
-
-
RegisterMeasureFuncFfiNativeType
= Int32 Function(Int32 type, Pointer<NativeFunction<FlexNodeMeasureFuncNativeType>> func)
-
-
RemoveNativeFlexNodeChildFuncDartType
= void Function(int nativeFlexNode, int childNode)
-
-
RemoveNativeFlexNodeChildFuncNativeType
= Void Function(Int64 nativeFlexNode, Int64 childNode)
-
-
SetFlexNodeToStyleFuncDartType
= void Function(int stylePointer, int nodePointer)
-
-
SetFlexNodeToStyleFuncNativeType
= Void Function(Int64 stylePointer, Int64 nodePointer)
-
-
SetFlexValueWithEdgeFuncDartType
= void Function(int nativeFlexNode, int edge)
-
-
SetFlexValueWithEdgeFuncNativeType
= Void Function(Int64 nativeFlexNode, Int32 edge)
-
-
SetFloatValueFuncNativeType
= Void Function(Int64 nativeFlexNode, Float value)
-
-
SetFloatValueWithEdgeFuncDartType
= void Function(int nativeFlexNode, int edge, double value)
-
-
SetFloatValueWithEdgeFuncNativeType
= Void Function(Int64 nativeFlexNode, Int32 edge, Float value)
-
-
SetIntValueFuncDartType
= void Function(int nativeFlexNode, int value)
-
-
SetIntValueFuncNativeType
= Void Function(Int64 nativeFlexNode, Int32 value)
-
-
SingleCallFuncDartType
= void Function(int nativePointer)
-
-
SingleCallFuncNativeType
= Void Function(Int64 nativePointer)
-