@triniwiz/nativescript-masonkit 1.0.0-alpha.7 → 1.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.d.ts +53 -28
- package/common.js +355 -704
- package/common.js.map +1 -1
- package/helpers.d.ts +98 -98
- package/helpers.js +395 -2945
- package/helpers.js.map +1 -1
- package/index.android.d.ts +28 -24
- package/index.android.js +109 -82
- package/index.android.js.map +1 -1
- package/index.d.ts +56 -19
- package/index.ios.d.ts +42 -24
- package/index.ios.js +279 -121
- package/index.ios.js.map +1 -1
- package/node.d.ts +2 -0
- package/node.js +3 -0
- package/node.js.map +1 -0
- package/package.json +3 -3
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/Info.plist +4 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +251 -267
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason.h +11 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/mason_native.h +213 -843
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Info.plist +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.abi.json +17822 -19248
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +404 -310
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftinterface +404 -310
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/module.modulemap +1 -1
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1937 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +502 -534
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason.h +11 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/mason_native.h +213 -843
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Info.plist +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +17822 -19248
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +404 -310
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +404 -310
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +17822 -19248
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +404 -310
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +404 -310
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/module.modulemap +1 -1
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +33 -97
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1937 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +1888 -0
- package/platforms/ios/Podfile +1 -1
- package/platforms/ios/build.xcconfig +5 -1
- package/platforms/ios/prebuild.sh +101 -0
- package/{pods → src-native/pods}/NativeScript.podspec +1 -1
- package/style.d.ts +166 -0
- package/style.js +1686 -0
- package/style.js.map +1 -0
- package/platforms/ios/src/MasonV8Module.h +0 -583
- package/platforms/ios/src/MasonV8Module.mm +0 -1005
- package/platforms/ios/src/cpp/include/mason_native.h +0 -972
- package/platforms/ios/src/cpp/include/robin_hood.h +0 -2544
- package/platforms/ios/src/module.modulemap +0 -4
- /package/{pods → src-native/pods}/Headers/include/APIDesign.md +0 -0
- /package/{pods → src-native/pods}/Headers/include/DEPS +0 -0
- /package/{pods → src-native/pods}/Headers/include/DIR_METADATA +0 -0
- /package/{pods → src-native/pods}/Headers/include/OWNERS +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/DEPS +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/OWNERS +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/README.md +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/allocation.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/common.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/cross-thread-persistent.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/custom-space.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/default-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/ephemeron-pair.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/explicit-management.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/garbage-collected.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap-consistency.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap-state.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap-statistics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/api-constants.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/atomic-entry-flag.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/caged-heap-local-data.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/compiler-specific.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/finalizer-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/gc-info.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/logging.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/name-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/persistent-node.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/pointer-policies.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/write-barrier.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/liveness-broker.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/macros.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/member.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/name-provider.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/object-size-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/persistent.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/prefinalizer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/process-heap-statistics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/sentinel-pointer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/source-location.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/testing.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/trace-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/type-traits.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/visitor.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/js_protocol-1.2.json +0 -0
- /package/{pods → src-native/pods}/Headers/include/js_protocol-1.3.json +0 -0
- /package/{pods → src-native/pods}/Headers/include/js_protocol.pdl +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/arm64/ffi.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/arm64/ffitarget.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/x86_64/ffi.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/x86_64/ffitarget.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/DEPS +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/libplatform-export.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/libplatform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/v8-tracing.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-array-buffer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-callbacks.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-container.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-context.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-cppgc.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-data.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-date.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-debug.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-embedder-heap.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-embedder-state-scope.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-exception.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-extension.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-external.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-fast-api-calls.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-forward.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-function-callback.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-function.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-initialization.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-inspector-protocol.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-inspector.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-internal.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-isolate.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-json.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-local-handle.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-locker.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-maybe.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-memory-span.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-message.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-metrics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-microtask-queue.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-microtask.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-object.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-persistent-handle.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-primitive-object.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-primitive.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-profiler.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-promise.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-proxy.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-regexp.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-script.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-snapshot.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-statistics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-template.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-traced-handle.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-typed-array.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-unwinder-state.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-unwinder.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-util.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-value-serializer-version.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-value-serializer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-value.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-version-string.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-version.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-wasm-trap-handler-posix.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-wasm-trap-handler-win.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-wasm.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-weak-callback-info.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8config.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/InspectorServer.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/JsV8InspectorClient.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/base/trace_event/common/trace_event_common.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/base64.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/address-region.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/atomic-utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/atomicops.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/base-export.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/bits.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/build_config.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/compiler-specific.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/export-template.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/flags.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/immediate-crash.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/lazy-instance.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/logging.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/macros.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/memory.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/once.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/optional.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/mutex.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/semaphore.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/v8-time.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/wrappers.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/safe_conversions.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/safe_conversions_impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/template-utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/v8-fallthrough.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/common/checks.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/common/globals.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/debug/debug-interface.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/debug/interface-types.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/init/v8.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/custom-preview.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/injected-script.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/inspected-context.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/CSS.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Console.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/DOM.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Debugger.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Forward.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/HeapProfiler.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Log.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Network.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Overlay.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Page.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Profiler.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Protocol.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Runtime.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Schema.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Security.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/remote-object-id.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/search-util.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/string-16.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/string-util.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-console-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-console-message.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-console.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-css-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger-id.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger-script.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-dom-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-inspector-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-inspector-session-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-log-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-network-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-page-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-regex.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-schema-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-stack-trace-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-string-conversions.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-value-utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/value-mirror.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/libplatform/default-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/logging/tracing-flags.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/numbers/conversions.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/tracing/trace-event.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/utils/allocation.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/utils/vector.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/v8-inspector-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/decorator.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/instrumentation.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/jsi-inl.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/jsi.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/jsilib.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/threadsafe.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ArgConverter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ArrayAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Caches.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ClassBuilder.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Common.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ConcurrentMap.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ConcurrentQueue.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Console.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Constants.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/DataWrapper.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/DictionaryAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ExtVector.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/FFICall.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/FastEnumerationAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/FunctionReference.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Helpers.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/InlineFunctions.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Interop.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/KnownUnknownClassPair.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Metadata.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/MetadataBuilder.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/MetadataInlines.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ModuleInternal.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/NSDataAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/NativeScriptException.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ObjectManager.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/OneByteStringResource.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Pointer.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/PromiseProxy.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Reference.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Runtime.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/RuntimeConfig.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SetTimeout.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SimpleAllocator.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/StringHasher.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SymbolIterator.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SymbolLoader.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/TNSDerivedClass.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/TSHelpers.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Tasks.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/UnmanagedType.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/WeakRef.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Worker.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/robin_hood.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/HostProxy.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/JSIV8ValueConverter.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8PointerValue.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8Runtime.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8RuntimeConfig.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8RuntimeFactory.h +0 -0
|
@@ -1,972 +0,0 @@
|
|
|
1
|
-
#ifndef CBINDGEN_BINDINGS_H
|
|
2
|
-
#define CBINDGEN_BINDINGS_H
|
|
3
|
-
|
|
4
|
-
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
|
5
|
-
|
|
6
|
-
#include <stdarg.h>
|
|
7
|
-
#include <stdbool.h>
|
|
8
|
-
#include <stdint.h>
|
|
9
|
-
#include <stdlib.h>
|
|
10
|
-
|
|
11
|
-
typedef enum CMasonDimensionType {
|
|
12
|
-
MasonDimensionAuto,
|
|
13
|
-
MasonDimensionPoints,
|
|
14
|
-
MasonDimensionPercent,
|
|
15
|
-
} CMasonDimensionType;
|
|
16
|
-
|
|
17
|
-
typedef enum CMasonGridPlacementType {
|
|
18
|
-
MasonGridPlacementTypeAuto,
|
|
19
|
-
MasonGridPlacementTypeLine,
|
|
20
|
-
MasonGridPlacementTypeSpan,
|
|
21
|
-
} CMasonGridPlacementType;
|
|
22
|
-
|
|
23
|
-
typedef enum CMasonLengthPercentageAutoType {
|
|
24
|
-
MasonLengthPercentageAutoAuto,
|
|
25
|
-
MasonLengthPercentageAutoPoints,
|
|
26
|
-
MasonLengthPercentageAutoPercent,
|
|
27
|
-
} CMasonLengthPercentageAutoType;
|
|
28
|
-
|
|
29
|
-
typedef enum CMasonLengthPercentageType {
|
|
30
|
-
MasonLengthPercentagePoints,
|
|
31
|
-
MasonLengthPercentagePercent,
|
|
32
|
-
} CMasonLengthPercentageType;
|
|
33
|
-
|
|
34
|
-
typedef struct NodeArray {
|
|
35
|
-
void **array;
|
|
36
|
-
uintptr_t length;
|
|
37
|
-
} NodeArray;
|
|
38
|
-
|
|
39
|
-
typedef enum AvailableSpace_Tag {
|
|
40
|
-
Definite,
|
|
41
|
-
MinContent,
|
|
42
|
-
MaxContent,
|
|
43
|
-
} AvailableSpace_Tag;
|
|
44
|
-
|
|
45
|
-
typedef struct AvailableSpace {
|
|
46
|
-
AvailableSpace_Tag tag;
|
|
47
|
-
union {
|
|
48
|
-
struct {
|
|
49
|
-
float definite;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
} AvailableSpace;
|
|
53
|
-
|
|
54
|
-
typedef struct CMasonMinMax {
|
|
55
|
-
int32_t min_type;
|
|
56
|
-
float min_value;
|
|
57
|
-
int32_t max_type;
|
|
58
|
-
float max_value;
|
|
59
|
-
} CMasonMinMax;
|
|
60
|
-
|
|
61
|
-
typedef struct CMasonNonRepeatedTrackSizingFunctionArray {
|
|
62
|
-
struct CMasonMinMax *array;
|
|
63
|
-
uintptr_t length;
|
|
64
|
-
} CMasonNonRepeatedTrackSizingFunctionArray;
|
|
65
|
-
|
|
66
|
-
typedef enum CMasonTrackSizingFunction_Tag {
|
|
67
|
-
Single,
|
|
68
|
-
Repeat,
|
|
69
|
-
} CMasonTrackSizingFunction_Tag;
|
|
70
|
-
|
|
71
|
-
typedef struct Repeat_Body {
|
|
72
|
-
int32_t _0;
|
|
73
|
-
uint16_t _1;
|
|
74
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *_2;
|
|
75
|
-
} Repeat_Body;
|
|
76
|
-
|
|
77
|
-
typedef struct CMasonTrackSizingFunction {
|
|
78
|
-
CMasonTrackSizingFunction_Tag tag;
|
|
79
|
-
union {
|
|
80
|
-
struct {
|
|
81
|
-
struct CMasonMinMax single;
|
|
82
|
-
};
|
|
83
|
-
Repeat_Body repeat;
|
|
84
|
-
};
|
|
85
|
-
} CMasonTrackSizingFunction;
|
|
86
|
-
|
|
87
|
-
typedef struct CMasonTrackSizingFunctionArray {
|
|
88
|
-
struct CMasonTrackSizingFunction *array;
|
|
89
|
-
uintptr_t length;
|
|
90
|
-
} CMasonTrackSizingFunctionArray;
|
|
91
|
-
|
|
92
|
-
typedef struct CMasonLengthPercentageAuto {
|
|
93
|
-
float value;
|
|
94
|
-
enum CMasonLengthPercentageAutoType value_type;
|
|
95
|
-
} CMasonLengthPercentageAuto;
|
|
96
|
-
|
|
97
|
-
typedef struct CMasonLengthPercentage {
|
|
98
|
-
float value;
|
|
99
|
-
enum CMasonLengthPercentageType value_type;
|
|
100
|
-
} CMasonLengthPercentage;
|
|
101
|
-
|
|
102
|
-
typedef struct CMasonDimension {
|
|
103
|
-
float value;
|
|
104
|
-
enum CMasonDimensionType value_type;
|
|
105
|
-
} CMasonDimension;
|
|
106
|
-
|
|
107
|
-
typedef struct CMasonLengthPercentageSize {
|
|
108
|
-
struct CMasonLengthPercentage width;
|
|
109
|
-
struct CMasonLengthPercentage height;
|
|
110
|
-
} CMasonLengthPercentageSize;
|
|
111
|
-
|
|
112
|
-
typedef struct CMasonGridPlacement {
|
|
113
|
-
int16_t value;
|
|
114
|
-
enum CMasonGridPlacementType value_type;
|
|
115
|
-
} CMasonGridPlacement;
|
|
116
|
-
|
|
117
|
-
void *mason_init(void);
|
|
118
|
-
|
|
119
|
-
void *mason_init_with_capacity(uintptr_t capacity);
|
|
120
|
-
|
|
121
|
-
void mason_destroy(void *mason);
|
|
122
|
-
|
|
123
|
-
void mason_clear(void *mason);
|
|
124
|
-
|
|
125
|
-
void *mason_node_get_style(void *mason, void *node);
|
|
126
|
-
|
|
127
|
-
bool mason_node_is_equal(void *node_a, void *node_b);
|
|
128
|
-
|
|
129
|
-
void mason_node_array_destroy(struct NodeArray array);
|
|
130
|
-
|
|
131
|
-
void mason_node_destroy(void *node);
|
|
132
|
-
|
|
133
|
-
void *mason_node_new_node(void *mason, void *style);
|
|
134
|
-
|
|
135
|
-
void *mason_node_new_node_with_context(void *mason,
|
|
136
|
-
void *style,
|
|
137
|
-
void *measure_data,
|
|
138
|
-
long long (*measure)(const void*, float, float, float, float));
|
|
139
|
-
|
|
140
|
-
void *mason_node_new_node_with_children(void *mason,
|
|
141
|
-
void *style,
|
|
142
|
-
const void *children,
|
|
143
|
-
uintptr_t children_size);
|
|
144
|
-
|
|
145
|
-
void *mason_node_layout(void *mason, void *node, void *(*layout)(const float*));
|
|
146
|
-
|
|
147
|
-
void mason_node_compute_wh(void *mason, void *node, float width, float height);
|
|
148
|
-
|
|
149
|
-
void mason_node_compute_size(void *mason,
|
|
150
|
-
void *node,
|
|
151
|
-
struct AvailableSpace width,
|
|
152
|
-
struct AvailableSpace height);
|
|
153
|
-
|
|
154
|
-
void mason_node_compute_max_content(void *mason, void *node);
|
|
155
|
-
|
|
156
|
-
void mason_node_compute_min_content(void *mason, void *node);
|
|
157
|
-
|
|
158
|
-
void mason_node_compute(void *mason, void *node);
|
|
159
|
-
|
|
160
|
-
void mason_node_set_style(void *mason, void *node, void *style);
|
|
161
|
-
|
|
162
|
-
void mason_node_update_and_set_style(void *mason, void *node, void *style);
|
|
163
|
-
|
|
164
|
-
void mason_node_update_and_set_style_with_values(void *mason,
|
|
165
|
-
void *node,
|
|
166
|
-
void *style,
|
|
167
|
-
int display,
|
|
168
|
-
int position,
|
|
169
|
-
int direction,
|
|
170
|
-
int flex_direction,
|
|
171
|
-
int flex_wrap,
|
|
172
|
-
int overflow,
|
|
173
|
-
int align_items,
|
|
174
|
-
int align_self,
|
|
175
|
-
int align_content,
|
|
176
|
-
int justify_items,
|
|
177
|
-
int justify_self,
|
|
178
|
-
int justify_content,
|
|
179
|
-
int inset_left_type,
|
|
180
|
-
float inset_left_value,
|
|
181
|
-
int inset_right_type,
|
|
182
|
-
float inset_right_value,
|
|
183
|
-
int inset_top_type,
|
|
184
|
-
float inset_top_value,
|
|
185
|
-
int inset_bottom_type,
|
|
186
|
-
float inset_bottom_value,
|
|
187
|
-
int margin_left_type,
|
|
188
|
-
float margin_left_value,
|
|
189
|
-
int margin_right_type,
|
|
190
|
-
float margin_right_value,
|
|
191
|
-
int margin_top_type,
|
|
192
|
-
float margin_top_value,
|
|
193
|
-
int margin_bottom_type,
|
|
194
|
-
float margin_bottom_value,
|
|
195
|
-
int padding_left_type,
|
|
196
|
-
float padding_left_value,
|
|
197
|
-
int padding_right_type,
|
|
198
|
-
float padding_right_value,
|
|
199
|
-
int padding_top_type,
|
|
200
|
-
float padding_top_value,
|
|
201
|
-
int padding_bottom_type,
|
|
202
|
-
float padding_bottom_value,
|
|
203
|
-
int border_left_type,
|
|
204
|
-
float border_left_value,
|
|
205
|
-
int border_right_type,
|
|
206
|
-
float border_right_value,
|
|
207
|
-
int border_top_type,
|
|
208
|
-
float border_top_value,
|
|
209
|
-
int border_bottom_type,
|
|
210
|
-
float border_bottom_value,
|
|
211
|
-
float flex_grow,
|
|
212
|
-
float flex_shrink,
|
|
213
|
-
int flex_basis_type,
|
|
214
|
-
float flex_basis_value,
|
|
215
|
-
int width_type,
|
|
216
|
-
float width_value,
|
|
217
|
-
int height_type,
|
|
218
|
-
float height_value,
|
|
219
|
-
int min_width_type,
|
|
220
|
-
float min_width_value,
|
|
221
|
-
int min_height_type,
|
|
222
|
-
float min_height_value,
|
|
223
|
-
int max_width_type,
|
|
224
|
-
float max_width_value,
|
|
225
|
-
int max_height_type,
|
|
226
|
-
float max_height_value,
|
|
227
|
-
int gap_row_type,
|
|
228
|
-
float gap_row_value,
|
|
229
|
-
int gap_column_type,
|
|
230
|
-
float gap_column_value,
|
|
231
|
-
float aspect_ratio,
|
|
232
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
|
|
233
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
|
|
234
|
-
int grid_auto_flow,
|
|
235
|
-
int grid_column_start_type,
|
|
236
|
-
short grid_column_start_value,
|
|
237
|
-
int grid_column_end_type,
|
|
238
|
-
short grid_column_end_value,
|
|
239
|
-
int grid_row_start_type,
|
|
240
|
-
short grid_row_start_value,
|
|
241
|
-
int grid_row_end_type,
|
|
242
|
-
short grid_row_end_value,
|
|
243
|
-
struct CMasonTrackSizingFunctionArray *grid_template_rows,
|
|
244
|
-
struct CMasonTrackSizingFunctionArray *grid_template_columns,
|
|
245
|
-
int32_t overflow_x,
|
|
246
|
-
int32_t overflow_y,
|
|
247
|
-
float scrollbar_width);
|
|
248
|
-
|
|
249
|
-
void *mason_node_update_style_with_values_compute_and_layout(void *mason,
|
|
250
|
-
void *node,
|
|
251
|
-
void *style,
|
|
252
|
-
int display,
|
|
253
|
-
int position_type,
|
|
254
|
-
int direction,
|
|
255
|
-
int flex_direction,
|
|
256
|
-
int flex_wrap,
|
|
257
|
-
int overflow,
|
|
258
|
-
int align_items,
|
|
259
|
-
int align_self,
|
|
260
|
-
int align_content,
|
|
261
|
-
int justify_items,
|
|
262
|
-
int justify_self,
|
|
263
|
-
int justify_content,
|
|
264
|
-
int inset_left_type,
|
|
265
|
-
float inset_left_value,
|
|
266
|
-
int inset_right_type,
|
|
267
|
-
float inset_right_value,
|
|
268
|
-
int inset_top_type,
|
|
269
|
-
float inset_top_value,
|
|
270
|
-
int inset_bottom_type,
|
|
271
|
-
float inset_bottom_value,
|
|
272
|
-
int margin_left_type,
|
|
273
|
-
float margin_left_value,
|
|
274
|
-
int margin_right_type,
|
|
275
|
-
float margin_right_value,
|
|
276
|
-
int margin_top_type,
|
|
277
|
-
float margin_top_value,
|
|
278
|
-
int margin_bottom_type,
|
|
279
|
-
float margin_bottom_value,
|
|
280
|
-
int padding_left_type,
|
|
281
|
-
float padding_left_value,
|
|
282
|
-
int padding_right_type,
|
|
283
|
-
float padding_right_value,
|
|
284
|
-
int padding_top_type,
|
|
285
|
-
float padding_top_value,
|
|
286
|
-
int padding_bottom_type,
|
|
287
|
-
float padding_bottom_value,
|
|
288
|
-
int border_left_type,
|
|
289
|
-
float border_left_value,
|
|
290
|
-
int border_right_type,
|
|
291
|
-
float border_right_value,
|
|
292
|
-
int border_top_type,
|
|
293
|
-
float border_top_value,
|
|
294
|
-
int border_bottom_type,
|
|
295
|
-
float border_bottom_value,
|
|
296
|
-
float flex_grow,
|
|
297
|
-
float flex_shrink,
|
|
298
|
-
int flex_basis_type,
|
|
299
|
-
float flex_basis_value,
|
|
300
|
-
int width_type,
|
|
301
|
-
float width_value,
|
|
302
|
-
int height_type,
|
|
303
|
-
float height_value,
|
|
304
|
-
int min_width_type,
|
|
305
|
-
float min_width_value,
|
|
306
|
-
int min_height_type,
|
|
307
|
-
float min_height_value,
|
|
308
|
-
int max_width_type,
|
|
309
|
-
float max_width_value,
|
|
310
|
-
int max_height_type,
|
|
311
|
-
float max_height_value,
|
|
312
|
-
int32_t gap_row_type,
|
|
313
|
-
float gap_row_value,
|
|
314
|
-
int32_t gap_column_type,
|
|
315
|
-
float gap_column_value,
|
|
316
|
-
float aspect_ratio,
|
|
317
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
|
|
318
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
|
|
319
|
-
int32_t grid_auto_flow,
|
|
320
|
-
int32_t grid_column_start_type,
|
|
321
|
-
int16_t grid_column_start_value,
|
|
322
|
-
int32_t grid_column_end_type,
|
|
323
|
-
int16_t grid_column_end_value,
|
|
324
|
-
int32_t grid_row_start_type,
|
|
325
|
-
int16_t grid_row_start_value,
|
|
326
|
-
int32_t grid_row_end_type,
|
|
327
|
-
int16_t grid_row_end_value,
|
|
328
|
-
struct CMasonTrackSizingFunctionArray *grid_template_rows,
|
|
329
|
-
struct CMasonTrackSizingFunctionArray *grid_template_columns,
|
|
330
|
-
int32_t overflow_x,
|
|
331
|
-
int32_t overflow_y,
|
|
332
|
-
float scrollbar_width,
|
|
333
|
-
void *(*layout)(const float*));
|
|
334
|
-
|
|
335
|
-
void *mason_node_update_style_with_values_size_compute_and_layout(void *mason,
|
|
336
|
-
void *node,
|
|
337
|
-
void *style,
|
|
338
|
-
float width,
|
|
339
|
-
float height,
|
|
340
|
-
int display,
|
|
341
|
-
int position,
|
|
342
|
-
int direction,
|
|
343
|
-
int flex_direction,
|
|
344
|
-
int flex_wrap,
|
|
345
|
-
int overflow,
|
|
346
|
-
int align_items,
|
|
347
|
-
int align_self,
|
|
348
|
-
int align_content,
|
|
349
|
-
int justify_items,
|
|
350
|
-
int justify_self,
|
|
351
|
-
int justify_content,
|
|
352
|
-
int inset_left_type,
|
|
353
|
-
float inset_left_value,
|
|
354
|
-
int inset_right_type,
|
|
355
|
-
float inset_right_value,
|
|
356
|
-
int inset_top_type,
|
|
357
|
-
float inset_top_value,
|
|
358
|
-
int inset_bottom_type,
|
|
359
|
-
float inset_bottom_value,
|
|
360
|
-
int margin_left_type,
|
|
361
|
-
float margin_left_value,
|
|
362
|
-
int margin_right_type,
|
|
363
|
-
float margin_right_value,
|
|
364
|
-
int margin_top_type,
|
|
365
|
-
float margin_top_value,
|
|
366
|
-
int margin_bottom_type,
|
|
367
|
-
float margin_bottom_value,
|
|
368
|
-
int padding_left_type,
|
|
369
|
-
float padding_left_value,
|
|
370
|
-
int padding_right_type,
|
|
371
|
-
float padding_right_value,
|
|
372
|
-
int padding_top_type,
|
|
373
|
-
float padding_top_value,
|
|
374
|
-
int padding_bottom_type,
|
|
375
|
-
float padding_bottom_value,
|
|
376
|
-
int border_left_type,
|
|
377
|
-
float border_left_value,
|
|
378
|
-
int border_right_type,
|
|
379
|
-
float border_right_value,
|
|
380
|
-
int border_top_type,
|
|
381
|
-
float border_top_value,
|
|
382
|
-
int border_bottom_type,
|
|
383
|
-
float border_bottom_value,
|
|
384
|
-
float flex_grow,
|
|
385
|
-
float flex_shrink,
|
|
386
|
-
int flex_basis_type,
|
|
387
|
-
float flex_basis_value,
|
|
388
|
-
int width_type,
|
|
389
|
-
float width_value,
|
|
390
|
-
int height_type,
|
|
391
|
-
float height_value,
|
|
392
|
-
int min_width_type,
|
|
393
|
-
float min_width_value,
|
|
394
|
-
int min_height_type,
|
|
395
|
-
float min_height_value,
|
|
396
|
-
int max_width_type,
|
|
397
|
-
float max_width_value,
|
|
398
|
-
int max_height_type,
|
|
399
|
-
float max_height_value,
|
|
400
|
-
int32_t gap_row_type,
|
|
401
|
-
float gap_row_value,
|
|
402
|
-
int32_t gap_column_type,
|
|
403
|
-
float gap_column_value,
|
|
404
|
-
float aspect_ratio,
|
|
405
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
|
|
406
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
|
|
407
|
-
int32_t grid_auto_flow,
|
|
408
|
-
int32_t grid_column_start_type,
|
|
409
|
-
int16_t grid_column_start_value,
|
|
410
|
-
int32_t grid_column_end_type,
|
|
411
|
-
int16_t grid_column_end_value,
|
|
412
|
-
int32_t grid_row_start_type,
|
|
413
|
-
int16_t grid_row_start_value,
|
|
414
|
-
int32_t grid_row_end_type,
|
|
415
|
-
int16_t grid_row_end_value,
|
|
416
|
-
struct CMasonTrackSizingFunctionArray *grid_template_rows,
|
|
417
|
-
struct CMasonTrackSizingFunctionArray *grid_template_columns,
|
|
418
|
-
int32_t overflow_x,
|
|
419
|
-
int32_t overflow_y,
|
|
420
|
-
float scrollbar_width,
|
|
421
|
-
void *(*layout)(const float*));
|
|
422
|
-
|
|
423
|
-
void *mason_node_update_set_style_compute_and_layout(void *mason,
|
|
424
|
-
void *node,
|
|
425
|
-
void *style,
|
|
426
|
-
void *(*layout)(const float*));
|
|
427
|
-
|
|
428
|
-
void *mason_node_update_set_style_compute_with_size_and_layout(void *mason,
|
|
429
|
-
void *node,
|
|
430
|
-
void *style,
|
|
431
|
-
float width,
|
|
432
|
-
float height,
|
|
433
|
-
void *(*layout)(const float*));
|
|
434
|
-
|
|
435
|
-
void *mason_node_get_child_at(void *mason, void *node, uintptr_t index);
|
|
436
|
-
|
|
437
|
-
void mason_node_set_children(void *mason,
|
|
438
|
-
void *node,
|
|
439
|
-
const void *children,
|
|
440
|
-
uintptr_t children_size);
|
|
441
|
-
|
|
442
|
-
void mason_node_add_children(void *mason,
|
|
443
|
-
void *node,
|
|
444
|
-
const void *children,
|
|
445
|
-
uintptr_t children_size);
|
|
446
|
-
|
|
447
|
-
void mason_node_add_child(void *mason, void *node, void *child);
|
|
448
|
-
|
|
449
|
-
void *mason_node_replace_child_at(void *mason, void *node, void *child, uintptr_t index);
|
|
450
|
-
|
|
451
|
-
void mason_node_add_child_at(void *mason, void *node, void *child, uintptr_t index);
|
|
452
|
-
|
|
453
|
-
void mason_node_insert_child_before(void *mason, void *node, void *child, void *reference);
|
|
454
|
-
|
|
455
|
-
void mason_node_insert_child_after(void *mason, void *node, void *child, void *reference);
|
|
456
|
-
|
|
457
|
-
bool mason_node_dirty(void *mason, void *node);
|
|
458
|
-
|
|
459
|
-
void mason_node_mark_dirty(void *mason, void *node);
|
|
460
|
-
|
|
461
|
-
bool mason_node_is_children_same(void *mason,
|
|
462
|
-
void *node,
|
|
463
|
-
const void *children,
|
|
464
|
-
uintptr_t children_size);
|
|
465
|
-
|
|
466
|
-
void mason_node_remove_children(void *mason, void *node);
|
|
467
|
-
|
|
468
|
-
void *mason_node_remove_child_at(void *mason, void *node, uintptr_t index);
|
|
469
|
-
|
|
470
|
-
void *mason_node_remove_child(void *mason, void *node, void *child);
|
|
471
|
-
|
|
472
|
-
struct NodeArray mason_node_get_children(void *mason, void *node);
|
|
473
|
-
|
|
474
|
-
void mason_node_set_context(void *mason,
|
|
475
|
-
void *node,
|
|
476
|
-
void *measure_data,
|
|
477
|
-
long long (*measure)(const void*, float, float, float, float));
|
|
478
|
-
|
|
479
|
-
void mason_node_remove_context(void *mason, void *node);
|
|
480
|
-
|
|
481
|
-
void mason_destroy_non_repeated_track_sizing_function_array(struct CMasonNonRepeatedTrackSizingFunctionArray *array);
|
|
482
|
-
|
|
483
|
-
void mason_destroy_track_sizing_function_array(struct CMasonTrackSizingFunctionArray *array);
|
|
484
|
-
|
|
485
|
-
void *mason_style_init(void);
|
|
486
|
-
|
|
487
|
-
void mason_style_destroy(void *style);
|
|
488
|
-
|
|
489
|
-
int mason_style_get_display(void *style);
|
|
490
|
-
|
|
491
|
-
void mason_style_set_display(void *style, int display);
|
|
492
|
-
|
|
493
|
-
void mason_style_set_position(void *style, int position);
|
|
494
|
-
|
|
495
|
-
int mason_style_get_position(void *style);
|
|
496
|
-
|
|
497
|
-
void mason_style_set_direction(void *_style, int _direction);
|
|
498
|
-
|
|
499
|
-
int mason_style_get_direction(void *_style);
|
|
500
|
-
|
|
501
|
-
void mason_style_set_flex_direction(void *style, int direction);
|
|
502
|
-
|
|
503
|
-
int mason_style_get_flex_direction(void *style);
|
|
504
|
-
|
|
505
|
-
void mason_style_set_flex_wrap(void *style, int wrap);
|
|
506
|
-
|
|
507
|
-
int mason_style_get_flex_wrap(void *style);
|
|
508
|
-
|
|
509
|
-
void mason_style_set_align_items(void *style, int align);
|
|
510
|
-
|
|
511
|
-
int mason_style_get_align_items(void *style);
|
|
512
|
-
|
|
513
|
-
void mason_style_set_align_self(void *style, int align);
|
|
514
|
-
|
|
515
|
-
int mason_style_get_align_self(void *style);
|
|
516
|
-
|
|
517
|
-
void mason_style_set_align_content(void *style, int align);
|
|
518
|
-
|
|
519
|
-
int mason_style_get_align_content(void *style);
|
|
520
|
-
|
|
521
|
-
void mason_style_set_justify_items(void *style, int align);
|
|
522
|
-
|
|
523
|
-
int mason_style_get_justify_items(void *style);
|
|
524
|
-
|
|
525
|
-
void mason_style_set_justify_self(void *style, int align);
|
|
526
|
-
|
|
527
|
-
int mason_style_get_justify_self(void *style);
|
|
528
|
-
|
|
529
|
-
void mason_style_set_justify_content(void *style, int justify);
|
|
530
|
-
|
|
531
|
-
int mason_style_get_justify_content(void *style);
|
|
532
|
-
|
|
533
|
-
void mason_style_set_inset(void *style,
|
|
534
|
-
float value,
|
|
535
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
536
|
-
|
|
537
|
-
void mason_style_set_inset_lrtb(void *style,
|
|
538
|
-
float left_value,
|
|
539
|
-
enum CMasonLengthPercentageAutoType left_value_type,
|
|
540
|
-
float right_value,
|
|
541
|
-
enum CMasonLengthPercentageAutoType right_value_type,
|
|
542
|
-
float top_value,
|
|
543
|
-
enum CMasonLengthPercentageAutoType top_value_type,
|
|
544
|
-
float bottom_value,
|
|
545
|
-
enum CMasonLengthPercentageAutoType bottom_value_type);
|
|
546
|
-
|
|
547
|
-
void mason_style_set_inset_left(void *style,
|
|
548
|
-
float value,
|
|
549
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
550
|
-
|
|
551
|
-
struct CMasonLengthPercentageAuto mason_style_get_inset_left(void *style);
|
|
552
|
-
|
|
553
|
-
void mason_style_set_inset_right(void *style,
|
|
554
|
-
float value,
|
|
555
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
556
|
-
|
|
557
|
-
struct CMasonLengthPercentageAuto mason_style_get_inset_right(void *style);
|
|
558
|
-
|
|
559
|
-
void mason_style_set_inset_top(void *style,
|
|
560
|
-
float value,
|
|
561
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
562
|
-
|
|
563
|
-
struct CMasonLengthPercentageAuto mason_style_get_inset_top(void *style);
|
|
564
|
-
|
|
565
|
-
void mason_style_set_inset_bottom(void *style,
|
|
566
|
-
float value,
|
|
567
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
568
|
-
|
|
569
|
-
struct CMasonLengthPercentageAuto mason_style_get_inset_bottom(void *style);
|
|
570
|
-
|
|
571
|
-
void mason_style_set_margin(void *style,
|
|
572
|
-
float left_value,
|
|
573
|
-
enum CMasonLengthPercentageAutoType left_value_type,
|
|
574
|
-
float right_value,
|
|
575
|
-
enum CMasonLengthPercentageAutoType right_value_type,
|
|
576
|
-
float top_value,
|
|
577
|
-
enum CMasonLengthPercentageAutoType top_value_type,
|
|
578
|
-
float bottom_value,
|
|
579
|
-
enum CMasonLengthPercentageAutoType bottom_value_type);
|
|
580
|
-
|
|
581
|
-
void mason_style_set_margin_left(void *style,
|
|
582
|
-
float value,
|
|
583
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
584
|
-
|
|
585
|
-
struct CMasonLengthPercentageAuto mason_style_get_margin_left(void *style);
|
|
586
|
-
|
|
587
|
-
void mason_style_set_margin_right(void *style,
|
|
588
|
-
float value,
|
|
589
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
590
|
-
|
|
591
|
-
struct CMasonLengthPercentageAuto mason_style_get_margin_right(void *style);
|
|
592
|
-
|
|
593
|
-
void mason_style_set_margin_top(void *style,
|
|
594
|
-
float value,
|
|
595
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
596
|
-
|
|
597
|
-
struct CMasonLengthPercentageAuto mason_style_get_margin_top(void *style);
|
|
598
|
-
|
|
599
|
-
void mason_style_set_margin_bottom(void *style,
|
|
600
|
-
float value,
|
|
601
|
-
enum CMasonLengthPercentageAutoType value_type);
|
|
602
|
-
|
|
603
|
-
struct CMasonLengthPercentageAuto mason_style_get_margin_bottom(void *style);
|
|
604
|
-
|
|
605
|
-
void mason_style_set_padding(void *style,
|
|
606
|
-
float left_value,
|
|
607
|
-
enum CMasonLengthPercentageType left_value_type,
|
|
608
|
-
float right_value,
|
|
609
|
-
enum CMasonLengthPercentageType right_value_type,
|
|
610
|
-
float top_value,
|
|
611
|
-
enum CMasonLengthPercentageType top_value_type,
|
|
612
|
-
float bottom_value,
|
|
613
|
-
enum CMasonLengthPercentageType bottom_value_type);
|
|
614
|
-
|
|
615
|
-
void mason_style_set_padding_left(void *style,
|
|
616
|
-
float value,
|
|
617
|
-
enum CMasonLengthPercentageType value_type);
|
|
618
|
-
|
|
619
|
-
struct CMasonLengthPercentage mason_style_get_padding_left(void *style);
|
|
620
|
-
|
|
621
|
-
void mason_style_set_padding_right(void *style,
|
|
622
|
-
float value,
|
|
623
|
-
enum CMasonLengthPercentageType value_type);
|
|
624
|
-
|
|
625
|
-
struct CMasonLengthPercentage mason_style_get_padding_right(void *style);
|
|
626
|
-
|
|
627
|
-
void mason_style_set_padding_top(void *style,
|
|
628
|
-
float value,
|
|
629
|
-
enum CMasonLengthPercentageType value_type);
|
|
630
|
-
|
|
631
|
-
struct CMasonLengthPercentage mason_style_get_padding_top(void *style);
|
|
632
|
-
|
|
633
|
-
void mason_style_set_padding_bottom(void *style,
|
|
634
|
-
float value,
|
|
635
|
-
enum CMasonLengthPercentageType value_type);
|
|
636
|
-
|
|
637
|
-
struct CMasonLengthPercentage mason_style_get_padding_bottom(void *style);
|
|
638
|
-
|
|
639
|
-
void mason_style_set_border(void *style,
|
|
640
|
-
float left_value,
|
|
641
|
-
enum CMasonLengthPercentageType left_value_type,
|
|
642
|
-
float right_value,
|
|
643
|
-
enum CMasonLengthPercentageType right_value_type,
|
|
644
|
-
float top_value,
|
|
645
|
-
enum CMasonLengthPercentageType top_value_type,
|
|
646
|
-
float bottom_value,
|
|
647
|
-
enum CMasonLengthPercentageType bottom_value_type);
|
|
648
|
-
|
|
649
|
-
void mason_style_set_border_left(void *style,
|
|
650
|
-
float value,
|
|
651
|
-
enum CMasonLengthPercentageType value_type);
|
|
652
|
-
|
|
653
|
-
struct CMasonLengthPercentage mason_style_get_border_left(void *style);
|
|
654
|
-
|
|
655
|
-
void mason_style_set_border_right(void *style,
|
|
656
|
-
float value,
|
|
657
|
-
enum CMasonLengthPercentageType value_type);
|
|
658
|
-
|
|
659
|
-
struct CMasonLengthPercentage mason_style_get_border_right(void *style);
|
|
660
|
-
|
|
661
|
-
void mason_style_set_border_top(void *style,
|
|
662
|
-
float value,
|
|
663
|
-
enum CMasonLengthPercentageType value_type);
|
|
664
|
-
|
|
665
|
-
struct CMasonLengthPercentage mason_style_get_border_top(void *style);
|
|
666
|
-
|
|
667
|
-
void mason_style_set_border_bottom(void *style,
|
|
668
|
-
float value,
|
|
669
|
-
enum CMasonLengthPercentageType value_type);
|
|
670
|
-
|
|
671
|
-
struct CMasonLengthPercentage mason_style_get_border_bottom(void *style);
|
|
672
|
-
|
|
673
|
-
void mason_style_set_flex_grow(void *style, float grow);
|
|
674
|
-
|
|
675
|
-
float mason_style_get_flex_grow(void *style);
|
|
676
|
-
|
|
677
|
-
void mason_style_set_flex_shrink(void *style, float shrink);
|
|
678
|
-
|
|
679
|
-
float mason_style_get_flex_shrink(void *style);
|
|
680
|
-
|
|
681
|
-
void mason_style_set_flex_basis(void *style, float value, enum CMasonDimensionType value_type);
|
|
682
|
-
|
|
683
|
-
struct CMasonDimension mason_style_get_flex_basis(void *style);
|
|
684
|
-
|
|
685
|
-
void mason_style_set_width(void *style, float value, enum CMasonDimensionType value_type);
|
|
686
|
-
|
|
687
|
-
struct CMasonDimension mason_style_get_width(void *style);
|
|
688
|
-
|
|
689
|
-
void mason_style_set_height(void *style, float value, enum CMasonDimensionType value_type);
|
|
690
|
-
|
|
691
|
-
struct CMasonDimension mason_style_get_height(void *style);
|
|
692
|
-
|
|
693
|
-
void mason_style_set_min_width(void *style, float value, enum CMasonDimensionType value_type);
|
|
694
|
-
|
|
695
|
-
struct CMasonDimension mason_style_get_min_width(void *style);
|
|
696
|
-
|
|
697
|
-
void mason_style_set_min_height(void *style, float value, enum CMasonDimensionType value_type);
|
|
698
|
-
|
|
699
|
-
struct CMasonDimension mason_style_get_min_height(void *style);
|
|
700
|
-
|
|
701
|
-
void mason_style_set_max_width(void *style, float value, enum CMasonDimensionType value_type);
|
|
702
|
-
|
|
703
|
-
struct CMasonDimension mason_style_get_max_width(void *style);
|
|
704
|
-
|
|
705
|
-
void mason_style_set_max_height(void *style, float value, enum CMasonDimensionType value_type);
|
|
706
|
-
|
|
707
|
-
struct CMasonDimension mason_style_get_max_height(void *style);
|
|
708
|
-
|
|
709
|
-
struct CMasonLengthPercentageSize mason_style_get_gap(void *style);
|
|
710
|
-
|
|
711
|
-
void mason_style_set_gap(void *style,
|
|
712
|
-
float width_value,
|
|
713
|
-
enum CMasonLengthPercentageType width_type,
|
|
714
|
-
float height_value,
|
|
715
|
-
enum CMasonLengthPercentageType height_type);
|
|
716
|
-
|
|
717
|
-
void mason_style_set_row_gap(void *style, float value, enum CMasonLengthPercentageType value_type);
|
|
718
|
-
|
|
719
|
-
struct CMasonLengthPercentage mason_style_get_row_gap(void *style);
|
|
720
|
-
|
|
721
|
-
void mason_style_set_column_gap(void *style,
|
|
722
|
-
float value,
|
|
723
|
-
enum CMasonLengthPercentageType value_type);
|
|
724
|
-
|
|
725
|
-
struct CMasonLengthPercentage mason_style_get_column_gap(void *style);
|
|
726
|
-
|
|
727
|
-
void mason_style_set_aspect_ratio(void *style, float ratio);
|
|
728
|
-
|
|
729
|
-
float mason_style_get_aspect_ratio(void *style);
|
|
730
|
-
|
|
731
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *mason_style_get_grid_auto_rows(void *style);
|
|
732
|
-
|
|
733
|
-
void mason_style_set_grid_auto_rows(void *style,
|
|
734
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *value);
|
|
735
|
-
|
|
736
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *mason_style_get_grid_auto_columns(void *style);
|
|
737
|
-
|
|
738
|
-
void mason_style_set_grid_auto_columns(void *style,
|
|
739
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *value);
|
|
740
|
-
|
|
741
|
-
int32_t mason_style_get_grid_auto_flow(void *style);
|
|
742
|
-
|
|
743
|
-
void mason_style_set_grid_auto_flow(void *style, int32_t value);
|
|
744
|
-
|
|
745
|
-
void mason_style_set_grid_area(void *style,
|
|
746
|
-
struct CMasonGridPlacement row_start,
|
|
747
|
-
struct CMasonGridPlacement row_end,
|
|
748
|
-
struct CMasonGridPlacement column_start,
|
|
749
|
-
struct CMasonGridPlacement column_end);
|
|
750
|
-
|
|
751
|
-
struct CMasonGridPlacement mason_style_get_grid_column_start(void *style);
|
|
752
|
-
|
|
753
|
-
void mason_style_set_grid_column(void *style,
|
|
754
|
-
struct CMasonGridPlacement start,
|
|
755
|
-
struct CMasonGridPlacement end);
|
|
756
|
-
|
|
757
|
-
void mason_style_set_grid_column_start(void *style, struct CMasonGridPlacement value);
|
|
758
|
-
|
|
759
|
-
struct CMasonGridPlacement mason_style_get_grid_column_end(void *style);
|
|
760
|
-
|
|
761
|
-
void mason_style_set_grid_column_end(void *style, struct CMasonGridPlacement value);
|
|
762
|
-
|
|
763
|
-
struct CMasonGridPlacement mason_style_get_grid_row_start(void *style);
|
|
764
|
-
|
|
765
|
-
void mason_style_set_grid_row(void *style,
|
|
766
|
-
struct CMasonGridPlacement start,
|
|
767
|
-
struct CMasonGridPlacement end);
|
|
768
|
-
|
|
769
|
-
void mason_style_set_grid_row_start(void *style, struct CMasonGridPlacement value);
|
|
770
|
-
|
|
771
|
-
struct CMasonGridPlacement mason_style_get_grid_row_end(void *style);
|
|
772
|
-
|
|
773
|
-
void mason_style_set_grid_row_end(void *style, struct CMasonGridPlacement value);
|
|
774
|
-
|
|
775
|
-
struct CMasonTrackSizingFunctionArray *mason_style_get_grid_template_rows(void *style);
|
|
776
|
-
|
|
777
|
-
void mason_style_set_grid_template_rows(void *style, struct CMasonTrackSizingFunctionArray *value);
|
|
778
|
-
|
|
779
|
-
struct CMasonTrackSizingFunctionArray *mason_style_get_grid_template_columns(void *style);
|
|
780
|
-
|
|
781
|
-
void mason_style_set_grid_template_columns(void *style,
|
|
782
|
-
struct CMasonTrackSizingFunctionArray *value);
|
|
783
|
-
|
|
784
|
-
void mason_style_set_scrollbar_width(void *style, float value);
|
|
785
|
-
|
|
786
|
-
float mason_style_get_scrollbar_width(void *style);
|
|
787
|
-
|
|
788
|
-
void mason_style_set_overflow(void *style, int32_t value);
|
|
789
|
-
|
|
790
|
-
void mason_style_set_overflow_x(void *style, int32_t value);
|
|
791
|
-
|
|
792
|
-
int32_t mason_style_get_overflow_x(void *style);
|
|
793
|
-
|
|
794
|
-
void mason_style_set_overflow_y(void *style, int32_t value);
|
|
795
|
-
|
|
796
|
-
int32_t mason_style_get_overflow_y(void *style);
|
|
797
|
-
|
|
798
|
-
void *mason_style_init_with_values(int display,
|
|
799
|
-
int position_type,
|
|
800
|
-
int direction,
|
|
801
|
-
int flex_direction,
|
|
802
|
-
int flex_wrap,
|
|
803
|
-
int overflow,
|
|
804
|
-
int align_items,
|
|
805
|
-
int align_self,
|
|
806
|
-
int align_content,
|
|
807
|
-
int justify_items,
|
|
808
|
-
int justify_self,
|
|
809
|
-
int justify_content,
|
|
810
|
-
int inset_left_type,
|
|
811
|
-
float inset_left_value,
|
|
812
|
-
int inset_right_type,
|
|
813
|
-
float inset_right_value,
|
|
814
|
-
int inset_top_type,
|
|
815
|
-
float inset_top_value,
|
|
816
|
-
int inset_bottom_type,
|
|
817
|
-
float inset_bottom_value,
|
|
818
|
-
int margin_left_type,
|
|
819
|
-
float margin_left_value,
|
|
820
|
-
int margin_right_type,
|
|
821
|
-
float margin_right_value,
|
|
822
|
-
int margin_top_type,
|
|
823
|
-
float margin_top_value,
|
|
824
|
-
int margin_bottom_type,
|
|
825
|
-
float margin_bottom_value,
|
|
826
|
-
int padding_left_type,
|
|
827
|
-
float padding_left_value,
|
|
828
|
-
int padding_right_type,
|
|
829
|
-
float padding_right_value,
|
|
830
|
-
int padding_top_type,
|
|
831
|
-
float padding_top_value,
|
|
832
|
-
int padding_bottom_type,
|
|
833
|
-
float padding_bottom_value,
|
|
834
|
-
int border_left_type,
|
|
835
|
-
float border_left_value,
|
|
836
|
-
int border_right_type,
|
|
837
|
-
float border_right_value,
|
|
838
|
-
int border_top_type,
|
|
839
|
-
float border_top_value,
|
|
840
|
-
int border_bottom_type,
|
|
841
|
-
float border_bottom_value,
|
|
842
|
-
float flex_grow,
|
|
843
|
-
float flex_shrink,
|
|
844
|
-
int flex_basis_type,
|
|
845
|
-
float flex_basis_value,
|
|
846
|
-
int width_type,
|
|
847
|
-
float width_value,
|
|
848
|
-
int height_type,
|
|
849
|
-
float height_value,
|
|
850
|
-
int min_width_type,
|
|
851
|
-
float min_width_value,
|
|
852
|
-
int min_height_type,
|
|
853
|
-
float min_height_value,
|
|
854
|
-
int max_width_type,
|
|
855
|
-
float max_width_value,
|
|
856
|
-
int max_height_type,
|
|
857
|
-
float max_height_value,
|
|
858
|
-
int32_t gap_row_type,
|
|
859
|
-
float gap_row_value,
|
|
860
|
-
int32_t gap_column_type,
|
|
861
|
-
float gap_column_value,
|
|
862
|
-
float aspect_ratio,
|
|
863
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
|
|
864
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
|
|
865
|
-
int32_t grid_auto_flow,
|
|
866
|
-
int32_t grid_column_start_type,
|
|
867
|
-
int16_t grid_column_start_value,
|
|
868
|
-
int32_t grid_column_end_type,
|
|
869
|
-
int16_t grid_column_end_value,
|
|
870
|
-
int32_t grid_row_start_type,
|
|
871
|
-
int16_t grid_row_start_value,
|
|
872
|
-
int32_t grid_row_end_type,
|
|
873
|
-
int16_t grid_row_end_value,
|
|
874
|
-
const struct CMasonTrackSizingFunctionArray *grid_template_rows,
|
|
875
|
-
const struct CMasonTrackSizingFunctionArray *grid_template_columns,
|
|
876
|
-
int32_t overflow_x,
|
|
877
|
-
int32_t overflow_y,
|
|
878
|
-
float scrollbar_width);
|
|
879
|
-
|
|
880
|
-
void mason_style_update_with_values(void *style,
|
|
881
|
-
int display,
|
|
882
|
-
int position_type,
|
|
883
|
-
int direction,
|
|
884
|
-
int flex_direction,
|
|
885
|
-
int flex_wrap,
|
|
886
|
-
int overflow,
|
|
887
|
-
int align_items,
|
|
888
|
-
int align_self,
|
|
889
|
-
int align_content,
|
|
890
|
-
int justify_items,
|
|
891
|
-
int justify_self,
|
|
892
|
-
int justify_content,
|
|
893
|
-
int inset_left_type,
|
|
894
|
-
float inset_left_value,
|
|
895
|
-
int inset_right_type,
|
|
896
|
-
float inset_right_value,
|
|
897
|
-
int inset_top_type,
|
|
898
|
-
float inset_top_value,
|
|
899
|
-
int inset_bottom_type,
|
|
900
|
-
float inset_bottom_value,
|
|
901
|
-
int margin_left_type,
|
|
902
|
-
float margin_left_value,
|
|
903
|
-
int margin_right_type,
|
|
904
|
-
float margin_right_value,
|
|
905
|
-
int margin_top_type,
|
|
906
|
-
float margin_top_value,
|
|
907
|
-
int margin_bottom_type,
|
|
908
|
-
float margin_bottom_value,
|
|
909
|
-
int padding_left_type,
|
|
910
|
-
float padding_left_value,
|
|
911
|
-
int padding_right_type,
|
|
912
|
-
float padding_right_value,
|
|
913
|
-
int padding_top_type,
|
|
914
|
-
float padding_top_value,
|
|
915
|
-
int padding_bottom_type,
|
|
916
|
-
float padding_bottom_value,
|
|
917
|
-
int border_left_type,
|
|
918
|
-
float border_left_value,
|
|
919
|
-
int border_right_type,
|
|
920
|
-
float border_right_value,
|
|
921
|
-
int border_top_type,
|
|
922
|
-
float border_top_value,
|
|
923
|
-
int border_bottom_type,
|
|
924
|
-
float border_bottom_value,
|
|
925
|
-
float flex_grow,
|
|
926
|
-
float flex_shrink,
|
|
927
|
-
int flex_basis_type,
|
|
928
|
-
float flex_basis_value,
|
|
929
|
-
int width_type,
|
|
930
|
-
float width_value,
|
|
931
|
-
int height_type,
|
|
932
|
-
float height_value,
|
|
933
|
-
int min_width_type,
|
|
934
|
-
float min_width_value,
|
|
935
|
-
int min_height_type,
|
|
936
|
-
float min_height_value,
|
|
937
|
-
int max_width_type,
|
|
938
|
-
float max_width_value,
|
|
939
|
-
int max_height_type,
|
|
940
|
-
float max_height_value,
|
|
941
|
-
int32_t gap_row_type,
|
|
942
|
-
float gap_row_value,
|
|
943
|
-
int32_t gap_column_type,
|
|
944
|
-
float gap_column_value,
|
|
945
|
-
float aspect_ratio,
|
|
946
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
|
|
947
|
-
struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
|
|
948
|
-
int32_t grid_auto_flow,
|
|
949
|
-
int32_t grid_column_start_type,
|
|
950
|
-
int16_t grid_column_start_value,
|
|
951
|
-
int32_t grid_column_end_type,
|
|
952
|
-
int16_t grid_column_end_value,
|
|
953
|
-
int32_t grid_row_start_type,
|
|
954
|
-
int16_t grid_row_start_value,
|
|
955
|
-
int32_t grid_row_end_type,
|
|
956
|
-
int16_t grid_row_end_value,
|
|
957
|
-
struct CMasonTrackSizingFunctionArray *grid_template_rows,
|
|
958
|
-
struct CMasonTrackSizingFunctionArray *grid_template_columns,
|
|
959
|
-
int32_t overflow_x,
|
|
960
|
-
int32_t overflow_y,
|
|
961
|
-
float scrollbar_width);
|
|
962
|
-
|
|
963
|
-
struct CMasonMinMax mason_util_create_non_repeated_track_sizing_function_with_type_value(int32_t track_type,
|
|
964
|
-
float track_value);
|
|
965
|
-
|
|
966
|
-
char *mason_util_parse_non_repeated_track_sizing_function(struct CMasonNonRepeatedTrackSizingFunctionArray *value);
|
|
967
|
-
|
|
968
|
-
char *mason_util_parse_auto_repeating_track_sizing_function(struct CMasonTrackSizingFunctionArray *value);
|
|
969
|
-
|
|
970
|
-
void mason_util_destroy_string(char *string);
|
|
971
|
-
|
|
972
|
-
#endif /* CBINDGEN_BINDINGS_H */
|