// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using HexaGen.Runtime; using System.Numerics; using Dalamud.Bindings.ImGui; namespace Dalamud.Bindings.ImPlot { public unsafe partial class ImPlot { /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, double yref) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, double yref, int offset) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, int offset) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, double yref, int offset, int stride) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, int offset, int stride) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* pxs = &xs) { PlotShadedNative(labelId, (byte*)pxs, ys, count, (double)(0), flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, double yref) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, double yref, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, double yref) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, double yref, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { PlotShadedNative((byte*)plabelId, (byte*)pxs, ys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, yref, flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, yref, flags, offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, double yref, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, double yref) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, double yref, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, double yref, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, byte* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { PlotShadedNative(pStr0, (byte*)pxs, ys, count, (double)(0), flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, yref, flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, double yref) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, double yref, int offset) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, int offset) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, double yref, int offset, int stride) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, int offset, int stride) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, xs, (byte*)pys, count, (double)(0), flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, double yref) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, double yref, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, double yref) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, double yref, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (byte*)pys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, yref, flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, double yref) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, double yref, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, double yref, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, byte* xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pys = &ys) { PlotShadedNative(pStr0, xs, (byte*)pys, count, (double)(0), flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, double yref) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, double yref, int offset) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, int offset) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, double yref, int offset, int stride) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, int offset, int stride) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(labelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, flags, offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, double yref) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, double yref, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, flags, offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, double yref) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, double yref, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative((byte*)plabelId, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, stride); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, yref, flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, yref, flags, offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, yref, flags, (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, double yref) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, double yref, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, (int)(sizeof(sbyte))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, double yref, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref byte xs, ref byte ys, int count, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (byte* pxs = &xs) { fixed (byte* pys = &ys) { PlotShadedNative(pStr0, (byte*)pxs, (byte*)pys, count, (double)(0), flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } /// /// To be documented. /// [MethodImpl(MethodImplOptions.AggressiveInlining)] internal static void PlotShadedNative(byte* labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { #if NET5_0_OR_GREATER ((delegate* unmanaged[Cdecl])funcTable[121])(labelId, xs, ys, count, yref, flags, offset, stride); #else ((delegate* unmanaged[Cdecl])funcTable[121])((nint)labelId, (nint)xs, (nint)ys, count, yref, flags, offset, stride); #endif } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { PlotShadedNative(labelId, xs, ys, count, yref, flags, offset, stride); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { PlotShadedNative(labelId, xs, ys, count, yref, flags, offset, (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { PlotShadedNative(labelId, xs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, double yref) { PlotShadedNative(labelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count) { PlotShadedNative(labelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags) { PlotShadedNative(labelId, xs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, double yref, int offset) { PlotShadedNative(labelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, int offset) { PlotShadedNative(labelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { PlotShadedNative(labelId, xs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, double yref, int offset, int stride) { PlotShadedNative(labelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, int offset, int stride) { PlotShadedNative(labelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { PlotShadedNative(labelId, xs, ys, count, (double)(0), flags, offset, stride); } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, double yref) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, double yref, int offset) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, int offset) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, int offset, int stride) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, double yref) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, double yref, int offset) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, int offset) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, int offset, int stride) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { PlotShadedNative((byte*)plabelId, xs, ys, count, (double)(0), flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, yref, flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, yref, flags, offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, double yref) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, double yref, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, double yref, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } PlotShadedNative(pStr0, xs, ys, count, (double)(0), flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, yref, flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, yref, flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, double yref) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, double yref, int offset) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, int offset) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, double yref, int offset, int stride) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, int offset, int stride) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (short* pxs = &xs) { PlotShadedNative(labelId, (short*)pxs, ys, count, (double)(0), flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, double yref) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, double yref, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, double yref) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, double yref, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pxs = &xs) { PlotShadedNative((byte*)plabelId, (short*)pxs, ys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, yref, flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, yref, flags, offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, double yref, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, yref, flags, (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, double yref) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, double yref, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, (double)(0), flags, offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, double yref, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, yref, (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, ref short xs, short* ys, int count, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pxs = &xs) { PlotShadedNative(pStr0, (short*)pxs, ys, count, (double)(0), flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, yref, flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, yref, flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, double yref) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, double yref, int offset) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, int offset) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags, int offset) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, double yref, int offset, int stride) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, int offset, int stride) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } /// /// To be documented. /// public static void PlotShaded(byte* labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (short* pys = &ys) { PlotShadedNative(labelId, xs, (short*)pys, count, (double)(0), flags, offset, stride); } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, double yref) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, double yref, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ref byte labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = &labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, double yref) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, double yref, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags, int offset) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), flags, offset, (int)(sizeof(short))); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, double yref, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(ReadOnlySpan labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags, int offset, int stride) { fixed (byte* plabelId = labelId) { fixed (short* pys = &ys) { PlotShadedNative((byte*)plabelId, xs, (short*)pys, count, (double)(0), flags, offset, stride); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, yref, flags, offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, yref, flags, offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, double yref, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, yref, flags, (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, double yref) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, (double)(0), flags, (int)(0), (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, double yref, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, (double)(0), (ImPlotShadedFlags)(0), offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, ImPlotShadedFlags flags, int offset) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, (double)(0), flags, offset, (int)(sizeof(short))); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } /// /// To be documented. /// public static void PlotShaded(string labelId, short* xs, ref short ys, int count, double yref, int offset, int stride) { byte* pStr0 = null; int pStrSize0 = 0; if (labelId != null) { pStrSize0 = Utils.GetByteCountUTF8(labelId); if (pStrSize0 >= Utils.MaxStackallocSize) { pStr0 = Utils.Alloc(pStrSize0 + 1); } else { byte* pStrStack0 = stackalloc byte[pStrSize0 + 1]; pStr0 = pStrStack0; } int pStrOffset0 = Utils.EncodeStringUTF8(labelId, pStr0, pStrSize0); pStr0[pStrOffset0] = 0; } fixed (short* pys = &ys) { PlotShadedNative(pStr0, xs, (short*)pys, count, yref, (ImPlotShadedFlags)(0), offset, stride); if (pStrSize0 >= Utils.MaxStackallocSize) { Utils.Free(pStr0); } } } } }