bridge/render_bridge_define
library
Typedefs
-
AddRootFfiDartType
= void Function(int domId, int rootId)
-
-
AddRootFfiNativeType
= Void Function(Uint32 domId, Uint32 rootId)
-
-
CalculateNodeLayoutNativeType
= Pointer<Int64> Function(Int32 engindId, Uint32 rootId, Int32 nodeId, Double width, Int32 widthMode, Double height, Int32 heightMode)
-
-
CallNativeEventFfiDartType
= void Function(int renderManagerId, int rootId, int nodeId, Pointer<Utf16> event, bool useCapture, bool useBubble, Pointer<Uint8> params, int paramsLen)
-
-
CallNativeEventFfiNativeType
= Void Function(Uint32 renderManagerId, Uint32 rootId, Int32 nodeId, Pointer<Utf16> event, Bool useCapture, Bool useBubble, Pointer<Uint8> params, Int32 paramsLen)
-
-
CallNativeFunctionFfiDartType
= void Function(int engineId, int renderManagerId, Pointer<Utf16> callId, Pointer<Uint8> params, int paramsLen, int keep)
-
-
CallNativeFunctionFfiNativeType
= Void Function(Int32 engineId, Uint32 renderManagerId, Pointer<Utf16> callId, Pointer<Uint8> params, Int32 paramsLen, Int32 keep)
-
-
CreateDomFfiDartType
= int Function()
-
-
CreateDomFfiNativeType
= Uint32 Function()
-
-
CreateVoltronRenderDartType
= int Function(double density)
-
-
CreateVoltronRenderNativeType
= Uint32 Function(Double density)
-
-
DestroyDomFfiDartType
= void Function(int domId)
-
-
DestroyDomFfiNativeType
= Void Function(Uint32 domId)
-
-
DestroyVoltronRenderDartType
= void Function(int renderManagerId)
-
-
DestroyVoltronRenderNativeType
= Void Function(Uint32 renderManagerId)
-
-
LoggerFunctionNativeType
= Void Function(Int32 level, Pointer<Utf8> print)
-
-
PostRenderOpNativeType
= Void Function(Int32 engindId, Uint32 rootId, Pointer<Void> paramsData, Int64 paramsLen)
-
-
RemoveRootFfiDartType
= void Function(int domId, int rootId)
-
-
RemoveRootFfiNativeType
= Void Function(Uint32 domId, Uint32 rootId)
-
-
UpdateNodeSizeFfiDartType
= void Function(int renderManagerId, int rootId, int nodeId, double width, double height)
-
-
UpdateNodeSizeFfiNativeType
= Void Function(Uint32 renderManagerId, Uint32 rootId, Int32 nodeId, Double width, Double height)
-