优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

26355 行
1.4 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtualActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtualFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3;
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3<R, T1, T2, T3*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3* p3)
{
R ret;
void* params[3] = { &p1, &p2, p3 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4;
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2, T3, T4*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4* p4)
{
R ret;
void* params[4] = { p1, &p2, &p3, p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
// System.Action`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct Action_1_tDC9937E9E5F8FFF63CC5B157B981C3D865709E68;
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel>
struct Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53;
// System.Action`1<UnityEngine.Camera>
struct Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA;
// System.Action`1<UnityEngine.Font>
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6;
// System.Action`1<UnityEngine.UIElements.IPanel>
struct Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6;
// System.Action`1<System.IntPtr>
struct Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2;
// System.Action`1<UnityEngine.Material>
struct Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA;
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext>
struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B;
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<UnityEngine.UIElements.Panel>
struct Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01;
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC;
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F;
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828;
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907;
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>
struct Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
// System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.Vector2>
struct Dictionary_2_t41479D9F29C6C1BC07FC7F8D3DD313D8A9A419E1;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyValue>
struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00;
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>
struct Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6;
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData>
struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E;
// System.Func`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct Func_1_t757202F61AB6BDAF6D64859B3BAF490B3589E987;
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18;
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1;
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B;
// System.Func`2<UnityEngine.Color,UnityEngine.Color>
struct Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E;
// System.Func`2<UnityEngine.Color,UnityEngine.Color32>
struct Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277;
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2>
struct Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.UIElements.VectorImage>
struct IEqualityComparer_1_tF9F1A8EA49C027FA45CFF34B2360A103EC4B4970;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.UIElements.VisualElement>
struct IEqualityComparer_1_t28C95BC84663336FDD24A851DFF64782876EA734;
// System.Collections.Generic.IList`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>
struct IList_1_t4A9A4A4522238CC06724A58FE97BCC6029EA9F08;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct KeyCollection_tB3FAA62F9C12C65FEC51CA27CA6B3F2FCDC5173B;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct KeyCollection_t1CBE5AB78BDC7F6ED5D26CC82740D63AE1E1D36A;
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
struct LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<System.Object>
struct LinkedPoolItem_1_tD677E54AEDFCA19642ADA7F09E665AC2A79625DF;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>
struct LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851;
// UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>
struct LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.PropertyName,System.Object>>
struct List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>
struct List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>
struct List_1_tA79C35FB5E50135962B53960CB758B9262700632;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<System.UInt16>>
struct List_1_t74C6AEA308C4F693A59399B52C271D29F073582E;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>>
struct List_1_t5E17A2E3291E460F8DD6196CD63348A836B2447F;
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate>
struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA;
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>
struct List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>
struct List_1_t7524385702B2ADF442BBE71121A26B337005726D;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet>
struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F;
// System.Collections.Generic.List`1<System.UInt32>
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>
struct List_1_t0BE12F16A937298114B20824E93D706BCA5214D5;
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>
struct List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
struct List_1_tE6A967BAC61940A70814BDD10C019CC887E70047;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.InheritedData>
struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.LayoutData>
struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.RareData>
struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.TransformData>
struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.TransitionData>
struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.VisualData>
struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A;
// UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color>
struct ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30;
// UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color32>
struct ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6;
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>
struct Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct ValueCollection_t00C6C88A65B312A75F26F71381E34B3A6D8AA740;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct ValueCollection_t4DD44C75F452BE61C910E1724C3A5F3110B8C15C;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>[]
struct EntryU5BU5D_tF94CF48764A92F79CAC9630D8B1F4ADB437B18D9;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>[]
struct EntryU5BU5D_tC73A41268B53254BFD2D7625E3658BA59BFA88F7;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// UnityEngine.Color32[]
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
// UnityEngine.UIElements.ComputedTransitionProperty[]
struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// UnityEngine.UIElements.GradientSettings[]
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// UnityEngine.UIElements.UIR.RenderChain[]
struct RenderChainU5BU5D_tD86D2A262F4A03450C368D8058A1D058E63C87FF;
// UnityEngine.UIElements.UIR.RenderChainTextEntry[]
struct RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// UnityEngine.UIElements.TextureId[]
struct TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A;
// System.UInt16[]
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// UnityEngine.Vector4[]
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
// UnityEngine.UIElements.UIR.VectorImageManager[]
struct VectorImageManagerU5BU5D_tED65E2CFA572B3026276D5E87498FCD9EAA5D73B;
// UnityEngine.UIElements.VectorImageVertex[]
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4;
// UnityEngine.UIElements.VisualElement[]
struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF;
// UnityEngine.UIElements.UIR.BitmapAllocator32/Page[]
struct PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9;
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData[]
struct RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E;
// UnityEngine.UIElements.UIR.Tessellation/Edges[]
struct EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918;
// UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo[]
struct BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// UnityEngine.UIElements.AtlasBase
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC;
// UnityEngine.UIElements.BaseRuntimePanel
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4;
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2;
// UnityEngine.UIElements.BaseVisualElementPanel
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303;
// UnityEngine.UIElements.UIR.BestFitAllocator
struct BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7;
// UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73;
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
// UnityEngine.UIElements.ContextualMenuManager
struct ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// UnityEngine.UIElements.UIR.DrawParams
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443;
// UnityEngine.UIElements.ElementUnderPointer
struct ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904;
// UnityEngine.UIElements.EventCallbackRegistry
struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85;
// UnityEngine.UIElements.EventDispatcher
struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398;
// System.Exception
struct Exception_t;
// UnityEngine.UIElements.FocusController
struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A;
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
// UnityEngine.UIElements.GetViewDataDictionary
struct GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638;
// UnityEngine.UIElements.UIR.GradientRemap
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307;
// UnityEngine.UIElements.UIR.GradientRemapPool
struct GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B;
// UnityEngine.UIElements.UIR.GradientSettingsAtlas
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A;
// UnityEngine.UIElements.HierarchyEvent
struct HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705;
// UnityEngine.UIElements.ICursorManager
struct ICursorManager_t78B026DED2559C62810B21C54C5F882457073A8B;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.IDisposable
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
// UnityEngine.UIElements.IMGUIContainer
struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26;
// UnityEngine.UIElements.IPanel
struct IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5;
// UnityEngine.UIElements.IStylePropertyAnimationSystem
struct IStylePropertyAnimationSystem_t120D77C8BFB230CA7DBF45D3FB1F5AFBA0504DE2;
// UnityEngine.UIElements.ImmediateModeException
struct ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D;
// UnityEngine.UIElements.InlineStyleAccess
struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// UnityEngine.UIElements.LoadResourceFunction
struct LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850;
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
// UnityEngine.MaterialPropertyBlock
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
// UnityEngine.UIElements.MeshGenerationContext
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62;
// UnityEngine.UIElements.UIR.MeshHandle
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E;
// UnityEngine.UIElements.MeshWriteData
struct MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// UnityEngine.UIElements.UIR.Page
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9;
// UnityEngine.UIElements.Panel
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9;
// System.Text.RegularExpressions.Regex
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
// UnityEngine.UIElements.UIR.RenderChain
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363;
// UnityEngine.UIElements.UIR.RenderChainCommand
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727;
// UnityEngine.RenderTexture
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
// UnityEngine.UIElements.RepaintData
struct RepaintData_t90534752135661579EC254884F550545D001B5EA;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// UnityEngine.UIElements.SavePersistentViewData
struct SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716;
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
// UnityEngine.Shader
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32
struct ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0;
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat
struct ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27;
// UnityEngine.Sprite
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
// System.String
struct String_t;
// UnityEngine.UIElements.StyleVariableContext
struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527;
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
// UnityEngine.UIElements.UIR.TextureBlitter
struct TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7;
// UnityEngine.UIElements.TextureRegistry
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B;
// UnityEngine.UIElements.UIR.TextureSlotManager
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D;
// UnityEngine.UIElements.TimeMsFunction
struct TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B;
// UnityEngine.UIElements.TimerEventScheduler
struct TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862;
// UnityEngine.UIElements.UIRAtlasAllocator
struct UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
struct UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8;
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
struct UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F;
// UnityEngine.UIElements.UIR.UIRenderDevice
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302;
// UnityEngine.UIElements.VectorImage
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC;
// UnityEngine.UIElements.UIR.VectorImageManager
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED;
// UnityEngine.UIElements.UIR.VectorImageRenderInfo
struct VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458;
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool
struct VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A;
// UnityEngine.UIElements.VisualElement
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115;
// UnityEngine.UIElements.VisualTreeAsset
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB;
// UnityEngine.UIElements.VisualTreeUpdater
struct VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.Yoga.YogaConfig
struct YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345;
// UnityEngine.Yoga.YogaNode
struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
// UnityEngine.Font/FontTextureRebuildCallback
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c
struct U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300;
// UnityEngine.UIElements.UIR.RenderChain/<>c
struct U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F;
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c
struct U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107;
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c
struct U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30;
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c
struct U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C;
// UnityEngine.UIElements.VisualElement/CustomStyleAccess
struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1;
// UnityEngine.UIElements.VisualElement/TypeData
struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
struct Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tAE76549282407BAEF1D73046665FE2FA3E0FFC16_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_t4A9A4A4522238CC06724A58FE97BCC6029EA9F08_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t0BE12F16A937298114B20824E93D706BCA5214D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t7524385702B2ADF442BBE71121A26B337005726D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12;
IL2CPP_EXTERN_C String_t* _stringLiteral074A05192D59E41C38A0DCFDDEAAFB6139A6F28C;
IL2CPP_EXTERN_C String_t* _stringLiteral0A1C4B5170F3015B68F6CDA6D30295985A37FF01;
IL2CPP_EXTERN_C String_t* _stringLiteral184F775DD8D8BA319C0D2E6510039E42E432570B;
IL2CPP_EXTERN_C String_t* _stringLiteral198B41D49E1792D6D98B9139466CBEB9FDA70356;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65;
IL2CPP_EXTERN_C String_t* _stringLiteral221C6B48D14F32EF9187556555DBDA2738DC3CE5;
IL2CPP_EXTERN_C String_t* _stringLiteral25365ABB4DE0E658AD0D90B40BF5AD48C1E20B7F;
IL2CPP_EXTERN_C String_t* _stringLiteral294F408A5CD52AC46F0541918FA4B883DBF30866;
IL2CPP_EXTERN_C String_t* _stringLiteral29DFA9B5B165BB844A258EB4FFC585F25153D22D;
IL2CPP_EXTERN_C String_t* _stringLiteral2D8CD487C993B406900B6792B6D90F964DEC2933;
IL2CPP_EXTERN_C String_t* _stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954;
IL2CPP_EXTERN_C String_t* _stringLiteral304092BBFF4D03A1176360CDD8064DF1A05C8607;
IL2CPP_EXTERN_C String_t* _stringLiteral34EF6CC945D6C0FA4F73C73D9F4A354794282185;
IL2CPP_EXTERN_C String_t* _stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8;
IL2CPP_EXTERN_C String_t* _stringLiteral3BC794DABBF58EC754946493A7249124D49ADF5A;
IL2CPP_EXTERN_C String_t* _stringLiteral3D164B69F7C4C61A56FFEBCDC9C525ECFBA538C2;
IL2CPP_EXTERN_C String_t* _stringLiteral3E6D849A8A6B139EDD8D486BF50F566DF977FE78;
IL2CPP_EXTERN_C String_t* _stringLiteral3F1EB8412B84FAED4C051DAAE322EA2D89A23C2E;
IL2CPP_EXTERN_C String_t* _stringLiteral3F5EC034A575EF443B45804503BFA961841C6662;
IL2CPP_EXTERN_C String_t* _stringLiteral465727E7041A2140650559A4295CA9E1A3B84BD0;
IL2CPP_EXTERN_C String_t* _stringLiteral46B2C5194353B68813203D9EC7AFC20016EC23A3;
IL2CPP_EXTERN_C String_t* _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21;
IL2CPP_EXTERN_C String_t* _stringLiteral515F56B9C725B840827BBAF0075A784D6749FC4F;
IL2CPP_EXTERN_C String_t* _stringLiteral52D30BAFA5D977C47D23D2C1490FC3B528967762;
IL2CPP_EXTERN_C String_t* _stringLiteral56BC4D9AE26473EA5061C78FF7787A9FF065D2C4;
IL2CPP_EXTERN_C String_t* _stringLiteral5BA0BD74E17DFFD1B7C0A756E63741F180C1F4B8;
IL2CPP_EXTERN_C String_t* _stringLiteral5D50259D5FC3727EC9985776D0C5307147AFBC81;
IL2CPP_EXTERN_C String_t* _stringLiteral5EBADBF936A8318FD524A66B4EFFF9D6A6C69330;
IL2CPP_EXTERN_C String_t* _stringLiteral63D81DC84F6CE47CA01E41904B4358D2BD8DB065;
IL2CPP_EXTERN_C String_t* _stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0;
IL2CPP_EXTERN_C String_t* _stringLiteral68B354EA7802948527148B3029F3DAB4BDCA34FC;
IL2CPP_EXTERN_C String_t* _stringLiteral6F3A8CC0D1341CC2058A61F50C7E55491AC61AF4;
IL2CPP_EXTERN_C String_t* _stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE;
IL2CPP_EXTERN_C String_t* _stringLiteral7A42030667C73D0070EE93B50D0A30ED507FB6B9;
IL2CPP_EXTERN_C String_t* _stringLiteral8127BAE3273BECB80E2DA93DEE4426FD2098B838;
IL2CPP_EXTERN_C String_t* _stringLiteral86F6E483EF18111BAC28350607C2EE4A90CAF110;
IL2CPP_EXTERN_C String_t* _stringLiteral874C2929D19C3DF7D7CC696BF31565B5E2D72F1D;
IL2CPP_EXTERN_C String_t* _stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457;
IL2CPP_EXTERN_C String_t* _stringLiteral8F39F69DBFDFD1E870E3C5C73FFA1F5399F946B8;
IL2CPP_EXTERN_C String_t* _stringLiteral924CD98BF6EE1EC53552112E56B36E6E9BC646B6;
IL2CPP_EXTERN_C String_t* _stringLiteral9322445699D4597EF496D43ECA8A00975F39E3DB;
IL2CPP_EXTERN_C String_t* _stringLiteral9D19D4413E5CCDE05020C5EC9143A0BA3C7E76FD;
IL2CPP_EXTERN_C String_t* _stringLiteral9DB65DADBF3D82E5145BC1CA89C1D20B307E9FC1;
IL2CPP_EXTERN_C String_t* _stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A;
IL2CPP_EXTERN_C String_t* _stringLiteralA70D03409FDE67B84BCDBFA1439933DA55C8E146;
IL2CPP_EXTERN_C String_t* _stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E;
IL2CPP_EXTERN_C String_t* _stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3;
IL2CPP_EXTERN_C String_t* _stringLiteralAD80755CECB79B285ECB8BBFDF3501CB903AF4F5;
IL2CPP_EXTERN_C String_t* _stringLiteralAFEB40145E3D98C6A581D85A0994F1B0B9FA32EE;
IL2CPP_EXTERN_C String_t* _stringLiteralB1B81CF34CD3521DA999652F1C40F5F1C2960B5C;
IL2CPP_EXTERN_C String_t* _stringLiteralB8940764EF74E36BFE702FA01C2AD7A3D820A8D3;
IL2CPP_EXTERN_C String_t* _stringLiteralBBAB5ED142571F72435ACAB40A62AC73EEF2F296;
IL2CPP_EXTERN_C String_t* _stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277;
IL2CPP_EXTERN_C String_t* _stringLiteralC8A69F8C91CB1D39BACCFF7CEE5B421FCF7893A4;
IL2CPP_EXTERN_C String_t* _stringLiteralCB1AF195B08342163FC13F7F466782A6C6D6ECF2;
IL2CPP_EXTERN_C String_t* _stringLiteralCB2CEDC2840D3C2F18750F4C142366F0F6F85A45;
IL2CPP_EXTERN_C String_t* _stringLiteralCBDB6DDEB7C4326BDFB82107D4AFA0DB7318ADD8;
IL2CPP_EXTERN_C String_t* _stringLiteralCEA0197A94CA21A546257FAE88FB8401E361D1AB;
IL2CPP_EXTERN_C String_t* _stringLiteralD5A54CC36A70E64575E64620D521A709AF44BF8D;
IL2CPP_EXTERN_C String_t* _stringLiteralD8C35AF7B6E2C2C1E2BE17C8181EC94F488DB28F;
IL2CPP_EXTERN_C String_t* _stringLiteralDD578D7531D1E920A36ED63A632ED0CE4BA76B26;
IL2CPP_EXTERN_C String_t* _stringLiteralDDE3EF859A5D9C724E68CF2D3A667034D0F29E2F;
IL2CPP_EXTERN_C String_t* _stringLiteralDFD8F1B0BE8D85122946D441DF032CB48ED25B84;
IL2CPP_EXTERN_C String_t* _stringLiteralE39A3F637291FE17EE1C8AE2FD63A324C2E04C1E;
IL2CPP_EXTERN_C String_t* _stringLiteralE5804C514853E7FD9049416180A508BCD99D34EA;
IL2CPP_EXTERN_C String_t* _stringLiteralE83A726043FB73EF3EAC1410DF02CCC7209EA5B6;
IL2CPP_EXTERN_C String_t* _stringLiteralEAF54B026590DA44B73CBA20F80D03DAA23A1257;
IL2CPP_EXTERN_C String_t* _stringLiteralEF75779B02150B87996255CAA93D59C364D48641;
IL2CPP_EXTERN_C String_t* _stringLiteralF25AF560495328102AC89291C521C675D4DDEE15;
IL2CPP_EXTERN_C String_t* _stringLiteralF358028882005F06DD73E986E5D4F5A125FB579C;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C10EF984D4DE3665FC411FEBC1963DBF64BF80;
IL2CPP_EXTERN_C String_t* _stringLiteralF51B8A5F99AAE8E6EA3035B423F6EB50008FD3D0;
IL2CPP_EXTERN_C String_t* _stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359;
IL2CPP_EXTERN_C String_t* _stringLiteralFAC2230AD7FF7186015A2770D3B8D751E3305C5C;
IL2CPP_EXTERN_C const RuntimeMethod* BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m54E01405E504B7C9641412876843BC359400894A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAB2B123AE51CDC79605EF4A41537BADA1774F2CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_op_Implicit_m2716BA3C44B6AAB8979FA0F52FA3971D7141D976_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_op_Implicit_m3FD3E79348A30677E180D0F53151DD73B955849E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_OnRegisterIntermediateRenderers_mE12BA6838E878FCCD694BB7E9D63E7CFD4AD7418_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_OnRenderNodeExecute_m1C21FD7F7F118C481B92FB046394040471B17FB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ShaderInfoStorage_1__ctor_m3A0A8B48CCEDA1F58DC2A1E45D890DDA33593187_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ShaderInfoStorage_1__ctor_mD11645EBACDBF20EA5720F446D814A53D8EF54A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__2_0_m564DECCDB610765A37429A4DA9B9363D638D35B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__2_0_mCC00B61C3EB3DF510C16ABFAF0DFD134E9E1925E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73;;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com;;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke;;
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B;
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com;
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A;
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
struct PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9;
struct RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E;
struct EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918;
struct BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tF94CF48764A92F79CAC9630D8B1F4ADB437B18D9* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tB3FAA62F9C12C65FEC51CA27CA6B3F2FCDC5173B* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t00C6C88A65B312A75F26F71381E34B3A6D8AA740* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tC73A41268B53254BFD2D7625E3658BA59BFA88F7* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t1CBE5AB78BDC7F6ED5D26CC82740D63AE1E1D36A* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t4DD44C75F452BE61C910E1724C3A5F3110B8C15C* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct LinkedPoolItem_1_t9085777154DBD9371E246BEFC117069B654E71FD : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.MeshHandle>
struct LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75 : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9 : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4 : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_t757202F61AB6BDAF6D64859B3BAF490B3589E987* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_tDC9937E9E5F8FFF63CC5B157B981C3D865709E68* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83 : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333 : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>
struct List_1_t7524385702B2ADF442BBE71121A26B337005726D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
RenderChainU5BU5D_tD86D2A262F4A03450C368D8058A1D058E63C87FF* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t7524385702B2ADF442BBE71121A26B337005726D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
RenderChainU5BU5D_tD86D2A262F4A03450C368D8058A1D058E63C87FF* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.UInt32>
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
VectorImageManagerU5BU5D_tED65E2CFA572B3026276D5E87498FCD9EAA5D73B* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
VectorImageManagerU5BU5D_tED65E2CFA572B3026276D5E87498FCD9EAA5D73B* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>
struct List_1_t0BE12F16A937298114B20824E93D706BCA5214D5 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t0BE12F16A937298114B20824E93D706BCA5214D5_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* ___s_emptyArray_5;
};
struct Il2CppArrayBounds;
// UnityEngine.UIElements.AtlasBase
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC : public RuntimeObject
{
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.AtlasBase::textureRegistry
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___textureRegistry_0;
};
// UnityEngine.UIElements.BaseVisualTreeUpdater
struct BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41 : public RuntimeObject
{
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel> UnityEngine.UIElements.BaseVisualTreeUpdater::panelChanged
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelChanged_0;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.BaseVisualTreeUpdater::m_Panel
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___m_Panel_1;
};
// UnityEngine.UIElements.CallbackEventHandler
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject
{
// UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry
EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0;
};
// UnityEngine.UIElements.UIR.Shaders
struct Shaders_t84A2F64B101E87AC42866AA74DC014837843389D : public RuntimeObject
{
};
struct Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields
{
// System.String UnityEngine.UIElements.UIR.Shaders::k_AtlasBlit
String_t* ___k_AtlasBlit_0;
// System.String UnityEngine.UIElements.UIR.Shaders::k_Editor
String_t* ___k_Editor_1;
// System.String UnityEngine.UIElements.UIR.Shaders::k_Runtime
String_t* ___k_Runtime_2;
// System.String UnityEngine.UIElements.UIR.Shaders::k_RuntimeWorld
String_t* ___k_RuntimeWorld_3;
// System.String UnityEngine.UIElements.UIR.Shaders::k_GraphView
String_t* ___k_GraphView_4;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// UnityEngine.UIElements.TextureRegistry
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B : public RuntimeObject
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo> UnityEngine.UIElements.TextureRegistry::m_Textures
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* ___m_Textures_0;
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId> UnityEngine.UIElements.TextureRegistry::m_TextureToId
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* ___m_TextureToId_1;
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId> UnityEngine.UIElements.TextureRegistry::m_FreeIds
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* ___m_FreeIds_2;
};
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields
{
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::<instance>k__BackingField
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___U3CinstanceU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.TextureSlotManager
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D : public RuntimeObject
{
// UnityEngine.UIElements.TextureId[] UnityEngine.UIElements.UIR.TextureSlotManager::m_Textures
TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A* ___m_Textures_3;
// System.Int32[] UnityEngine.UIElements.UIR.TextureSlotManager::m_Tickets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Tickets_4;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::m_CurrentTicket
int32_t ___m_CurrentTicket_5;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::m_FirstUsedTicket
int32_t ___m_FirstUsedTicket_6;
// UnityEngine.Vector4[] UnityEngine.UIElements.UIR.TextureSlotManager::m_GpuTextures
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_GpuTextures_7;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::<FreeSlots>k__BackingField
int32_t ___U3CFreeSlotsU3Ek__BackingField_8;
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.UIR.TextureSlotManager::textureRegistry
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___textureRegistry_9;
};
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields
{
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::k_SlotCount
int32_t ___k_SlotCount_0;
// System.Int32[] UnityEngine.UIElements.UIR.TextureSlotManager::slotIds
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___slotIds_1;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::textureTableId
int32_t ___textureTableId_2;
};
// UnityEngine.UIElements.UIElementsPackageUtility
struct UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A : public RuntimeObject
{
};
struct UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_StaticFields
{
// System.String UnityEngine.UIElements.UIElementsPackageUtility::EditorResourcesBasePath
String_t* ___EditorResourcesBasePath_0;
// System.Boolean UnityEngine.UIElements.UIElementsPackageUtility::IsUIEPackageLoaded
bool ___IsUIEPackageLoaded_1;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c
struct U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300 : public RuntimeObject
{
};
struct U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields
{
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<>9
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* ___U3CU3E9_0;
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap> UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<>9__0_0
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* ___U3CU3E9__0_0_1;
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap> UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<>9__0_1
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* ___U3CU3E9__0_1_2;
};
// UnityEngine.UIElements.UIR.RenderChain/<>c
struct U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F : public RuntimeObject
{
};
struct U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields
{
// UnityEngine.UIElements.UIR.RenderChain/<>c UnityEngine.UIElements.UIR.RenderChain/<>c::<>9
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* ___U3CU3E9_0;
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand> UnityEngine.UIElements.UIR.RenderChain/<>c::<>9__37_0
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* ___U3CU3E9__37_0_1;
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand> UnityEngine.UIElements.UIR.RenderChain/<>c::<>9__37_1
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* ___U3CU3E9__37_1_2;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c
struct U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107 : public RuntimeObject
{
};
struct U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_StaticFields
{
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c::<>9
U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107* ___U3CU3E9_0;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c
struct U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30 : public RuntimeObject
{
};
struct U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_StaticFields
{
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c::<>9
U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30* ___U3CU3E9_0;
};
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c
struct U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C : public RuntimeObject
{
};
struct U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields
{
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<>9
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* ___U3CU3E9_0;
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo> UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<>9__0_0
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* ___U3CU3E9__0_0_1;
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo> UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<>9__0_1
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* ___U3CU3E9__0_1_2;
};
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828 : public LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD
{
};
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3
{
// TKey System.Collections.Generic.KeyValuePair`2::key
int32_t ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject* ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>
struct KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93
{
// TKey System.Collections.Generic.KeyValuePair`2::key
int32_t ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* ___value_1;
};
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>
struct NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<System.UInt16>
struct NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4>
struct NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>
struct NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
bool ___value_1;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.InheritedData>
struct StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.LayoutData>
struct StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.RareData>
struct StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransformData>
struct StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransitionData>
struct StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.VisualData>
struct StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A* ___m_Ref_0;
};
// UnityEngine.UIElements.UIR.Alloc
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE
{
// System.UInt32 UnityEngine.UIElements.UIR.Alloc::start
uint32_t ___start_0;
// System.UInt32 UnityEngine.UIElements.UIR.Alloc::size
uint32_t ___size_1;
// System.Object UnityEngine.UIElements.UIR.Alloc::handle
RuntimeObject* ___handle_2;
// System.Boolean UnityEngine.UIElements.UIR.Alloc::shortLived
bool ___shortLived_3;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Alloc
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke
{
uint32_t ___start_0;
uint32_t ___size_1;
Il2CppIUnknown* ___handle_2;
int32_t ___shortLived_3;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Alloc
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com
{
uint32_t ___start_0;
uint32_t ___size_1;
Il2CppIUnknown* ___handle_2;
int32_t ___shortLived_3;
};
// UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73
{
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_PageHeight
int32_t ___m_PageHeight_0;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page> UnityEngine.UIElements.UIR.BitmapAllocator32::m_Pages
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.UIElements.UIR.BitmapAllocator32::m_AllocMap
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_EntryWidth
int32_t ___m_EntryWidth_3;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_EntryHeight
int32_t ___m_EntryHeight_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke
{
int32_t ___m_PageHeight_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
int32_t ___m_EntryWidth_3;
int32_t ___m_EntryHeight_4;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com
{
int32_t ___m_PageHeight_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
int32_t ___m_EntryWidth_3;
int32_t ___m_EntryHeight_4;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// UnityEngine.UIElements.UIR.ChainBuilderStats
struct ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C
{
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::elementsAdded
uint32_t ___elementsAdded_0;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::elementsRemoved
uint32_t ___elementsRemoved_1;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveClipUpdates
uint32_t ___recursiveClipUpdates_2;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveClipUpdatesExpanded
uint32_t ___recursiveClipUpdatesExpanded_3;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nonRecursiveClipUpdates
uint32_t ___nonRecursiveClipUpdates_4;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveTransformUpdates
uint32_t ___recursiveTransformUpdates_5;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveTransformUpdatesExpanded
uint32_t ___recursiveTransformUpdatesExpanded_6;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveOpacityUpdates
uint32_t ___recursiveOpacityUpdates_7;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveOpacityUpdatesExpanded
uint32_t ___recursiveOpacityUpdatesExpanded_8;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::colorUpdates
uint32_t ___colorUpdates_9;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::colorUpdatesExpanded
uint32_t ___colorUpdatesExpanded_10;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveVisualUpdates
uint32_t ___recursiveVisualUpdates_11;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveVisualUpdatesExpanded
uint32_t ___recursiveVisualUpdatesExpanded_12;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nonRecursiveVisualUpdates
uint32_t ___nonRecursiveVisualUpdates_13;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::dirtyProcessed
uint32_t ___dirtyProcessed_14;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nudgeTransformed
uint32_t ___nudgeTransformed_15;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::boneTransformed
uint32_t ___boneTransformed_16;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::skipTransformed
uint32_t ___skipTransformed_17;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::visualUpdateTransformed
uint32_t ___visualUpdateTransformed_18;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::updatedMeshAllocations
uint32_t ___updatedMeshAllocations_19;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::newMeshAllocations
uint32_t ___newMeshAllocations_20;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::groupTransformElementsChanged
uint32_t ___groupTransformElementsChanged_21;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::immedateRenderersActive
uint32_t ___immedateRenderersActive_22;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::textUpdates
uint32_t ___textUpdates_23;
};
// UnityEngine.Color
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
{
// System.Single UnityEngine.Color::r
float ___r_0;
// System.Single UnityEngine.Color::g
float ___g_1;
// System.Single UnityEngine.Color::b
float ___b_2;
// System.Single UnityEngine.Color::a
float ___a_3;
};
// UnityEngine.Color32
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// UnityEngine.EventInterests
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8
{
// System.Boolean UnityEngine.EventInterests::<wantsMouseMove>k__BackingField
bool ___U3CwantsMouseMoveU3Ek__BackingField_0;
// System.Boolean UnityEngine.EventInterests::<wantsMouseEnterLeaveWindow>k__BackingField
bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
// System.Boolean UnityEngine.EventInterests::<wantsLessLayoutEvents>k__BackingField
bool ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.EventInterests
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_pinvoke
{
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
};
// Native definition for COM marshalling of UnityEngine.EventInterests
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_com
{
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
};
// UnityEngine.UIElements.Focusable
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4
{
// System.Boolean UnityEngine.UIElements.Focusable::<focusable>k__BackingField
bool ___U3CfocusableU3Ek__BackingField_1;
// System.Int32 UnityEngine.UIElements.Focusable::<tabIndex>k__BackingField
int32_t ___U3CtabIndexU3Ek__BackingField_2;
// System.Boolean UnityEngine.UIElements.Focusable::m_DelegatesFocus
bool ___m_DelegatesFocus_3;
// System.Boolean UnityEngine.UIElements.Focusable::m_ExcludeFromFocusRing
bool ___m_ExcludeFromFocusRing_4;
// System.Boolean UnityEngine.UIElements.Focusable::isIMGUIContainer
bool ___isIMGUIContainer_5;
};
// UnityEngine.UIElements.UIR.GradientRemapPool
struct GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B : public LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83
{
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// UnityEngine.Mathf
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
{
union
{
struct
{
};
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
};
};
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
{
// System.Single UnityEngine.Mathf::Epsilon
float ___Epsilon_0;
};
// UnityEngine.Matrix4x4
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
{
// System.Single UnityEngine.Matrix4x4::m00
float ___m00_0;
// System.Single UnityEngine.Matrix4x4::m10
float ___m10_1;
// System.Single UnityEngine.Matrix4x4::m20
float ___m20_2;
// System.Single UnityEngine.Matrix4x4::m30
float ___m30_3;
// System.Single UnityEngine.Matrix4x4::m01
float ___m01_4;
// System.Single UnityEngine.Matrix4x4::m11
float ___m11_5;
// System.Single UnityEngine.Matrix4x4::m21
float ___m21_6;
// System.Single UnityEngine.Matrix4x4::m31
float ___m31_7;
// System.Single UnityEngine.Matrix4x4::m02
float ___m02_8;
// System.Single UnityEngine.Matrix4x4::m12
float ___m12_9;
// System.Single UnityEngine.Matrix4x4::m22
float ___m22_10;
// System.Single UnityEngine.Matrix4x4::m32
float ___m32_11;
// System.Single UnityEngine.Matrix4x4::m03
float ___m03_12;
// System.Single UnityEngine.Matrix4x4::m13
float ___m13_13;
// System.Single UnityEngine.Matrix4x4::m23
float ___m23_14;
// System.Single UnityEngine.Matrix4x4::m33
float ___m33_15;
};
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
{
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
};
// UnityEngine.PropertyName
struct PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2
{
// System.Int32 UnityEngine.PropertyName::id
int32_t ___id_0;
};
// UnityEngine.Rect
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
{
// System.Single UnityEngine.Rect::m_XMin
float ___m_XMin_0;
// System.Single UnityEngine.Rect::m_YMin
float ___m_YMin_1;
// System.Single UnityEngine.Rect::m_Width
float ___m_Width_2;
// System.Single UnityEngine.Rect::m_Height
float ___m_Height_3;
};
// UnityEngine.RectInt
struct RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8
{
// System.Int32 UnityEngine.RectInt::m_XMin
int32_t ___m_XMin_0;
// System.Int32 UnityEngine.RectInt::m_YMin
int32_t ___m_YMin_1;
// System.Int32 UnityEngine.RectInt::m_Width
int32_t ___m_Width_2;
// System.Int32 UnityEngine.RectInt::m_Height
int32_t ___m_Height_3;
};
// UnityEngine.UIElements.UIR.RenderChainTextEntry
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11
{
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainTextEntry::command
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::firstVertex
int32_t ___firstVertex_1;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::vertexCount
int32_t ___vertexCount_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
int32_t ___firstVertex_1;
int32_t ___vertexCount_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
int32_t ___firstVertex_1;
int32_t ___vertexCount_2;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// UnityEngine.UIElements.TextureId
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58
{
// System.Int32 UnityEngine.UIElements.TextureId::m_Index
int32_t ___m_Index_0;
};
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields
{
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureId::invalid
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___invalid_1;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
};
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
{
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
};
// UnityEngine.Vector2Int
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
{
// System.Int32 UnityEngine.Vector2Int::m_X
int32_t ___m_X_0;
// System.Int32 UnityEngine.Vector2Int::m_Y
int32_t ___m_Y_1;
};
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
{
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero_2;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One_3;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up_4;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down_5;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left_6;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right_7;
};
// UnityEngine.Vector3
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
{
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
};
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
{
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
};
// UnityEngine.Vector4
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
{
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
};
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
{
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8;
};
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool
struct VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A : public LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333
{
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// UnityEngine.UIElements.UIR.BitmapAllocator32/Page
struct Page_t04FE552A388BF55B12C8868E19589136957E00A5
{
// System.UInt16 UnityEngine.UIElements.UIR.BitmapAllocator32/Page::x
uint16_t ___x_0;
// System.UInt16 UnityEngine.UIElements.UIR.BitmapAllocator32/Page::y
uint16_t ___y_1;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32/Page::freeSlots
int32_t ___freeSlots_2;
};
// UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA
{
// UnityEngine.Color32[] UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture::rgba
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___rgba_0;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture::width
int32_t ___width_1;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture::height
int32_t ___height_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_pinvoke
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___rgba_0;
int32_t ___width_1;
int32_t ___height_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_com
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___rgba_0;
int32_t ___width_1;
int32_t ___height_2;
};
// UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts
struct ClipCounts_tA13B47CA84D741D6AA98C60E95935D3526F83CDC
{
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::firstClippedIndex
int32_t ___firstClippedIndex_0;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::firstDegenerateIndex
int32_t ___firstDegenerateIndex_1;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::lastClippedIndex
int32_t ___lastClippedIndex_2;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::clippedTriangles
int32_t ___clippedTriangles_3;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::addedTriangles
int32_t ___addedTriangles_4;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::degenerateTriangles
int32_t ___degenerateTriangles_5;
};
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::heads
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::tails
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
// System.Int32[] UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::minDepths
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___minDepths_2;
// System.Int32[] UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::maxDepths
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___maxDepths_3;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::dirtyID
uint32_t ___dirtyID_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
Il2CppSafeArray/*NONE*/* ___minDepths_2;
Il2CppSafeArray/*NONE*/* ___maxDepths_3;
uint32_t ___dirtyID_4;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
Il2CppSafeArray/*NONE*/* ___minDepths_2;
Il2CppSafeArray/*NONE*/* ___maxDepths_3;
uint32_t ___dirtyID_4;
};
// UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator
struct RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F
{
union
{
struct
{
};
uint8_t RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F__padding[1];
};
};
struct RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain> UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::renderChains
List_1_t7524385702B2ADF442BBE71121A26B337005726D* ___renderChains_0;
};
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics
struct DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F
{
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::currentFrameIndex
int32_t ___currentFrameIndex_0;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::totalIndices
uint32_t ___totalIndices_1;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::commandCount
uint32_t ___commandCount_2;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawCommandCount
uint32_t ___drawCommandCount_3;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::materialSetCount
uint32_t ___materialSetCount_4;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawRangeCount
uint32_t ___drawRangeCount_5;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawRangeCallCount
uint32_t ___drawRangeCallCount_6;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::immediateDraws
uint32_t ___immediateDraws_7;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::stencilRefChanges
uint32_t ___stencilRefChanges_8;
};
// UnityEngine.UIElements.VisualElement/Hierarchy
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::m_Owner
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0;
};
// Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0;
};
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>
struct Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>
struct Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// UnityEngine.UIElements.AddressMode
struct AddressMode_t2C6D839F1391CCABEFAB25D8500B448D3CAB5EA3
{
// System.Int32 UnityEngine.UIElements.AddressMode::value__
int32_t ___value___2;
};
// Unity.Collections.Allocator
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
{
// System.Int32 Unity.Collections.Allocator::value__
int32_t ___value___2;
};
// UnityEngine.Bounds
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
{
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center_0;
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents_1;
};
// UnityEngine.UIElements.UIR.Implementation.ClipMethod
struct ClipMethod_t576E65D24928AB1D0072DB926DDFA98B84FBCEDB
{
// System.Int32 UnityEngine.UIElements.UIR.Implementation.ClipMethod::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.ColorPage
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0
{
// System.Boolean UnityEngine.UIElements.ColorPage::isValid
bool ___isValid_0;
// UnityEngine.Color32 UnityEngine.UIElements.ColorPage::pageAndID
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.ColorPage
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke
{
int32_t ___isValid_0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID_1;
};
// Native definition for COM marshalling of UnityEngine.UIElements.ColorPage
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com
{
int32_t ___isValid_0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID_1;
};
// UnityEngine.UIElements.UIR.CommandType
struct CommandType_tD31CF154E77E661A0B00A7A9A45F2557D8705A56
{
// System.Int32 UnityEngine.UIElements.UIR.CommandType::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.ComputedStyle
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C
{
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.InheritedData> UnityEngine.UIElements.ComputedStyle::inheritedData
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.LayoutData> UnityEngine.UIElements.ComputedStyle::layoutData
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.RareData> UnityEngine.UIElements.ComputedStyle::rareData
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransformData> UnityEngine.UIElements.ComputedStyle::transformData
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransitionData> UnityEngine.UIElements.ComputedStyle::transitionData
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.VisualData> UnityEngine.UIElements.ComputedStyle::visualData
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.ComputedStyle::yogaNode
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyValue> UnityEngine.UIElements.ComputedStyle::customProperties
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
// System.Int64 UnityEngine.UIElements.ComputedStyle::matchingRulesHash
int64_t ___matchingRulesHash_8;
// System.Single UnityEngine.UIElements.ComputedStyle::dpiScaling
float ___dpiScaling_9;
// UnityEngine.UIElements.ComputedTransitionProperty[] UnityEngine.UIElements.ComputedStyle::computedTransitions
ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82* ___computedTransitions_10;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedStyle
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_pinvoke
{
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
int64_t ___matchingRulesHash_8;
float ___dpiScaling_9;
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke* ___computedTransitions_10;
};
// Native definition for COM marshalling of UnityEngine.UIElements.ComputedStyle
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_com
{
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
int64_t ___matchingRulesHash_8;
float ___dpiScaling_9;
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com* ___computedTransitions_10;
};
// UnityEngine.UIElements.ContextType
struct ContextType_t50FAC10DB1D4E29B37E532DED9CAA804FC4E59A0
{
// System.Int32 UnityEngine.UIElements.ContextType::value__
int32_t ___value___2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// UnityEngine.UIElements.UIR.GradientRemap
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307 : public LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF
{
// System.Int32 UnityEngine.UIElements.UIR.GradientRemap::origIndex
int32_t ___origIndex_1;
// System.Int32 UnityEngine.UIElements.UIR.GradientRemap::destIndex
int32_t ___destIndex_2;
// UnityEngine.RectInt UnityEngine.UIElements.UIR.GradientRemap::location
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location_3;
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.GradientRemap::next
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___next_4;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.GradientRemap::atlas
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___atlas_5;
};
// UnityEngine.UIElements.GradientType
struct GradientType_tF6700196CF15D686C2CFC54BDDE6EF4B4B325F22
{
// System.Int32 UnityEngine.UIElements.GradientType::value__
int32_t ___value___2;
};
// UnityEngine.HideFlags
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
{
// System.Int32 UnityEngine.HideFlags::value__
int32_t ___value___2;
};
// Unity.Profiling.LowLevel.MarkerFlags
struct MarkerFlags_t58228A99AC6567F565911ED792189DBBDFF83E30
{
// System.UInt16 Unity.Profiling.LowLevel.MarkerFlags::value__
uint16_t ___value___2;
};
// UnityEngine.MaterialPropertyBlock
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D : public RuntimeObject
{
// System.IntPtr UnityEngine.MaterialPropertyBlock::m_Ptr
intptr_t ___m_Ptr_0;
};
// UnityEngine.UIElements.UIR.MeshHandle
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E : public LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75
{
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocVerts
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocVerts_1;
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocIndices
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocIndices_2;
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::triangleCount
uint32_t ___triangleCount_3;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.MeshHandle::allocPage
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___allocPage_4;
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::allocTime
uint32_t ___allocTime_5;
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::updateAllocID
uint32_t ___updateAllocID_6;
};
// UnityEngine.UIElements.MeshWriteData
struct MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9 : public RuntimeObject
{
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.MeshWriteData::m_Vertices
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___m_Vertices_0;
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.MeshWriteData::m_Indices
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___m_Indices_1;
// UnityEngine.Rect UnityEngine.UIElements.MeshWriteData::m_UVRegion
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_UVRegion_2;
// System.Int32 UnityEngine.UIElements.MeshWriteData::currentIndex
int32_t ___currentIndex_3;
// System.Int32 UnityEngine.UIElements.MeshWriteData::currentVertex
int32_t ___currentVertex_4;
};
// Unity.Collections.NativeArrayOptions
struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D
{
// System.Int32 Unity.Collections.NativeArrayOptions::value__
int32_t ___value___2;
};
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
{
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.UIElements.UIR.OwnedState
struct OwnedState_t0957CA36E21DE8A443B616EBE83B25CCCA70B5A4
{
// System.Byte UnityEngine.UIElements.UIR.OwnedState::value__
uint8_t ___value___2;
};
// UnityEngine.UIElements.PanelClearSettings
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7
{
// System.Boolean UnityEngine.UIElements.PanelClearSettings::clearDepthStencil
bool ___clearDepthStencil_0;
// System.Boolean UnityEngine.UIElements.PanelClearSettings::clearColor
bool ___clearColor_1;
// UnityEngine.Color UnityEngine.UIElements.PanelClearSettings::color
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.PanelClearSettings
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_pinvoke
{
int32_t ___clearDepthStencil_0;
int32_t ___clearColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.PanelClearSettings
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_com
{
int32_t ___clearDepthStencil_0;
int32_t ___clearColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
};
// UnityEngine.UIElements.PickingMode
struct PickingMode_t5699BF9E5F2587E0D297984D5BF5B63B768E66AC
{
// System.Int32 UnityEngine.UIElements.PickingMode::value__
int32_t ___value___2;
};
// Unity.Profiling.ProfilerMarker
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
{
// System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr
intptr_t ___m_Ptr_0;
};
// UnityEngine.UIElements.PseudoStates
struct PseudoStates_tF4AB056E8743741BCE464A0983A060A53AAB7E4D
{
// System.Int32 UnityEngine.UIElements.PseudoStates::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses
struct RenderDataDirtyTypeClasses_t4D7203DE6C0C0931A65A3098387872A4FB206FBE
{
// System.Int32 UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes
struct RenderDataDirtyTypes_tEF0AE4EB7DF790A711AA45103050432B8FEDB907
{
// System.Int32 UnityEngine.UIElements.UIR.RenderDataDirtyTypes::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.RenderHints
struct RenderHints_t4032FC4AB3FD946FD2A484865B8861730D9035E7
{
// System.Int32 UnityEngine.UIElements.RenderHints::value__
int32_t ___value___2;
};
// UnityEngine.ScaleMode
struct ScaleMode_t16AD656758EE54C56B3DA34FE4F2033C9C2EE13D
{
// System.Int32 UnityEngine.ScaleMode::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.State
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB
{
// UnityEngine.Material UnityEngine.UIElements.UIR.State::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
// UnityEngine.Texture UnityEngine.UIElements.UIR.State::font
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
// System.Single UnityEngine.UIElements.UIR.State::fontTexSDFScale
float ___fontTexSDFScale_2;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.State::texture
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
// System.Int32 UnityEngine.UIElements.UIR.State::stencilRef
int32_t ___stencilRef_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.State
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
float ___fontTexSDFScale_2;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
int32_t ___stencilRef_4;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.State
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
float ___fontTexSDFScale_2;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
int32_t ___stencilRef_4;
};
// UnityEngine.UIElements.UIR.TextCoreSettings
struct TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115
{
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::faceColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___faceColor_0;
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::outlineColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___outlineColor_1;
// System.Single UnityEngine.UIElements.UIR.TextCoreSettings::outlineWidth
float ___outlineWidth_2;
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::underlayColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___underlayColor_3;
// UnityEngine.Vector2 UnityEngine.UIElements.UIR.TextCoreSettings::underlayOffset
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___underlayOffset_4;
// System.Single UnityEngine.UIElements.UIR.TextCoreSettings::underlaySoftness
float ___underlaySoftness_5;
};
// UnityEngine.UIElements.UIR.TextureEntry
struct TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128
{
// UnityEngine.Texture UnityEngine.UIElements.UIR.TextureEntry::source
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source_0;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.TextureEntry::actual
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___actual_1;
// System.Boolean UnityEngine.UIElements.UIR.TextureEntry::replaced
bool ___replaced_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.TextureEntry
struct TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source_0;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___actual_1;
int32_t ___replaced_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.TextureEntry
struct TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source_0;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___actual_1;
int32_t ___replaced_2;
};
// UnityEngine.TextureFormat
struct TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D
{
// System.Int32 UnityEngine.TextureFormat::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.Transform3x4
struct Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F
{
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Transform3x4::v0
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0_0;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Transform3x4::v1
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v1_1;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Transform3x4::v2
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v2_2;
};
// UnityEngine.UIElements.UIR.VectorImageRenderInfo
struct VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458 : public LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4
{
// System.Int32 UnityEngine.UIElements.UIR.VectorImageRenderInfo::useCount
int32_t ___useCount_1;
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.VectorImageRenderInfo::firstGradientRemap
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___firstGradientRemap_2;
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.VectorImageRenderInfo::gradientSettingsAlloc
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___gradientSettingsAlloc_3;
};
// UnityEngine.UIElements.VersionChangeType
struct VersionChangeType_t8D9A58D958CC211E9300168DC98D3F7DF67594C3
{
// System.Int32 UnityEngine.UIElements.VersionChangeType::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.Vertex
struct Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7
{
// UnityEngine.Vector3 UnityEngine.UIElements.Vertex::position
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_1;
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::tint
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___tint_2;
// UnityEngine.Vector2 UnityEngine.UIElements.Vertex::uv
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv_3;
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::xformClipPages
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___xformClipPages_4;
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::ids
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___ids_5;
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::flags
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___flags_6;
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::opacityColorPages
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___opacityColorPages_7;
// UnityEngine.Vector4 UnityEngine.UIElements.Vertex::circle
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___circle_8;
// System.Single UnityEngine.UIElements.Vertex::textureId
float ___textureId_9;
};
struct Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_StaticFields
{
// System.Single UnityEngine.UIElements.Vertex::nearZ
float ___nearZ_0;
};
// UnityEngine.UIElements.UIR.VertexFlags
struct VertexFlags_tDC60142536F477FF72F8D0E14C41679078949D3D
{
// System.Int32 UnityEngine.UIElements.UIR.VertexFlags::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.VisualElementFlags
struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409
{
// System.Int32 UnityEngine.UIElements.VisualElementFlags::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.VisualTreeUpdatePhase
struct VisualTreeUpdatePhase_t1EF45877A1796DC3991B9FF3A6AD762BE02DF67D
{
// System.Int32 UnityEngine.UIElements.VisualTreeUpdatePhase::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.MeshBuilder/VertexClipEdge
struct VertexClipEdge_tACFA4DFFDEF445CE66AD530BEC0B5A1977C02705
{
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/VertexClipEdge::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags
struct MeshFlags_tC36F9F848F3DB16DF11E55B5CD6EC22E860876A3
{
// System.Int32 UnityEngine.UIElements.MeshGenerationContext/MeshFlags::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
struct RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE
{
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::standardMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___standardMaterial_0;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::initialMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___initialMaterial_1;
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::matPropBlock
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___matPropBlock_2;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::firstCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_3;
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::device
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___device_4;
// UnityEngine.Texture UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::vectorAtlas
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___vectorAtlas_5;
// UnityEngine.Texture UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::shaderInfoAtlas
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___shaderInfoAtlas_6;
// System.Single UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::dpiScale
float ___dpiScale_7;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::transformConstants
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___transformConstants_8;
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::clipRectConstants
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___clipRectConstants_9;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
struct RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___standardMaterial_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___initialMaterial_1;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___matPropBlock_2;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_3;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___device_4;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___vectorAtlas_5;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___shaderInfoAtlas_6;
float ___dpiScale_7;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___transformConstants_8;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___clipRectConstants_9;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
struct RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___standardMaterial_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___initialMaterial_1;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___matPropBlock_2;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_3;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___device_4;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___vectorAtlas_5;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___shaderInfoAtlas_6;
float ___dpiScale_7;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___transformConstants_8;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___clipRectConstants_9;
};
// UnityEngine.UIElements.UIR.Tessellation/Edges
struct Edges_t4C0794B352DB7BE9AD20390306F0B2DC0860F5C5
{
// System.Int32 UnityEngine.UIElements.UIR.Tessellation/Edges::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo
struct BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357
{
// UnityEngine.Texture UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo::src
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src_0;
// UnityEngine.RectInt UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo::srcRect
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___srcRect_1;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo::dstPos
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___dstPos_2;
// System.Int32 UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo::border
int32_t ___border_3;
// UnityEngine.Color UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo::tint
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo
struct BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_pinvoke
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src_0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___srcRect_1;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___dstPos_2;
int32_t ___border_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint_4;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo
struct BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_com
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src_0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___srcRect_1;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___dstPos_2;
int32_t ___border_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint_4;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14
{
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::needsClosing
bool ___needsClosing_0;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::popViewMatrix
bool ___popViewMatrix_1;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::popScissorClip
bool ___popScissorClip_2;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::blitAndPopRenderTexture
bool ___blitAndPopRenderTexture_3;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::PopDefaultMaterial
bool ___PopDefaultMaterial_4;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipUnregisterDrawCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterVertices
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterIndices
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterIndexOffset
int32_t ___clipperRegisterIndexOffset_8;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::maskStencilRef
int32_t ___maskStencilRef_9;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_pinvoke
{
int32_t ___needsClosing_0;
int32_t ___popViewMatrix_1;
int32_t ___popScissorClip_2;
int32_t ___blitAndPopRenderTexture_3;
int32_t ___PopDefaultMaterial_4;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
int32_t ___clipperRegisterIndexOffset_8;
int32_t ___maskStencilRef_9;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_com
{
int32_t ___needsClosing_0;
int32_t ___popViewMatrix_1;
int32_t ___popScissorClip_2;
int32_t ___blitAndPopRenderTexture_3;
int32_t ___PopDefaultMaterial_4;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
int32_t ___clipperRegisterIndexOffset_8;
int32_t ___maskStencilRef_9;
};
// UnityEngine.UIElements.VisualElement/RenderTargetMode
struct RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A
{
// System.Int32 UnityEngine.UIElements.VisualElement/RenderTargetMode::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB : public LinkedPoolItem_1_t9085777154DBD9371E246BEFC117069B654E71FD
{
// UnityEngine.UIElements.UIR.BasicNode`1<T> UnityEngine.UIElements.UIR.BasicNode`1::next
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___next_1;
// T UnityEngine.UIElements.UIR.BasicNode`1::data
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128 ___data_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.Color>
struct NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.Color32>
struct NativeArray_1_t0783F5E3C7AF6C600A6A20DA7A32D82CA836528D
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>
struct NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<System.UInt16>
struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.Vector4>
struct NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>
struct NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// UnityEngine.UIElements.UIR.BMPAlloc
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30
{
// System.Int32 UnityEngine.UIElements.UIR.BMPAlloc::page
int32_t ___page_1;
// System.UInt16 UnityEngine.UIElements.UIR.BMPAlloc::pageLine
uint16_t ___pageLine_2;
// System.Byte UnityEngine.UIElements.UIR.BMPAlloc::bitIndex
uint8_t ___bitIndex_3;
// UnityEngine.UIElements.UIR.OwnedState UnityEngine.UIElements.UIR.BMPAlloc::ownedState
uint8_t ___ownedState_4;
};
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields
{
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BMPAlloc::Invalid
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___Invalid_0;
};
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2 : public RuntimeObject
{
// System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_4;
};
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_StaticFields
{
// System.Int32 UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_TextureCounter
int32_t ___s_TextureCounter_0;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_MarkerCopyTexture
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerCopyTexture_1;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_MarkerGetTextureData
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerGetTextureData_2;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_MarkerUpdateTexture
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerUpdateTexture_3;
};
// UnityEngine.UIElements.BaseVisualElementPanel
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303 : public RuntimeObject
{
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel> UnityEngine.UIElements.BaseVisualElementPanel::panelDisposed
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelDisposed_0;
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_Scale
float ___m_Scale_1;
// UnityEngine.Yoga.YogaConfig UnityEngine.UIElements.BaseVisualElementPanel::yogaConfig
YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345* ___yogaConfig_2;
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_PixelsPerPoint
float ___m_PixelsPerPoint_3;
// UnityEngine.UIElements.PanelClearSettings UnityEngine.UIElements.BaseVisualElementPanel::<clearSettings>k__BackingField
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___U3CclearSettingsU3Ek__BackingField_4;
// System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::<duringLayoutPhase>k__BackingField
bool ___U3CduringLayoutPhaseU3Ek__BackingField_5;
// UnityEngine.UIElements.RepaintData UnityEngine.UIElements.BaseVisualElementPanel::<repaintData>k__BackingField
RepaintData_t90534752135661579EC254884F550545D001B5EA* ___U3CrepaintDataU3Ek__BackingField_6;
// UnityEngine.UIElements.ICursorManager UnityEngine.UIElements.BaseVisualElementPanel::<cursorManager>k__BackingField
RuntimeObject* ___U3CcursorManagerU3Ek__BackingField_7;
// UnityEngine.UIElements.ContextualMenuManager UnityEngine.UIElements.BaseVisualElementPanel::<contextualMenuManager>k__BackingField
ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* ___U3CcontextualMenuManagerU3Ek__BackingField_8;
// System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_9;
// UnityEngine.UIElements.ElementUnderPointer UnityEngine.UIElements.BaseVisualElementPanel::m_TopElementUnderPointers
ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904* ___m_TopElementUnderPointers_10;
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardShaderChanged
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardShaderChanged_11;
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardWorldSpaceShaderChanged
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardWorldSpaceShaderChanged_12;
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::atlasChanged
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___atlasChanged_13;
// System.Action`1<UnityEngine.Material> UnityEngine.UIElements.BaseVisualElementPanel::updateMaterial
Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA* ___updateMaterial_14;
// UnityEngine.UIElements.HierarchyEvent UnityEngine.UIElements.BaseVisualElementPanel::hierarchyChanged
HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___hierarchyChanged_15;
// System.Action`1<UnityEngine.UIElements.IPanel> UnityEngine.UIElements.BaseVisualElementPanel::beforeUpdate
Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6* ___beforeUpdate_16;
};
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
// UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5;
};
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
{
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4;
};
// UnityEngine.UIElements.GradientSettings
struct GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3
{
// UnityEngine.UIElements.GradientType UnityEngine.UIElements.GradientSettings::gradientType
int32_t ___gradientType_0;
// UnityEngine.UIElements.AddressMode UnityEngine.UIElements.GradientSettings::addressMode
int32_t ___addressMode_1;
// UnityEngine.Vector2 UnityEngine.UIElements.GradientSettings::radialFocus
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radialFocus_2;
// UnityEngine.RectInt UnityEngine.UIElements.GradientSettings::location
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location_3;
};
// UnityEngine.UIElements.UIR.GradientSettingsAtlas
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A : public RuntimeObject
{
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_Length
int32_t ___m_Length_2;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_ElemWidth
int32_t ___m_ElemWidth_3;
// UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_Allocator
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_Allocator_4;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_Atlas
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Atlas_5;
// UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_RawAtlas
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA ___m_RawAtlas_6;
// System.Boolean UnityEngine.UIElements.UIR.GradientSettingsAtlas::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_8;
// System.Boolean UnityEngine.UIElements.UIR.GradientSettingsAtlas::<MustCommit>k__BackingField
bool ___U3CMustCommitU3Ek__BackingField_9;
};
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields
{
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.GradientSettingsAtlas::s_MarkerWrite
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerWrite_0;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.GradientSettingsAtlas::s_MarkerCommit
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerCommit_1;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::s_TextureCounter
int32_t ___s_TextureCounter_7;
};
// UnityEngine.UIElements.ImmediateModeException
struct ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D : public Exception_t
{
};
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// UnityEngine.UIElements.UIR.RenderChainCommand
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727 : public LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainCommand::owner
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___owner_1;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainCommand::prev
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___prev_2;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainCommand::next
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___next_3;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainCommand::closing
bool ___closing_4;
// UnityEngine.UIElements.UIR.CommandType UnityEngine.UIElements.UIR.RenderChainCommand::type
int32_t ___type_5;
// UnityEngine.UIElements.UIR.State UnityEngine.UIElements.UIR.RenderChainCommand::state
State_tC241510131965D8DE1919EB16A3650E397E5AEAB ___state_6;
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainCommand::mesh
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___mesh_7;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::indexOffset
int32_t ___indexOffset_8;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::indexCount
int32_t ___indexCount_9;
// System.Action UnityEngine.UIElements.UIR.RenderChainCommand::callback
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___callback_10;
};
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields
{
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::k_ID_MainTex
int32_t ___k_ID_MainTex_11;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChainCommand::s_ImmediateOverheadMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ImmediateOverheadMarker_12;
};
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
};
// UnityEngine.Shader
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// UnityEngine.UIElements.UIR.Tessellation
struct Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31 : public RuntimeObject
{
};
struct Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields
{
// System.Single UnityEngine.UIElements.UIR.Tessellation::kEpsilon
float ___kEpsilon_0;
// System.Single UnityEngine.UIElements.UIR.Tessellation::kUnusedArc
float ___kUnusedArc_1;
// System.UInt16 UnityEngine.UIElements.UIR.Tessellation::kSubdivisions
uint16_t ___kSubdivisions_2;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.Tessellation::s_MarkerTessellateRect
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTessellateRect_3;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.Tessellation::s_MarkerTessellateBorder
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTessellateBorder_4;
// UnityEngine.UIElements.UIR.Tessellation/Edges[] UnityEngine.UIElements.UIR.Tessellation::s_AllEdges
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* ___s_AllEdges_5;
};
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
{
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
};
// UnityEngine.UIElements.UIR.TextureBlitter
struct TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7 : public RuntimeObject
{
// UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo[] UnityEngine.UIElements.UIR.TextureBlitter::m_SingleBlit
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* ___m_SingleBlit_2;
// UnityEngine.Material UnityEngine.UIElements.UIR.TextureBlitter::m_BlitMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial_3;
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.TextureBlitter::m_Properties
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_Properties_4;
// UnityEngine.RectInt UnityEngine.UIElements.UIR.TextureBlitter::m_Viewport
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___m_Viewport_5;
// UnityEngine.RenderTexture UnityEngine.UIElements.UIR.TextureBlitter::m_PrevRT
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_PrevRT_6;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo> UnityEngine.UIElements.UIR.TextureBlitter::m_PendingBlits
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* ___m_PendingBlits_7;
// System.Boolean UnityEngine.UIElements.UIR.TextureBlitter::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_8;
};
struct TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_StaticFields
{
// System.Int32[] UnityEngine.UIElements.UIR.TextureBlitter::k_TextureIds
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___k_TextureIds_0;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.TextureBlitter::s_CommitSampler
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_CommitSampler_1;
};
// UnityEngine.UIElements.UIRRepaintUpdater
struct UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E : public BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41
{
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIRRepaintUpdater::attachedPanel
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___attachedPanel_2;
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIRRepaintUpdater::renderChain
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain_3;
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<drawStats>k__BackingField
bool ___U3CdrawStatsU3Ek__BackingField_6;
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<breakBatches>k__BackingField
bool ___U3CbreakBatchesU3Ek__BackingField_7;
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_8;
};
struct UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields
{
// System.String UnityEngine.UIElements.UIRRepaintUpdater::s_Description
String_t* ___s_Description_4;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIRRepaintUpdater::s_ProfilerMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ProfilerMarker_5;
};
// UnityEngine.UIElements.UIR.UIRenderDevice
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302 : public RuntimeObject
{
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_MockDevice
bool ___m_MockDevice_0;
// System.IntPtr UnityEngine.UIElements.UIR.UIRenderDevice::m_DefaultStencilState
intptr_t ___m_DefaultStencilState_1;
// System.IntPtr UnityEngine.UIElements.UIR.UIRenderDevice::m_VertexDecl
intptr_t ___m_VertexDecl_2;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.UIRenderDevice::m_FirstPage
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___m_FirstPage_3;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_NextPageVertexCount
uint32_t ___m_NextPageVertexCount_4;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_LargeMeshVertexCount
uint32_t ___m_LargeMeshVertexCount_5;
// System.Single UnityEngine.UIElements.UIR.UIRenderDevice::m_IndexToVertexCountRatio
float ___m_IndexToVertexCountRatio_6;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>> UnityEngine.UIElements.UIR.UIRenderDevice::m_DeferredFrees
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* ___m_DeferredFrees_7;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>> UnityEngine.UIElements.UIR.UIRenderDevice::m_Updates
List_1_tA79C35FB5E50135962B53960CB758B9262700632* ___m_Updates_8;
// System.UInt32[] UnityEngine.UIElements.UIR.UIRenderDevice::m_Fences
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_Fences_9;
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.UIRenderDevice::m_StandardMatProps
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_StandardMatProps_10;
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.UIRenderDevice::m_CommonMatProps
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_CommonMatProps_11;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_FrameIndex
uint32_t ___m_FrameIndex_12;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_NextUpdateID
uint32_t ___m_NextUpdateID_13;
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawStats
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F ___m_DrawStats_14;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle> UnityEngine.UIElements.UIR.UIRenderDevice::m_MeshHandles
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* ___m_MeshHandles_15;
// UnityEngine.UIElements.UIR.DrawParams UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawParams
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___m_DrawParams_16;
// UnityEngine.UIElements.UIR.TextureSlotManager UnityEngine.UIElements.UIR.UIRenderDevice::m_TextureSlotManager
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* ___m_TextureSlotManager_17;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::<maxVerticesPerPage>k__BackingField
uint32_t ___U3CmaxVerticesPerPageU3Ek__BackingField_37;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<breakBatches>k__BackingField
bool ___U3CbreakBatchesU3Ek__BackingField_38;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_41;
};
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields
{
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree> UnityEngine.UIElements.UIR.UIRenderDevice::m_DeviceFreeQueue
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* ___m_DeviceFreeQueue_18;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::m_ActiveDeviceCount
int32_t ___m_ActiveDeviceCount_19;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SubscribedToNotifications
bool ___m_SubscribedToNotifications_20;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SynchronousFree
bool ___m_SynchronousFree_21;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexPropID
int32_t ___s_FontTexPropID_22;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexSDFScaleID
int32_t ___s_FontTexSDFScaleID_23;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_PixelClipInvViewPropID
int32_t ___s_PixelClipInvViewPropID_24;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_GradientSettingsTexID
int32_t ___s_GradientSettingsTexID_25;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderInfoTexID
int32_t ___s_ShaderInfoTexID_26;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ScreenClipRectPropID
int32_t ___s_ScreenClipRectPropID_27;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_TransformsPropID
int32_t ___s_TransformsPropID_28;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ClipRectsPropID
int32_t ___s_ClipRectsPropID_29;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAllocate
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAllocate_30;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFree
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFree_31;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAdvanceFrame
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAdvanceFrame_32;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFence
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFence_33;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerBeforeDraw
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerBeforeDraw_34;
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_VertexTexturingIsAvailable
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_VertexTexturingIsAvailable_35;
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderModelIs35
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_ShaderModelIs35_36;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexFloat
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexFloat_39;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexARGB8
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexARGB8_40;
};
// UnityEngine.UIElements.UIR.VectorImageManager
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED : public RuntimeObject
{
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.VectorImageManager::m_Atlas
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_3;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo> UnityEngine.UIElements.UIR.VectorImageManager::m_Registered
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* ___m_Registered_4;
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool UnityEngine.UIElements.UIR.VectorImageManager::m_RenderInfoPool
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* ___m_RenderInfoPool_5;
// UnityEngine.UIElements.UIR.GradientRemapPool UnityEngine.UIElements.UIR.VectorImageManager::m_GradientRemapPool
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* ___m_GradientRemapPool_6;
// UnityEngine.UIElements.UIR.GradientSettingsAtlas UnityEngine.UIElements.UIR.VectorImageManager::m_GradientSettingsAtlas
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* ___m_GradientSettingsAtlas_7;
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::m_LoggedExhaustedSettingsAtlas
bool ___m_LoggedExhaustedSettingsAtlas_8;
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_9;
};
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager> UnityEngine.UIElements.UIR.VectorImageManager::instances
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* ___instances_0;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.VectorImageManager::s_MarkerRegister
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerRegister_1;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.VectorImageManager::s_MarkerUnregister
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerUnregister_2;
};
// UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
struct BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80
{
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::playmodeTintColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_1;
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::leftColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor_2;
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor_3;
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rightColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor_4;
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor_5;
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::leftWidth
float ___leftWidth_6;
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topWidth
float ___topWidth_7;
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rightWidth
float ___rightWidth_8;
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomWidth
float ___bottomWidth_9;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topLeftRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_10;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topRightRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_11;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomRightRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_12;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomLeftRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_13;
// UnityEngine.Material UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_14;
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::leftColorPage
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage_15;
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topColorPage
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage_16;
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rightColorPage
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___rightColorPage_17;
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomColorPage
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___bottomColorPage_18;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
struct BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_pinvoke
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor_5;
float ___leftWidth_6;
float ___topWidth_7;
float ___rightWidth_8;
float ___bottomWidth_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_13;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_14;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___leftColorPage_15;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___topColorPage_16;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___rightColorPage_17;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___bottomColorPage_18;
};
// Native definition for COM marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
struct BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_com
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor_5;
float ___leftWidth_6;
float ___topWidth_7;
float ___rightWidth_8;
float ___bottomWidth_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_13;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_14;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___leftColorPage_15;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___topColorPage_16;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___rightColorPage_17;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___bottomColorPage_18;
};
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
struct RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B
{
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::rect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::uv
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::color
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
// UnityEngine.Texture UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::texture
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_3;
// UnityEngine.Sprite UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::sprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite_4;
// UnityEngine.UIElements.VectorImage UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::vectorImage
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage_5;
// UnityEngine.Material UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
// UnityEngine.ScaleMode UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::scaleMode
int32_t ___scaleMode_7;
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::playmodeTintColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_8;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::topLeftRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_9;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::topRightRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_10;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::bottomRightRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_11;
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::bottomLeftRadius
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_12;
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::leftSlice
int32_t ___leftSlice_13;
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::topSlice
int32_t ___topSlice_14;
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::rightSlice
int32_t ___rightSlice_15;
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::bottomSlice
int32_t ___bottomSlice_16;
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::spriteGeomRect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_17;
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::colorPage
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage_18;
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::meshFlags
int32_t ___meshFlags_19;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
struct RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_pinvoke
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_3;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite_4;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
int32_t ___scaleMode_7;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_12;
int32_t ___leftSlice_13;
int32_t ___topSlice_14;
int32_t ___rightSlice_15;
int32_t ___bottomSlice_16;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_17;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___colorPage_18;
int32_t ___meshFlags_19;
};
// Native definition for COM marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
struct RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_com
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_3;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite_4;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
int32_t ___scaleMode_7;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_12;
int32_t ___leftSlice_13;
int32_t ___topSlice_14;
int32_t ___rightSlice_15;
int32_t ___bottomSlice_16;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_17;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___colorPage_18;
int32_t ___meshFlags_19;
};
// System.Action`1<UnityEngine.Camera>
struct Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.Font>
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6 : public MulticastDelegate_t
{
};
// System.Action`1<System.IntPtr>
struct Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2 : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F : public MulticastDelegate_t
{
};
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18 : public MulticastDelegate_t
{
};
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1 : public MulticastDelegate_t
{
};
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B : public MulticastDelegate_t
{
};
// System.Func`2<UnityEngine.Color,UnityEngine.Color>
struct Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E : public MulticastDelegate_t
{
};
// System.Func`2<UnityEngine.Color,UnityEngine.Color32>
struct Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277 : public MulticastDelegate_t
{
};
// UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color>
struct ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30 : public BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2
{
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_InitialSize
int32_t ___m_InitialSize_5;
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_MaxSize
int32_t ___m_MaxSize_6;
// UnityEngine.TextureFormat UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Format
int32_t ___m_Format_7;
// System.Func`2<UnityEngine.Color,T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Convert
Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* ___m_Convert_8;
// UnityEngine.UIElements.UIRAtlasAllocator UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Allocator
UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* ___m_Allocator_9;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_10;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texels
NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D ___m_Texels_11;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color32>
struct ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6 : public BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2
{
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_InitialSize
int32_t ___m_InitialSize_5;
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_MaxSize
int32_t ___m_MaxSize_6;
// UnityEngine.TextureFormat UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Format
int32_t ___m_Format_7;
// System.Func`2<UnityEngine.Color,T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Convert
Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* ___m_Convert_8;
// UnityEngine.UIElements.UIRAtlasAllocator UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Allocator
UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* ___m_Allocator_9;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_10;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texels
NativeArray_1_t0783F5E3C7AF6C600A6A20DA7A32D82CA836528D ___m_Texels_11;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>
struct TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02
{
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::maxPoolElemCount
int32_t ___maxPoolElemCount_0;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::pool
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___pool_1;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<T>> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::excess
List_1_t74C6AEA308C4F693A59399B52C271D29F073582E* ___excess_2;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::takenFromPool
uint32_t ___takenFromPool_3;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>
struct TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D
{
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::maxPoolElemCount
int32_t ___maxPoolElemCount_0;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::pool
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___pool_1;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<T>> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::excess
List_1_t5E17A2E3291E460F8DD6196CD63348A836B2447F* ___excess_2;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::takenFromPool
uint32_t ___takenFromPool_3;
};
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.UIElements.Panel
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9 : public BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.Panel::m_RootContainer
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_RootContainer_17;
// UnityEngine.UIElements.VisualTreeUpdater UnityEngine.UIElements.Panel::m_VisualTreeUpdater
VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9* ___m_VisualTreeUpdater_18;
// UnityEngine.UIElements.IStylePropertyAnimationSystem UnityEngine.UIElements.Panel::m_StylePropertyAnimationSystem
RuntimeObject* ___m_StylePropertyAnimationSystem_19;
// System.String UnityEngine.UIElements.Panel::m_PanelName
String_t* ___m_PanelName_20;
// System.UInt32 UnityEngine.UIElements.Panel::m_Version
uint32_t ___m_Version_21;
// System.UInt32 UnityEngine.UIElements.Panel::m_RepaintVersion
uint32_t ___m_RepaintVersion_22;
// System.UInt32 UnityEngine.UIElements.Panel::m_HierarchyVersion
uint32_t ___m_HierarchyVersion_23;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBeforeUpdate
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerBeforeUpdate_24;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerUpdate
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerUpdate_25;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerLayout
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerLayout_26;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBindings
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerBindings_27;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerAnimations
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerAnimations_28;
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.Panel::<dispatcher>k__BackingField
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___U3CdispatcherU3Ek__BackingField_30;
// UnityEngine.UIElements.TimerEventScheduler UnityEngine.UIElements.Panel::m_Scheduler
TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862* ___m_Scheduler_31;
// UnityEngine.ScriptableObject UnityEngine.UIElements.Panel::<ownerObject>k__BackingField
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___U3CownerObjectU3Ek__BackingField_32;
// UnityEngine.UIElements.ContextType UnityEngine.UIElements.Panel::<contextType>k__BackingField
int32_t ___U3CcontextTypeU3Ek__BackingField_33;
// UnityEngine.UIElements.SavePersistentViewData UnityEngine.UIElements.Panel::<saveViewData>k__BackingField
SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716* ___U3CsaveViewDataU3Ek__BackingField_34;
// UnityEngine.UIElements.GetViewDataDictionary UnityEngine.UIElements.Panel::<getViewDataDictionary>k__BackingField
GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638* ___U3CgetViewDataDictionaryU3Ek__BackingField_35;
// UnityEngine.UIElements.FocusController UnityEngine.UIElements.Panel::<focusController>k__BackingField
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* ___U3CfocusControllerU3Ek__BackingField_36;
// UnityEngine.EventInterests UnityEngine.UIElements.Panel::<IMGUIEventInterests>k__BackingField
EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8 ___U3CIMGUIEventInterestsU3Ek__BackingField_37;
// System.Int32 UnityEngine.UIElements.Panel::<IMGUIContainersCount>k__BackingField
int32_t ___U3CIMGUIContainersCountU3Ek__BackingField_40;
// UnityEngine.UIElements.IMGUIContainer UnityEngine.UIElements.Panel::<rootIMGUIContainer>k__BackingField
IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* ___U3CrootIMGUIContainerU3Ek__BackingField_41;
// UnityEngine.Shader UnityEngine.UIElements.Panel::m_StandardShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StandardShader_42;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.Panel::m_Atlas
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_43;
// System.Boolean UnityEngine.UIElements.Panel::m_ValidatingLayout
bool ___m_ValidatingLayout_44;
};
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_StaticFields
{
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::s_MarkerPickAll
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerPickAll_29;
// UnityEngine.UIElements.LoadResourceFunction UnityEngine.UIElements.Panel::<loadResourceFunc>k__BackingField
LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850* ___U3CloadResourceFuncU3Ek__BackingField_38;
// UnityEngine.UIElements.TimeMsFunction UnityEngine.UIElements.Panel::<TimeSinceStartup>k__BackingField
TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B* ___U3CTimeSinceStartupU3Ek__BackingField_39;
// System.Action`1<UnityEngine.UIElements.Panel> UnityEngine.UIElements.Panel::beforeAnyRepaint
Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01* ___beforeAnyRepaint_45;
};
// UnityEngine.UIElements.UIR.RenderChainVEData
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prev
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::next
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::groupTransformAncestor
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::boneTransformAncestor
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevDirty
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextDirty
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::hierarchyDepth
int32_t ___hierarchyDepth_6;
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes UnityEngine.UIElements.UIR.RenderChainVEData::dirtiedValues
int32_t ___dirtiedValues_7;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChainVEData::dirtyID
uint32_t ___dirtyID_8;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstClosingCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastClosingCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isInChain
bool ___isInChain_13;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isHierarchyHidden
bool ___isHierarchyHidden_14;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::localFlipsWinding
bool ___localFlipsWinding_15;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::worldFlipsWinding
bool ___worldFlipsWinding_16;
// UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.RenderChainVEData::clipMethod
int32_t ___clipMethod_17;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenStencilRef
int32_t ___childrenStencilRef_18;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenMaskDepth
int32_t ___childrenMaskDepth_19;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::disableNudging
bool ___disableNudging_20;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::usesLegacyText
bool ___usesLegacyText_21;
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::data
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_22;
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::closingData
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_23;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.RenderChainVEData::verticesSpace
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_24;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVStart
int32_t ___displacementUVStart_25;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVEnd
int32_t ___displacementUVEnd_26;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::transformID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_27;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::clipRectID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_28;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::opacityID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_29;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::textCoreSettingsID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_30;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_31;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderLeftColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_32;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderTopColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_33;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderRightColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_34;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderBottomColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_35;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::tintColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_36;
// System.Single UnityEngine.UIElements.UIR.RenderChainVEData::compositeOpacity
float ___compositeOpacity_37;
// UnityEngine.Color UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_38;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevText
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_39;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextText
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_40;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textEntries
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_41;
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textures
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_42;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainVEData
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
int32_t ___hierarchyDepth_6;
int32_t ___dirtiedValues_7;
uint32_t ___dirtyID_8;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
int32_t ___isInChain_13;
int32_t ___isHierarchyHidden_14;
int32_t ___localFlipsWinding_15;
int32_t ___worldFlipsWinding_16;
int32_t ___clipMethod_17;
int32_t ___childrenStencilRef_18;
int32_t ___childrenMaskDepth_19;
int32_t ___disableNudging_20;
int32_t ___usesLegacyText_21;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_22;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_23;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_24;
int32_t ___displacementUVStart_25;
int32_t ___displacementUVEnd_26;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_27;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_28;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_29;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_30;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_31;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_32;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_33;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_34;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_35;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_36;
float ___compositeOpacity_37;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_38;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_39;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_40;
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_41;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_42;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainVEData
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
int32_t ___hierarchyDepth_6;
int32_t ___dirtiedValues_7;
uint32_t ___dirtyID_8;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
int32_t ___isInChain_13;
int32_t ___isHierarchyHidden_14;
int32_t ___localFlipsWinding_15;
int32_t ___worldFlipsWinding_16;
int32_t ___clipMethod_17;
int32_t ___childrenStencilRef_18;
int32_t ___childrenMaskDepth_19;
int32_t ___disableNudging_20;
int32_t ___usesLegacyText_21;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_22;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_23;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_24;
int32_t ___displacementUVStart_25;
int32_t ___displacementUVEnd_26;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_27;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_28;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_29;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_30;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_31;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_32;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_33;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_34;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_35;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_36;
float ___compositeOpacity_37;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_38;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_39;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_40;
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_41;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_42;
};
// UnityEngine.RenderTexture
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
struct UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F : public RuntimeObject
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_CurrentElement
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_CurrentElement_0;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_TextEntryIndex
int32_t ___m_TextEntryIndex_1;
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_DudVerts
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___m_DudVerts_2;
// Unity.Collections.NativeArray`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_DudIndices
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___m_DudIndices_3;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_MeshDataVerts
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___m_MeshDataVerts_4;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_XFormClipPages
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_XFormClipPages_5;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_IDs
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_IDs_6;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_Flags
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_Flags_7;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_OpacityColorPages
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_OpacityColorPages_8;
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::<meshGenerationContext>k__BackingField
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___U3CmeshGenerationContextU3Ek__BackingField_9;
};
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF
{
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_Storage
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_TransformAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TransformAllocator_1;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ClipRectAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ClipRectAllocator_2;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_OpacityAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_OpacityAllocator_3;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ColorAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ColorAllocator_4;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_TextSettingsAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TextSettingsAllocator_5;
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_StorageReallyCreated
bool ___m_StorageReallyCreated_6;
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_VertexTexturingEnabled
bool ___m_VertexTexturingEnabled_7;
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_Transforms
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
// Unity.Collections.NativeArray`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ClipRects
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
};
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields
{
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___identityTransformTexel_10;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRectTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___infiniteClipRectTexel_11;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacityTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___fullOpacityTexel_12;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColorTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___clearColorTexel_13;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettingsTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___defaultTextCoreSettingsTexel_14;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformValue
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityTransformValue_15;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow0Value
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow0Value_16;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow1Value
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow1Value_17;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow2Value
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow2Value_18;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRectValue
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___infiniteClipRectValue_19;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacityValue
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___fullOpacityValue_20;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColorValue
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___clearColorValue_21;
// UnityEngine.UIElements.UIR.TextCoreSettings UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettingsValue
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___defaultTextCoreSettingsValue_22;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransform
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___identityTransform_23;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRect
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___infiniteClipRect_24;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacity
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___fullOpacity_25;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColor
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clearColor_26;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettings
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___defaultTextCoreSettings_27;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_TransformAllocator_1;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_ClipRectAllocator_2;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_OpacityAllocator_3;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_ColorAllocator_4;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_TextSettingsAllocator_5;
int32_t ___m_StorageReallyCreated_6;
int32_t ___m_VertexTexturingEnabled_7;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_TransformAllocator_1;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_ClipRectAllocator_2;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_OpacityAllocator_3;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_ColorAllocator_4;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_TextSettingsAllocator_5;
int32_t ___m_StorageReallyCreated_6;
int32_t ___m_VertexTexturingEnabled_7;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
};
// UnityEngine.UIElements.VectorImage
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// UnityEngine.Texture2D UnityEngine.UIElements.VectorImage::atlas
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___atlas_4;
// UnityEngine.UIElements.VectorImageVertex[] UnityEngine.UIElements.VectorImage::vertices
VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4* ___vertices_5;
// System.UInt16[] UnityEngine.UIElements.VectorImage::indices
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___indices_6;
// UnityEngine.UIElements.GradientSettings[] UnityEngine.UIElements.VectorImage::settings
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* ___settings_7;
// UnityEngine.Vector2 UnityEngine.UIElements.VectorImage::size
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size_8;
};
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0
{
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::alloc
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___alloc_0;
// UnityEngine.Texture UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::texture
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::svgTexture
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
// UnityEngine.Material UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::flags
int32_t ___flags_4;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::colorAlloc
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke
{
Il2CppMethodPointer ___alloc_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
int32_t ___flags_4;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com
{
Il2CppMethodPointer ___alloc_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
int32_t ___flags_4;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F
{
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::vertices
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::indices
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
// UnityEngine.Texture UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::custom
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
// UnityEngine.Texture UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::font
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
// System.Single UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::fontTexSDFScale
float ___fontTexSDFScale_5;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::texture
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::customCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::clipRectID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
// UnityEngine.UIElements.UIR.VertexFlags UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::addFlags
int32_t ___addFlags_9;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::uvIsDisplacement
bool ___uvIsDisplacement_10;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::isTextEntry
bool ___isTextEntry_11;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::isClipRegisterEntry
bool ___isClipRegisterEntry_12;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::stencilRef
int32_t ___stencilRef_13;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::maskDepth
int32_t ___maskDepth_14;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_pinvoke
{
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
float ___fontTexSDFScale_5;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
int32_t ___addFlags_9;
int32_t ___uvIsDisplacement_10;
int32_t ___isTextEntry_11;
int32_t ___isClipRegisterEntry_12;
int32_t ___stencilRef_13;
int32_t ___maskDepth_14;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_com
{
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
float ___fontTexSDFScale_5;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
int32_t ___addFlags_9;
int32_t ___uvIsDisplacement_10;
int32_t ___isTextEntry_11;
int32_t ___isClipRegisterEntry_12;
int32_t ___stencilRef_13;
int32_t ___maskDepth_14;
};
// UnityEngine.UIElements.BaseRuntimePanel
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4 : public Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9
{
// UnityEngine.GameObject UnityEngine.UIElements.BaseRuntimePanel::m_SelectableGameObject
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_SelectableGameObject_46;
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::m_RuntimePanelCreationIndex
int32_t ___m_RuntimePanelCreationIndex_48;
// System.Single UnityEngine.UIElements.BaseRuntimePanel::m_SortingPriority
float ___m_SortingPriority_49;
// System.Action UnityEngine.UIElements.BaseRuntimePanel::destroyed
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___destroyed_50;
// UnityEngine.Shader UnityEngine.UIElements.BaseRuntimePanel::m_StandardWorldSpaceShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StandardWorldSpaceShader_51;
// System.Boolean UnityEngine.UIElements.BaseRuntimePanel::m_DrawToCameras
bool ___m_DrawToCameras_52;
// UnityEngine.RenderTexture UnityEngine.UIElements.BaseRuntimePanel::targetTexture
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___targetTexture_53;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.BaseRuntimePanel::panelToWorld
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___panelToWorld_54;
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::<targetDisplay>k__BackingField
int32_t ___U3CtargetDisplayU3Ek__BackingField_55;
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2> UnityEngine.UIElements.BaseRuntimePanel::m_ScreenToPanelSpace
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___m_ScreenToPanelSpace_57;
};
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_StaticFields
{
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::s_CurrentRuntimePanelCounter
int32_t ___s_CurrentRuntimePanelCounter_47;
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2> UnityEngine.UIElements.BaseRuntimePanel::DefaultScreenToPanelSpace
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___DefaultScreenToPanelSpace_56;
};
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
{
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6;
};
// UnityEngine.UIElements.UIR.RenderChain
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363 : public RuntimeObject
{
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain::m_FirstCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___m_FirstCommand_0;
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking UnityEngine.UIElements.UIR.RenderChain::m_DirtyTracker
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4 ___m_DirtyTracker_1;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand> UnityEngine.UIElements.UIR.RenderChain::m_CommandPool
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* ___m_CommandPool_2;
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry> UnityEngine.UIElements.UIR.RenderChain::m_TexturePool
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* ___m_TexturePool_3;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData> UnityEngine.UIElements.UIR.RenderChain::m_RenderNodesData
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* ___m_RenderNodesData_4;
// UnityEngine.Shader UnityEngine.UIElements.UIR.RenderChain::m_DefaultShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultShader_5;
// UnityEngine.Shader UnityEngine.UIElements.UIR.RenderChain::m_DefaultWorldSpaceShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultWorldSpaceShader_6;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::m_DefaultMat
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DefaultMat_7;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::m_DefaultWorldSpaceMat
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DefaultWorldSpaceMat_8;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::m_BlockDirtyRegistration
bool ___m_BlockDirtyRegistration_9;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_StaticIndex
int32_t ___m_StaticIndex_10;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_ActiveRenderNodes
int32_t ___m_ActiveRenderNodes_11;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_CustomMaterialCommands
int32_t ___m_CustomMaterialCommands_12;
// UnityEngine.UIElements.UIR.ChainBuilderStats UnityEngine.UIElements.UIR.RenderChain::m_Stats
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C ___m_Stats_13;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain::m_StatsElementsAdded
uint32_t ___m_StatsElementsAdded_14;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain::m_StatsElementsRemoved
uint32_t ___m_StatsElementsRemoved_15;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChain::m_FirstTextElement
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_FirstTextElement_16;
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter UnityEngine.UIElements.UIR.RenderChain::m_TextUpdatePainter
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* ___m_TextUpdatePainter_17;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_TextElementCount
int32_t ___m_TextElementCount_18;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_DirtyTextStartIndex
int32_t ___m_DirtyTextStartIndex_19;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_DirtyTextRemaining
int32_t ___m_DirtyTextRemaining_20;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::m_FontWasReset
bool ___m_FontWasReset_21;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2> UnityEngine.UIElements.UIR.RenderChain::m_LastGroupTransformElementScale
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* ___m_LastGroupTransformElementScale_22;
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.UIR.RenderChain::m_TextureRegistry
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___m_TextureRegistry_23;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_31;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIR.RenderChain::<panel>k__BackingField
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CpanelU3Ek__BackingField_33;
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::<device>k__BackingField
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___U3CdeviceU3Ek__BackingField_34;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::<atlas>k__BackingField
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___U3CatlasU3Ek__BackingField_35;
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::<vectorImageManager>k__BackingField
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___U3CvectorImageManagerU3Ek__BackingField_36;
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator UnityEngine.UIElements.UIR.RenderChain::shaderInfoAllocator
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF ___shaderInfoAllocator_37;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::<painter>k__BackingField
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___U3CpainterU3Ek__BackingField_38;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<drawStats>k__BackingField
bool ___U3CdrawStatsU3Ek__BackingField_39;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<drawInCameras>k__BackingField
bool ___U3CdrawInCamerasU3Ek__BackingField_40;
};
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields
{
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerProcess
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerProcess_24;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerClipProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerClipProcessing_25;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerOpacityProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerOpacityProcessing_26;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerColorsProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerColorsProcessing_27;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerTransformProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTransformProcessing_28;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerVisualsProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerVisualsProcessing_29;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerTextRegen
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTextRegen_30;
// System.Action UnityEngine.UIElements.UIR.RenderChain::OnPreRender
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnPreRender_32;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32
struct ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0 : public ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6
{
};
struct ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_StaticFields
{
// System.Func`2<UnityEngine.Color,UnityEngine.Color32> UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32::s_Convert
Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* ___s_Convert_12;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat
struct ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27 : public ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30
{
};
struct ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_StaticFields
{
// System.Func`2<UnityEngine.Color,UnityEngine.Color> UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat::s_Convert
Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* ___s_Convert_12;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
struct UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8 : public RuntimeObject
{
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Owner
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___m_Owner_0;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Entries
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* ___m_Entries_1;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Atlas
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_2;
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_VectorImageManager
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___m_VectorImageManager_3;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_CurrentEntry
Entry_tB8765CA56422E2C92887314844384843688DCB9F ___m_CurrentEntry_4;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_ClosingInfo
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 ___m_ClosingInfo_5;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_MaskDepth
int32_t ___m_MaskDepth_6;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_StencilRef
int32_t ___m_StencilRef_7;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_ClipRectID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___m_ClipRectID_8;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_SVGBackgroundEntryIndex
int32_t ___m_SVGBackgroundEntryIndex_9;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_VertsPool
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D ___m_VertsPool_10;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_IndicesPool
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02 ___m_IndicesPool_11;
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_MeshWriteDataPool
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* ___m_MeshWriteDataPool_12;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_NextMeshWriteDataPoolItem
int32_t ___m_NextMeshWriteDataPoolItem_13;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocRawVertsIndicesDelegate
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocRawVertsIndicesDelegate_14;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocThroughDrawMeshDelegate
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocThroughDrawMeshDelegate_15;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocThroughDrawGradientsDelegate
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocThroughDrawGradientsDelegate_16;
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<meshGenerationContext>k__BackingField
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___U3CmeshGenerationContextU3Ek__BackingField_17;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<currentElement>k__BackingField
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CcurrentElementU3Ek__BackingField_18;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<totalVertices>k__BackingField
int32_t ___U3CtotalVerticesU3Ek__BackingField_19;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<totalIndices>k__BackingField
int32_t ___U3CtotalIndicesU3Ek__BackingField_20;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_21;
};
// UnityEngine.UIElements.VisualElement
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 : public Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0
{
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.runningAnimationCount>k__BackingField
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_runningAnimationCountU3Ek__BackingField_6;
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.completedAnimationCount>k__BackingField
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_completedAnimationCountU3Ek__BackingField_7;
// System.String UnityEngine.UIElements.VisualElement::m_Name
String_t* ___m_Name_12;
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::m_ClassList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ClassList_13;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.PropertyName,System.Object>> UnityEngine.UIElements.VisualElement::m_PropertyBag
List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260* ___m_PropertyBag_14;
// UnityEngine.UIElements.VisualElementFlags UnityEngine.UIElements.VisualElement::m_Flags
int32_t ___m_Flags_15;
// System.String UnityEngine.UIElements.VisualElement::m_ViewDataKey
String_t* ___m_ViewDataKey_16;
// UnityEngine.UIElements.RenderHints UnityEngine.UIElements.VisualElement::m_RenderHints
int32_t ___m_RenderHints_17;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastLayout
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastLayout_18;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastPseudoPadding
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastPseudoPadding_19;
// UnityEngine.UIElements.UIR.RenderChainVEData UnityEngine.UIElements.VisualElement::renderChainData
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 ___renderChainData_20;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_Layout
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_Layout_21;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_BoundingBox
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_BoundingBox_22;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldBoundingBox
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldBoundingBox_23;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformCache
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformCache_24;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformInverseCache
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformInverseCache_25;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClip
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClip_26;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClipMinusGroup
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClipMinusGroup_27;
// System.Boolean UnityEngine.UIElements.VisualElement::m_WorldClipIsInfinite
bool ___m_WorldClipIsInfinite_28;
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::triggerPseudoMask
int32_t ___triggerPseudoMask_30;
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::dependencyPseudoMask
int32_t ___dependencyPseudoMask_31;
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::m_PseudoStates
int32_t ___m_PseudoStates_32;
// UnityEngine.UIElements.PickingMode UnityEngine.UIElements.VisualElement::<pickingMode>k__BackingField
int32_t ___U3CpickingModeU3Ek__BackingField_33;
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.VisualElement::<yogaNode>k__BackingField
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___U3CyogaNodeU3Ek__BackingField_34;
// UnityEngine.UIElements.ComputedStyle UnityEngine.UIElements.VisualElement::m_Style
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C ___m_Style_35;
// UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.VisualElement::variableContext
StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext_36;
// System.Int32 UnityEngine.UIElements.VisualElement::inheritedStylesHash
int32_t ___inheritedStylesHash_37;
// System.UInt32 UnityEngine.UIElements.VisualElement::controlid
uint32_t ___controlid_38;
// System.Int32 UnityEngine.UIElements.VisualElement::imguiContainerDescendantCount
int32_t ___imguiContainerDescendantCount_39;
// System.Boolean UnityEngine.UIElements.VisualElement::<enabledSelf>k__BackingField
bool ___U3CenabledSelfU3Ek__BackingField_40;
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext> UnityEngine.UIElements.VisualElement::<generateVisualContent>k__BackingField
Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B* ___U3CgenerateVisualContentU3Ek__BackingField_41;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.VisualElement::k_GenerateVisualContentMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateVisualContentMarker_42;
// UnityEngine.UIElements.VisualElement/RenderTargetMode UnityEngine.UIElements.VisualElement::m_SubRenderTargetMode
int32_t ___m_SubRenderTargetMode_43;
// UnityEngine.Material UnityEngine.UIElements.VisualElement::m_defaultMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_defaultMaterial_45;
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate> UnityEngine.UIElements.VisualElement::m_RunningAnimations
List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ___m_RunningAnimations_46;
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::<hierarchy>k__BackingField
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___U3ChierarchyU3Ek__BackingField_48;
// System.Boolean UnityEngine.UIElements.VisualElement::<isRootVisualContainer>k__BackingField
bool ___U3CisRootVisualContainerU3Ek__BackingField_49;
// System.Boolean UnityEngine.UIElements.VisualElement::<cacheAsBitmap>k__BackingField
bool ___U3CcacheAsBitmapU3Ek__BackingField_50;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_PhysicalParent
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_PhysicalParent_51;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_LogicalParent
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_LogicalParent_52;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::m_Children
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___m_Children_54;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualElement::<elementPanel>k__BackingField
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CelementPanelU3Ek__BackingField_55;
// UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.VisualElement::m_VisualTreeAssetSource
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_VisualTreeAssetSource_56;
// UnityEngine.UIElements.InlineStyleAccess UnityEngine.UIElements.VisualElement::inlineStyleAccess
InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165* ___inlineStyleAccess_58;
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet> UnityEngine.UIElements.VisualElement::styleSheetList
List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___styleSheetList_59;
// UnityEngine.UIElements.VisualElement/TypeData UnityEngine.UIElements.VisualElement::m_TypeData
TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* ___m_TypeData_63;
};
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields
{
// System.UInt32 UnityEngine.UIElements.VisualElement::s_NextId
uint32_t ___s_NextId_8;
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::s_EmptyClassList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___s_EmptyClassList_9;
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::userDataPropertyKey
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___userDataPropertyKey_10;
// System.String UnityEngine.UIElements.VisualElement::disabledUssClassName
String_t* ___disabledUssClassName_11;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::s_InfiniteRect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___s_InfiniteRect_29;
// UnityEngine.Material UnityEngine.UIElements.VisualElement::s_runtimeMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_runtimeMaterial_44;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::s_EmptyList
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___s_EmptyList_53;
// UnityEngine.UIElements.VisualElement/CustomStyleAccess UnityEngine.UIElements.VisualElement::s_CustomStyleAccess
CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* ___s_CustomStyleAccess_57;
// System.Text.RegularExpressions.Regex UnityEngine.UIElements.VisualElement::s_InternalStyleSheetPath
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___s_InternalStyleSheetPath_60;
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::tooltipPropertyKey
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___tooltipPropertyKey_61;
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData> UnityEngine.UIElements.VisualElement::s_TypeData
Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8* ___s_TypeData_62;
};
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
struct Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3 : public MulticastDelegate_t
{
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
{
ALIGN_FIELD (8) Delegate_t* m_Items[1];
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// UnityEngine.UIElements.UIR.Tessellation/Edges[]
struct EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918 : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo[]
struct BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA : public RuntimeArray
{
ALIGN_FIELD (8) BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 m_Items[1];
inline BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___src_0), (void*)NULL);
}
inline BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___src_0), (void*)NULL);
}
};
// UnityEngine.UIElements.TextureId[]
struct TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A : public RuntimeArray
{
ALIGN_FIELD (8) TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 m_Items[1];
inline TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector4[]
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD : public RuntimeArray
{
ALIGN_FIELD (8) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 m_Items[1];
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value)
{
m_Items[index] = value;
}
};
// UnityEngine.UIElements.GradientSettings[]
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C : public RuntimeArray
{
ALIGN_FIELD (8) GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 m_Items[1];
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 value)
{
m_Items[index] = value;
}
};
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData[]
struct RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E : public RuntimeArray
{
ALIGN_FIELD (8) RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE m_Items[1];
inline RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___standardMaterial_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___initialMaterial_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___matPropBlock_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstCommand_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___device_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vectorAtlas_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___shaderInfoAtlas_6), (void*)NULL);
#endif
}
inline RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___standardMaterial_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___initialMaterial_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___matPropBlock_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstCommand_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___device_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vectorAtlas_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___shaderInfoAtlas_6), (void*)NULL);
#endif
}
};
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
{
ALIGN_FIELD (8) uint32_t m_Items[1];
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// UnityEngine.UIElements.UIR.BitmapAllocator32/Page[]
struct PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9 : public RuntimeArray
{
ALIGN_FIELD (8) Page_t04FE552A388BF55B12C8868E19589136957E00A5 m_Items[1];
inline Page_t04FE552A388BF55B12C8868E19589136957E00A5 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Page_t04FE552A388BF55B12C8868E19589136957E00A5* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Page_t04FE552A388BF55B12C8868E19589136957E00A5 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Page_t04FE552A388BF55B12C8868E19589136957E00A5 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Page_t04FE552A388BF55B12C8868E19589136957E00A5* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Page_t04FE552A388BF55B12C8868E19589136957E00A5 value)
{
m_Items[index] = value;
}
};
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled);
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.IntPtr>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953_gshared (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___createFunc0, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___resetAction1, int32_t ___limit2, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_gshared (BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_gshared (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.Vector2>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m05F523BA9BEBF58F2272B2FED787AB93DAA6773B_gshared (Dictionary_2_t41479D9F29C6C1BC07FC7F8D3DD313D8A9A419E1* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_gshared_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_gshared_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_gshared_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_gshared (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.Vector2>::Remove(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5359A59AD9E9B5D43B5915B69C392E9E4E173FAC_gshared (Dictionary_2_t41479D9F29C6C1BC07FC7F8D3DD313D8A9A419E1* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Return(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.Vector2>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m9C5A2CBD8FAE83C5A706FD6CB2B7C5B941461859_gshared (Dictionary_2_t41479D9F29C6C1BC07FC7F8D3DD313D8A9A419E1* __this, RuntimeObject* ___key0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.Vector2>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mF30B801AA48FFBD9B95F320C393F85AEA8945E9A_gshared (Dictionary_2_t41479D9F29C6C1BC07FC7F8D3DD313D8A9A419E1* __this, RuntimeObject* ___key0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value1, const RuntimeMethod* method) ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_gshared (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, int32_t ___index0, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE ___value1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>::AppendTo(UnityEngine.UIElements.UIR.BasicNode`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_gshared (BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* __this, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB** ___first0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m378F61BA812B79DEE58D86FE8AA9F20E3FC7D85F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color32>::.ctor(UnityEngine.TextureFormat,System.Func`2<UnityEngine.Color,T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorage_1__ctor_mD11645EBACDBF20EA5720F446D814A53D8EF54A0_gshared (ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6* __this, int32_t ___format0, Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* ___convert1, int32_t ___initialSize2, int32_t ___maxSize3, const RuntimeMethod* method) ;
// System.Void System.Func`2<UnityEngine.Color,UnityEngine.Color32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m3F0B622CFF8856C182A01DC105F39DED2A370A24_gshared (Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color>::.ctor(UnityEngine.TextureFormat,System.Func`2<UnityEngine.Color,T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorage_1__ctor_m3A0A8B48CCEDA1F58DC2A1E45D890DDA33593187_gshared (ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30* __this, int32_t ___format0, Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* ___convert1, int32_t ___initialSize2, int32_t ___maxSize3, const RuntimeMethod* method) ;
// System.Void System.Func`2<UnityEngine.Color,UnityEngine.Color>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m54245705A6CDAF43B16B589F3F3FC9944611C990_gshared (Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// T Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___index0, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___value1, const RuntimeMethod* method) ;
// T Unity.Collections.NativeSlice`1<System.UInt16>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___index0, uint16_t ___value1, const RuntimeMethod* method) ;
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared_inline (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mAB2B123AE51CDC79605EF4A41537BADA1774F2CA_gshared (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_gshared_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 ___item0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_gshared_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_gshared_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPoolItem_1__ctor_mA018ED386AC444CF69EA75D204B24C5CE97FB4A3_gshared (LinkedPoolItem_1_tD677E54AEDFCA19642ADA7F09E665AC2A79625DF* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1_Clear_m74E112075977257266888179218C9A3594B4EB22_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_gshared (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Capacity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_gshared (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_gshared_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, Page_t04FE552A388BF55B12C8868E19589136957E00A5 ___item0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_gshared_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Page_t04FE552A388BF55B12C8868E19589136957E00A5 List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_gshared (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___index0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.UInt32>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___index0, uint32_t ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_gshared (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___index0, Page_t04FE552A388BF55B12C8868E19589136957E00A5 ___value1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Capacity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::set_Capacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___value0, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 NativeSlice_1_op_Implicit_m3FD3E79348A30677E180D0F53151DD73B955849E_gshared (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___array0, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector4>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F NativeSlice_1_op_Implicit_m2716BA3C44B6AAB8979FA0F52FA3971D7141D976_gshared (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___array0, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_gshared (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<UnityEngine.Vector4>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_gshared (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method) ;
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Vector4>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_gshared (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<UnityEngine.Vector4>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_gshared (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, const RuntimeMethod* method) ;
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_gshared (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_gshared (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator::Invoke(System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData&)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_inline (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method) ;
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::Allocate(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2 (AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.ProfilerMarker::.ctor(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Action`1<UnityEngine.Camera>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mDBF05D2D453DAB2D955BFEFAF9D4CBF62810E62B (Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UIElements.UIR.Utility::add_RegisterIntermediateRenderers(System.Action`1<UnityEngine.Camera>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_add_RegisterIntermediateRenderers_m7B68C3555B2795D696838A82FB7F7F3F1BDD0A0A (Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA* ___value0, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.IntPtr>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953 (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UIElements.UIR.Utility::add_RenderNodeExecute(System.Action`1<System.IntPtr>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_add_RenderNodeExecute_mC630B888D39B3CE6D6B254491C9992451FAECD77 (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___value0, const RuntimeMethod* method) ;
// System.Void System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m518B348449518727673ED4E320267D2BA9210CF8 (Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m9B24D610EC1CE6D58776EB67642C092D47206270 (Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
inline void LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8 (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* __this, Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* ___createFunc0, Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* ___resetAction1, int32_t ___limit2, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*, Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1*, Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___createFunc0, ___resetAction1, ___limit2, method);
}
// System.Void UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>::.ctor()
inline void BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD (BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* __this, const RuntimeMethod* method)
{
(( void (*) (BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828*, const RuntimeMethod*))BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::.ctor()
inline void List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04 (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*, const RuntimeMethod*))List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::.ctor()
inline void Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E*, const RuntimeMethod*))Dictionary_2__ctor_m05F523BA9BEBF58F2272B2FED787AB93DAA6773B_gshared)(__this, method);
}
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::get_instance()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline (const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice__ctor_m70ADDB23037F79FCC70EFCCAAC58A8032A15494E (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___initialVertexCapacity0, uint32_t ___initialIndexCapacity1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::.ctor(UnityEngine.UIElements.AtlasBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager__ctor_mE2CD0FB71F0F2B9AE8658276F195686194A20525 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___atlas0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::Constructor(UnityEngine.UIElements.BaseVisualElementPanel,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.AtlasBase,UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Constructor_mBB3678F6315A26494602096A4FE0F997C8E976DB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panelObj0, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___deviceObj1, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___atlas2, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___vectorImageMan3, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_disposed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.DisposeHelper::NotifyDisposedUsed(System.IDisposable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF (RuntimeObject* ___disposable0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::.ctor(System.Int32)
inline void List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::get_Count()
inline int32_t List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*, const RuntimeMethod*))List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_gshared_inline)(__this, method);
}
// System.Void UnityEngine.MaterialPropertyBlock::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::Add(T)
inline void List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE, const RuntimeMethod*))List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_gshared_inline)(__this, ___item0, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_panel(UnityEngine.UIElements.BaseVisualElementPanel)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_device(UnityEngine.UIElements.UIR.UIRenderDevice)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_atlas(UnityEngine.UIElements.AtlasBase)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_vectorImageManager(UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Construct()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::.ctor(UnityEngine.UIElements.UIR.RenderChain)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter__ctor_m7B7D655AAE041B4540B24C60524F5BB981022C4B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_painter(UnityEngine.UIElements.UIR.Implementation.UIRStylePainter)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___value0, const RuntimeMethod* method) ;
// System.Void System.Action`1<UnityEngine.Font>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m970A8DFC8A17354AB74107AC11E2ACE2A3D5200F (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.Font::add_textureRebuilt(System.Action`1<UnityEngine.Font>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_add_textureRebuilt_m0C7E9998192691918BC92548EE955380AD63FF0B (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___value0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIR.RenderChain::get_panel()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.BaseRuntimePanel::get_drawToCameras()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseRuntimePanel_get_drawToCameras_m825E7B32045024BD0EF1EBB3FEB0EE4AAB184FFE (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_drawInCameras(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AllocateIndex(UnityEngine.UIElements.UIR.RenderChain)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderChainStaticIndexAllocator_AllocateIndex_m85285A26C5456B0F0774490040DF0E1BE14D47A7 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::FreeIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainStaticIndexAllocator_FreeIndex_mB892326C0D5AAE1AC33BBE7B75F56168C465F50D (int32_t ___index0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChain::GetFirstElementInPanel(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* RenderChain_GetFirstElementInPanel_mF5B95E5D98C36B14FE33C858D03BFF8E53ED521C (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::ResetTextures(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIRUtility::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Font::remove_textureRebuilt(System.Action`1<UnityEngine.Font>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_remove_textureRebuilt_mCCA3614ED92E2BE1EAC5FCE2D7DDFEDB0DCDE127 (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___value0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::get_painter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Dispose_m10F336357861E65749317AF0C3DEE94FD8675D59 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_Dispose_m667CC1165D75283935A96131620CDBA66117BA18 (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::get_vectorImageManager()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Dispose_mC3CFC26EB46727B6CF0A91174702C320BFCC2D22 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::get_device()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Dispose_m701B69F9DF325FBF85B2206D5C9FB812FF5D8125 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::Clear()
inline void List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*, const RuntimeMethod*))List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_gshared_inline)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Dispose_m888DECB7D11831E0C33DA128E1E74FFB17A0C010 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___disposing0, const RuntimeMethod* method) ;
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::Destructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Destructor_mBD1A7CB9EA879099CA112A34CAC4AA48F7A7A529 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_disposed(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Item(System.Int32)
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnClippingChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnClippingChanged_m90C4A59DB319A894C55CE78BCE67D2EF6D9A89BD (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve1, uint32_t ___dirtyID2, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___stats3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::ClearDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___dirtyTypesInverse1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnOpacityChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnOpacityChanged_m225E2F12620DCE51FCD67FB914C6B1D3D3E3BCAB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve1, uint32_t ___dirtyID2, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___stats3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnColorChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnColorChanged_mE264AFE15C6120234D4B610B150C392CD4F053BA (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve1, uint32_t ___dirtyID2, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___stats3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnTransformOrSizeChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnTransformOrSizeChanged_m52E1428AD6F9ADAC392F0E6A550D466C2D72BA10 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve1, uint32_t ___dirtyID2, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___stats3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnVisualsChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnVisualsChanged_m9BE59C85FE46287D3AD88E11E91E5041C73EAAEE (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve1, uint32_t ___dirtyID2, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___stats3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::ProcessTextRegen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___timeSliced0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::get_atlas()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.AtlasBase::InvokeUpdateDynamicTextures(UnityEngine.UIElements.IPanel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasBase_InvokeUpdateDynamicTextures_m11473A042A56E4D5456ECE22AB69D9254CBE765E (AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* __this, RuntimeObject* ___panel0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Commit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Commit_mD0E417D6D0BF44C9CC1AA28BB79E1A615B26C5CD (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::IssuePendingStorageChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::OnFrameRenderingBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_OnFrameRenderingBegin_mED35CD0220B6DC106B63532E9D9850F5A7E55B0D (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardMaterial_m831708EDEE8100F30AACC60F86884AFBCBF68DF1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::InvokeUpdateMaterial(UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_InvokeUpdateMaterial_m7250F485CE00843BF4143BB6E4141FDEDE62AEF1 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___mat0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawInCameras()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_layout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Material::SetPass(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_SetPass_mBB03542DFF4FAEADFCED332009F9D61B6DED75FE (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___pass0, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.ProjectionUtils::Ortho(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ProjectionUtils_Ortho_mA6A106027A22BFE423A21EC07DABB1B7C1E8A775 (float ___left0, float ___right1, float ___bottom2, float ___top3, float ___near4, float ___far5, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::LoadProjectionMatrix(UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_LoadProjectionMatrix_m50BB4BC12EC636964C60C0DBBC4D5777706B00E4 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___mat0, const RuntimeMethod* method) ;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m94A09872C449C26863FF10D0FDF87842D91BECD6_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::set_modelview(UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_set_modelview_mEBE03EB4470FB1A9DAFB7992099BBC45D711968D (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___value0, const RuntimeMethod* method) ;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.VectorImageManager::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// UnityEngine.Texture UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::get_scaledPixelsPerPoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BaseVisualElementPanel_get_scaledPixelsPerPoint_m61FB80FA842E806955AFFBB566E7CCB76FA6DDB3 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_transformConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_clipRectConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::get_Item(System.Int32)
inline RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE (*) (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*, int32_t, const RuntimeMethod*))List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::EvaluateChain(UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.Material,UnityEngine.Material,UnityEngine.Texture,UnityEngine.Texture,System.Single,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>,Unity.Collections.NativeSlice`1<UnityEngine.Vector4>,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Exception&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___head0, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___initialMat1, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___defaultMat2, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___gradientSettings3, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___shaderInfo4, float ___pixelsPerPoint5, NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___transforms6, NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___clipRects7, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___stateMatProps8, bool ___allowMaterialChange9, Exception_t** ___immediateException10, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.GUIUtility::IsExitGUIException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_IsExitGUIException_mDE98B1B261D96A3A97FC2AF8C01F9869D471BDFB (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.ImmediateModeException::.ctor(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmediateModeException__ctor_mB1863A2577598143D489C8FC956A89EB7BE45D74 (ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D* __this, Exception_t* ___inner0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawStats()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::DrawStats()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_DrawStats_m71CC1AE6E6BAB3DCDBAA5CF85559C1152CBCB7C2 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter__ctor_m25E3B869CCE054E9D8DB0D8D2753461A1FF6619B (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method) ;
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessRegenText(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessRegenText_m897489683DA18DFBCA5449E6414FB67F6392AC4C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve1, UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* ___painter2, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___device3, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___stats4, const RuntimeMethod* method) ;
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::get_hierarchy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.VisualElement::IndexOf(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisualElement_IndexOf_m1CC000F2192D5D561AE87B2EC3AB312BD0D714AE (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___element0, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildAdded(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildAdded_m6E0B3682CB6D070B45DC1D773F05A1584350F111 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___parent1, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve2, int32_t ___index3, bool ___resetState4, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Assert(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216 (bool ___condition0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.VisualElement::get_panel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnClippingChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnOpacityChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnVisualsChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.VisualElement::MarkRenderHintsClean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_MarkRenderHintsClean_m5CCA21A9F3E0B011811F233F7B278C0F5BC686BE (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.VisualElement/Hierarchy::get_childCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___key0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildRemoving(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildRemoving_mF774823E21C04C92507D69C68D06734EF0BFF93F (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::Remove(TKey)
inline bool Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66 (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))Dictionary_2_Remove_m5359A59AD9E9B5D43B5915B69C392E9E4E173FAC_gshared)(__this, ___key0, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildRemoving(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildAdded(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::RegisterDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes,UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___dirtyTypes1, int32_t ___dirtyTypeClass2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___shader0, const RuntimeMethod* method) ;
// UnityEngine.HideFlags UnityEngine.Object::get_hideFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::EnsureFits(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, int32_t ___maxDepth0, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>::Get()
inline RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* __this, const RuntimeMethod* method)
{
return (( RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* (*) (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19 (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>::Return(T)
inline void LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37 (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___item0, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*, const RuntimeMethod*))LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28 (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___key0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*, const RuntimeMethod*))Dictionary_2_TryGetValue_m9C5A2CBD8FAE83C5A706FD6CB2B7C5B941461859_gshared)(__this, ___key0, ___value1, method);
}
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::get_worldTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5 (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___key0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, const RuntimeMethod*))Dictionary_2_set_Item_mF30B801AA48FFBD9B95F320C393F85AEA8945E9A_gshared)(__this, ___key0, ___value1, method);
}
// System.Void* System.IntPtr::ToPointer()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m1A0612EED3A1C8B8850BE2943CFC42523064B4F6_inline (intptr_t* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AccessIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* RenderChainStaticIndexAllocator_AccessIndex_m6E4056BA68384C7CC11F5E29CC7570F17A820949 (int32_t ___index0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData UnityEngine.UIElements.UIR.RenderChain::AccessRenderNodeData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE RenderChain_AccessRenderNodeData_m282758F7E9C6BB236731328E9E360876576C79C6 (intptr_t ___obj0, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel> UnityEngine.UIElements.UIElementsUtility::GetPanelsIterator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 UIElementsUtility_GetPanelsIterator_m5FFB8FEC04F65C86DA3BFE45ACC6C0939F43CC10 (const RuntimeMethod* method) ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::get_Current()
inline KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_inline (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44* __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 (*) (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44*, const RuntimeMethod*))Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline)(__this, method);
}
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>::get_Value()
inline Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_inline (KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93* __this, const RuntimeMethod* method)
{
return (( Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* (*) (KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93*, const RuntimeMethod*))KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline)(__this, method);
}
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardWorldSpaceMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardWorldSpaceMaterial_m81585BD37835FA04F0FD607895FB3A6EBA42A450 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRegisterIntermediateRendererMat(UnityEngine.UIElements.BaseRuntimePanel,UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChain/RenderNodeData&,UnityEngine.Camera,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRegisterIntermediateRendererMat_m3CF86141D4268F7D2D11A218C10D7AE7D2A48654 (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* ___rtp0, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain1, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* ___rnd2, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera3, int32_t ___sameDistanceSortPriority4, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::MoveNext()
inline bool Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9 (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44*, const RuntimeMethod*))Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::set_Item(System.Int32,T)
inline void List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32 (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, int32_t ___index0, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*, int32_t, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE, const RuntimeMethod*))List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_gshared)(__this, ___index0, ___value1, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) ;
// System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds__ctor_mAF7B238B9FBF90C495E5D7951760085A93119C5A (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___size1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Camera::get_cullingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m6F5AFF8FB522F876D99E839BF77D8F27F26A1EF8 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
// System.Void System.IntPtr::.ctor(System.Void*)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::RegisterIntermediateRenderer(UnityEngine.Camera,UnityEngine.Material,UnityEngine.Matrix4x4,UnityEngine.Bounds,System.Int32,System.Int32,System.Boolean,System.Int32,System.UInt64,System.Int32,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_RegisterIntermediateRenderer_m46C340A1198D0D39E65E65550B9D697BAAB1F617 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera0, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material1, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform2, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___aabb3, int32_t ___renderLayer4, int32_t ___shadowCasting5, bool ___receiveShadows6, int32_t ___sameDistanceSortPriority7, uint64_t ___sceneCullingMask8, int32_t ___rendererCallbackFlags9, intptr_t ___userData10, int32_t ___userDataSize11, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>::Get()
inline BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098 (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD* __this, const RuntimeMethod* method)
{
return (( BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* (*) (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>::AppendTo(UnityEngine.UIElements.UIR.BasicNode`1<T>&)
inline void BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4 (BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* __this, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB** ___first0, const RuntimeMethod* method)
{
(( void (*) (BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB**, const RuntimeMethod*))BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_gshared)(__this, ___first0, method);
}
// System.Void UnityEngine.UIElements.TextureRegistry::Release(UnityEngine.UIElements.TextureId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry_Release_m3828A8B4906FC30BDCB3603A20924365108E810B (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>::Return(T)
inline void LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD* __this, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___item0, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD*, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*, const RuntimeMethod*))LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method) ;
// System.Void UnityEngine.GUI::Box(UnityEngine.Rect,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Box_m1E4D5FE4B7911725059CE0A2674B88CFAD279365 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___position0, String_t* ___text1, const RuntimeMethod* method) ;
// System.String System.UInt32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154 (uint32_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___position0, String_t* ___text1, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rect::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics UnityEngine.UIElements.UIR.UIRenderDevice::GatherDrawStatistics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F UIRenderDevice_GatherDrawStatistics_mB2E2E4EEC9AF2E24442E8B18C9FC36AF547A5B48 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Add(T)
inline void List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Count()
inline int32_t List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::set_Item(System.Int32,T)
inline void List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___index0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, int32_t, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___index0, ___value1, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::IndexOf(T)
inline int32_t List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t7524385702B2ADF442BBE71121A26B337005726D*, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*, const RuntimeMethod*))List_1_IndexOf_m378F61BA812B79DEE58D86FE8AA9F20E3FC7D85F_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::set_Item(System.Int32,T)
inline void List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785 (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, int32_t ___index0, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_t7524385702B2ADF442BBE71121A26B337005726D*, int32_t, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___index0, ___value1, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::get_Count()
inline int32_t List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_inline (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t7524385702B2ADF442BBE71121A26B337005726D*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::Add(T)
inline void List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_inline (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7524385702B2ADF442BBE71121A26B337005726D*, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::get_Item(System.Int32)
inline RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28 (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* (*) (List_1_t7524385702B2ADF442BBE71121A26B337005726D*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::.ctor(System.Int32)
inline void List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978 (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7524385702B2ADF442BBE71121A26B337005726D*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m4C2ADA9EDB62AAE44752E97EBEB51FD541B0420B (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand__ctor_m305982AFE24A773C052036C022B909ABC9FC6A1E (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::get_lastClosingOrLastCommand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::IsValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::get_disposed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseShaderInfoStorage_get_disposed_mAF7F54A791E6AF75BF1AD71B1DDA85099BFCE1EF_inline (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::set_disposed(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseShaderInfoStorage_set_disposed_m454C43D78C684531DF00E4EE08E436C383C6944B_inline (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color32>::.ctor(UnityEngine.TextureFormat,System.Func`2<UnityEngine.Color,T>,System.Int32,System.Int32)
inline void ShaderInfoStorage_1__ctor_mD11645EBACDBF20EA5720F446D814A53D8EF54A0 (ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6* __this, int32_t ___format0, Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* ___convert1, int32_t ___initialSize2, int32_t ___maxSize3, const RuntimeMethod* method)
{
(( void (*) (ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6*, int32_t, Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277*, int32_t, int32_t, const RuntimeMethod*))ShaderInfoStorage_1__ctor_mD11645EBACDBF20EA5720F446D814A53D8EF54A0_gshared)(__this, ___format0, ___convert1, ___initialSize2, ___maxSize3, method);
}
// System.Void System.Func`2<UnityEngine.Color,UnityEngine.Color32>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m3F0B622CFF8856C182A01DC105F39DED2A370A24 (Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m3F0B622CFF8856C182A01DC105F39DED2A370A24_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m9406A0B5BCA24ADE8FF440C2AE75F459D7367C64 (U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107* __this, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color>::.ctor(UnityEngine.TextureFormat,System.Func`2<UnityEngine.Color,T>,System.Int32,System.Int32)
inline void ShaderInfoStorage_1__ctor_m3A0A8B48CCEDA1F58DC2A1E45D890DDA33593187 (ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30* __this, int32_t ___format0, Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* ___convert1, int32_t ___initialSize2, int32_t ___maxSize3, const RuntimeMethod* method)
{
(( void (*) (ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30*, int32_t, Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E*, int32_t, int32_t, const RuntimeMethod*))ShaderInfoStorage_1__ctor_m3A0A8B48CCEDA1F58DC2A1E45D890DDA33593187_gshared)(__this, ___format0, ___convert1, ___initialSize2, ___maxSize3, method);
}
// System.Void System.Func`2<UnityEngine.Color,UnityEngine.Color>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m54245705A6CDAF43B16B589F3F3FC9944611C990 (Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m54245705A6CDAF43B16B589F3F3FC9944611C990_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m881BF3B85990A6CC274FB79FF580FA3F4F327682 (U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::Min(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedCorners(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams&,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedCorners_m28EDBCD960A1CA86586085AEEC81AC8AABFD465A (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* ___rectParams0, float ___posZ1, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh2, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage3, uint16_t* ___vertexCount4, uint16_t* ___indexCount5, bool ___countOnly6, const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.UIElements.MeshWriteData::get_uvRegion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D MeshWriteData_get_uvRegion_m6E543500740DE690E1C3DB46DACA44DE9F785353 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::ComputeUVs(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Rect,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_ComputeUVs_mB71B9A6E6CB31E14D533DA77FF809A0233E0E6DA (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___tessellatedRect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___textureRect1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uvRegion2, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices3, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.MeshWriteData::get_vertexCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.MeshWriteData::get_indexCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuad(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuad_mA876F37A4891B36140E65E82D553D4419ED2FA44 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdges1, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color2, float ___posZ3, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh4, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage5, uint16_t* ___vertexCount6, uint16_t* ___indexCount7, bool ___countOnly8, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedBorders(UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams&,System.Single,UnityEngine.UIElements.MeshWriteData,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedBorders_mD1BE1C7EB1E940509C11BA911376B9CB88A81165 (BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* ___border0, float ___posZ1, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh2, uint16_t* ___vertexCount3, uint16_t* ___indexCount4, bool ___countOnly5, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedCorner(UnityEngine.Rect,UnityEngine.Color32,System.Single,UnityEngine.Vector2,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedCorner_m8B3644F84D8C98E8A590D07B9C3D0194752BFA5D (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color1, float ___posZ2, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius3, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh4, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage5, uint16_t* ___vertexCount6, uint16_t* ___indexCount7, bool ___countOnly8, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::MirrorVertices(UnityEngine.Rect,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices1, int32_t ___vertexStart2, int32_t ___vertexCount3, bool ___flipHorizontal4, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::FlipWinding(Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_FlipWinding_m7D6C3C950B9E2D5441B833C33DFD48F701F9317A (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices0, int32_t ___indexStart1, int32_t ___indexCount2, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedBorder(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedBorder_m852EC5AA79809265CC1A82952D9BF6017B7DAE10 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor1, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor2, float ___posZ3, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius4, float ___leftWidth5, float ___topWidth6, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh7, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage9, uint16_t* ___vertexCount10, uint16_t* ___indexCount11, bool ___countOnly12, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Rect::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.Rect::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476 (const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline (const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateFilledFan(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateFilledFan_m60425B5CBC5B79DD03EBDCF77FC9E5FC4965177F (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___center0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___miterOffset2, float ___leftWidth3, float ___topWidth4, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor5, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor6, float ___posZ7, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage9, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage10, uint16_t* ___vertexCount11, uint16_t* ___indexCount12, bool ___countOnly13, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateStraightBorder(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,System.Single,UnityEngine.Color,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateStraightBorder_mE1A452F63CE2F0FDA9BD15B2303C581011F82CDB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdge1, float ___miterOffset2, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color3, float ___posZ4, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh5, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage6, uint16_t* ___vertexCount7, uint16_t* ___indexCount8, bool ___countOnly9, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.Tessellation::LooseCompare(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3 (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateBorderedFan(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateBorderedFan_mFE58A7B39ADC6475BDA6BC55C7EFFC5CEADE0640 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___center0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___outerRadius1, float ___leftWidth2, float ___topWidth3, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor4, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor5, float ___posZ6, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh7, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage9, uint16_t* ___vertexCount10, uint16_t* ___indexCount11, bool ___countOnly12, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateComplexBorderCorner(UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius1, float ___leftWidth2, float ___topWidth3, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor4, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor5, float ___posZ6, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh7, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage9, uint16_t* ___vertexCount10, uint16_t* ___indexCount11, bool ___countOnly12, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, float ___d1, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.UIElements.UIR.Tessellation::IntersectLines(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Tessellation_IntersectLines_m3028861ADA7E4D26DD83795C5E19E4C79D8878D2 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p00, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p11, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p22, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p33, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuad(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,UnityEngine.Vector2*,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdges1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___offsets2, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color3, float ___posZ4, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh5, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage6, uint16_t* ___vertexCount7, uint16_t* ___indexCount8, bool ___countOnly9, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.MeshWriteData::SetNextVertex(UnityEngine.UIElements.Vertex)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___vertex0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.MeshWriteData::SetNextIndex(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, uint16_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuad(UnityEngine.Rect,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuad_m3ED3AAB07868A72BCBEB2003980B3F8CE0965B2A (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color1, float ___posZ2, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh3, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage4, uint16_t* ___vertexCount5, uint16_t* ___indexCount6, bool ___countOnly7, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.Tessellation::EdgesCount(UnityEngine.UIElements.UIR.Tessellation/Edges)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Tessellation_EdgesCount_m65BE57B5F9E5D35E05D513222C177BBC24082109 (int32_t ___edges0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuadSingleEdge(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuadSingleEdge_mC898B3A1ED053A5BD97CDCACD9086DBBC4A54B63 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdge1, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color2, float ___posZ3, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh4, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage5, uint16_t* ___vertexCount6, uint16_t* ___indexCount7, bool ___countOnly8, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mD7200D6D432BAFC4135C5B17A0B0A812203B0270_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method) ;
// System.Single UnityEngine.Vector3::get_magnitude()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::EncodeStraightArc(UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_EncodeStraightArc_m4F99C95EF24D73C3EC6106BFFF4D6500364E0201 (Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v00, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v11, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___center2, float ___radius3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::ExpandTriangle(UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_ExpandTriangle_m2359D3122105558B986E3626805E6B35949FCFBD (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___v00, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___v11, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center2, float ___factor3, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::get_normalized()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.Vector4::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline (const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Tessellation::GetInterpolatedCircle(UnityEngine.Vector2,UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Tessellation_GetInterpolatedCircle_mAFBCE9ABD9DAF70A06C6C40ECF0ED0306D35F2E9 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p0, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v01, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v12, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v23, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Tessellation::ComputeBarycentricCoordinates(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_ComputeBarycentricCoordinates_m07C4FC06D7348C22B2192B62741C75915A9EDEC6 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b2, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___c3, float* ___u4, float* ___v5, float* ___w6, const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.Vector4::op_Multiply(UnityEngine.Vector4,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Multiply_m10DA1FA6A405C8988C46FFD159ED9FF9E5D732F5_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___a0, float ___d1, const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.Vector4::op_Addition(UnityEngine.Vector4,UnityEngine.Vector4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Addition_m5E7015CDA7DD1FCB4E488DE23C5DB959D7406843_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___a0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___b1, const RuntimeMethod* method) ;
// System.Single UnityEngine.Vector2::Dot(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_Dot_mBF0FA0B529C821F4733DDC3AD366B07CD27625F4_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Vector2::op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
// T Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Item(System.Int32)
inline Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_gshared)(__this, ___index0, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___index0, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___value1, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, int32_t, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7, const RuntimeMethod*))NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_gshared)(__this, ___index0, ___value1, method);
}
// T Unity.Collections.NativeSlice`1<System.UInt16>::get_Item(System.Int32)
inline uint16_t NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( uint16_t (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_gshared)(__this, ___index0, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___index0, uint16_t ___value1, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, int32_t, uint16_t, const RuntimeMethod*))NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_gshared)(__this, ___index0, ___value1, method);
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Length()
inline int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_inline (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, const RuntimeMethod*))NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.UIElements.UIR.TextCoreSettings::Equals(UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextCoreSettings_Equals_mCD3C40E96B7F9E933D26701DC7A1485ED753CD1E (TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.TextCoreSettings::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextCoreSettings_Equals_m2AA97F8B441D49BCE3BC1C4D3ACF270E7236EA3B (TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_op_Equality_m3A255F888F9300ABB36ED2BC0640CFFDAAEFED2F_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___lhs0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rhs1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Color::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method) ;
// System.Int32 System.Single::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2 (float* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.TextCoreSettings::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextCoreSettings_GetHashCode_m392468372DAB1B9BE9F4067E89245DCC57735A2F (TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.TextureBlitter::get_disposed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureBlitter_get_disposed_m00CEB7B2330A6DBE3BE95049ED60406DD90B8EAF_inline (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::set_disposed(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureBlitter_set_disposed_m3FA52D5FE5C9EEAC9DAA3E89BD506901DB9352EE_inline (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Shader::PropertyToID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mF5F7BA2EFF23D83482ECDE4C34227145D817B1EB (String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::.ctor(System.Int32)
inline void List_1__ctor_mAB2B123AE51CDC79605EF4A41537BADA1774F2CA (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5*, int32_t, const RuntimeMethod*))List_1__ctor_mAB2B123AE51CDC79605EF4A41537BADA1774F2CA_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::Add(T)
inline void List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5*, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357, const RuntimeMethod*))List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_gshared_inline)(__this, ___item0, method);
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::BeginBlit(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_BeginBlit_mC1A1F6F82313120D441016B34D143CF97E997A56 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dst0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::DoBlit(System.Collections.Generic.IList`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_DoBlit_m375A25BFCB3180100BF799325A2AD49C85DEAF0B (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RuntimeObject* ___blitInfos0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::EndBlit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_EndBlit_m247EB2A9604A08925D457D13844BF0702F8DD4E5 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::get_Count()
inline int32_t List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5*, const RuntimeMethod*))List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::Clear()
inline void List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5*, const RuntimeMethod*))List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_gshared_inline)(__this, method);
}
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72 (String_t* ___name0, const RuntimeMethod* method) ;
// UnityEngine.RectInt UnityEngine.UIElements.UIR.Utility::GetActiveViewport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 Utility_GetActiveViewport_m6219330120AEDFC96C9AA0EE75023E9431EB189D (const RuntimeMethod* method) ;
// UnityEngine.RenderTexture UnityEngine.RenderTexture::get_active()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RenderTexture_get_active_m2204DF860773F9A8CDFF92BDB35CEB72A0643345 (const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::LoadPixelMatrix(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_LoadPixelMatrix_m4E6F7BAFD87A2FE91048B0F602519811690CAA63 (float ___left0, float ___right1, float ___bottom2, float ___top3, const RuntimeMethod* method) ;
// System.Void UnityEngine.Graphics::SetRenderTarget(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_SetRenderTarget_mDA2F41245400E50551268368F6C551FFFDCC9CAC (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___rt0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.MaterialPropertyBlock::SetTexture(System.Int32,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___nameID0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___value1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::SetPropertyBlock(UnityEngine.MaterialPropertyBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetPropertyBlock_m186F7D4B9C21DB895748F5B7E01F5AB6DB286AA5 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___props0, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::Begin(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Begin_m484E517466FBE5D4AE78DAC608E403159A57BD10 (int32_t ___mode0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Vector2Int::get_x()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Vector2Int::get_y()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::Color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Color_mF6C9058C9552C5E26A15FBB7061BEB5E78C7D3D8 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::TexCoord3(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_TexCoord3_m34D6FE6E9AFF2A1DC7F0DA57DF386AEB58C59DAA (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::Vertex3(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Vertex3_m9FFEDAB32CC9A54F1BF7572D0CE856AE41A6473F (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_End_m804EE4091F69FC2F6B764371D327CFCB28884550 (const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::Viewport(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Viewport_mEB02BD765EBA8B3474864D735DDD1FEB74609D9F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___pixelRect0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_shaderModelIs35()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_shaderModelIs35_m51A2CDA2E2BA4ACB8CF53004F53371C7ACAE3B28 (const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_Reset_m43FECB6D32D307D151C8173B6223C7E2BF4484F2 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::set_FreeSlots(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.TextureId::get_index()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::get_FreeSlots()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method) ;
// UnityEngine.Texture UnityEngine.UIElements.TextureRegistry::GetTexture(UnityEngine.UIElements.TextureId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* TextureRegistry_GetTexture_mB02C07261977269B6661D7A6D95ED757178676AE (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, const RuntimeMethod* method) ;
// UnityEngine.Texture2D UnityEngine.Texture2D::get_whiteTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Texture2D_get_whiteTexture_m7999084E0B635CF834F8DD2D840FAA71720404DA (const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::MarkUsed(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___slotIndex0, const RuntimeMethod* method) ;
// System.Single UnityEngine.UIElements.TextureId::ConvertToGpu()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.MaterialPropertyBlock::SetVectorArray(System.Int32,UnityEngine.Vector4[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetVectorArray_m5C0A3017A7EA9EE5F01295E346EA72D70A8BD682 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___nameID0, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___values1, const RuntimeMethod* method) ;
// System.Void System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_mCC48CB6D9634530961BBADC7BB8BA2C5457794CB (Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m5B4A91CEA749E078E9FC5ED60BB45D891FE4B356 (Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
inline void LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333* __this, Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* ___createFunc0, Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* ___resetAction1, int32_t ___limit2, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333*, Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B*, Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___createFunc0, ___resetAction1, ___limit2, method);
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEADD1F78308D864ACC1430EBCE4F68E36BE5ECCF (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo__ctor_mFA021640C734CABA0E412646150B6F97DB80EA96 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo_Reset_m81D42F4FE8D592935960D3D03E08F02E31B89D58 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor()
inline void LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2 (LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4*, const RuntimeMethod*))LinkedPoolItem_1__ctor_mA018ED386AC444CF69EA75D204B24C5CE97FB4A3_gshared)(__this, method);
}
// System.Void System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m2C79825F77CF2C2CF16B33EA507E397008AB7CB1 (Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mE4F2A9C6A957D1E4F3C5629498F8DE904E06B550 (Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
inline void LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0 (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83* __this, Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* ___createFunc0, Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* ___resetAction1, int32_t ___limit2, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83*, Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18*, Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___createFunc0, ___resetAction1, ___limit2, method);
}
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEEC29CFF833F1CA531FD0C7F672BEBEE47EFFB2A (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientRemap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap__ctor_m4DE4368D101429D92FBB0384812961647A7808B8 (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientRemap::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap_Reset_mD01A646DA4156CA02B4BDA8767B6E0098F58F7AF (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor()
inline void LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27 (LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF*, const RuntimeMethod*))LinkedPoolItem_1__ctor_mA018ED386AC444CF69EA75D204B24C5CE97FB4A3_gshared)(__this, method);
}
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.GradientSettingsAtlas::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GradientSettingsAtlas_get_atlas_m0D754EE8FA774E5D016C3F922907E7C0C3F4C457 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>::Add(T)
inline void List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_inline (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00*, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Int32)
inline void Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4 (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared)(__this, ___capacity0, method);
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfoPool__ctor_mD76EBB49C8F106BEDADAFBC5BB742D32B65D9477 (VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemapPool__ctor_m15F94F0B3B17E02566C0A72D083D31B67356994A (GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas__ctor_mCBA2EBBB6F83CBD06087C124728B980D0D5ACF52 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, int32_t ___length0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::get_disposed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::Clear()
inline void Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39 (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::Clear()
inline void LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58 (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333*, const RuntimeMethod*))LinkedPool_1_Clear_m74E112075977257266888179218C9A3594B4EB22_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>::Clear()
inline void LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028 (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83*, const RuntimeMethod*))LinkedPool_1_Clear_m74E112075977257266888179218C9A3594B4EB22_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Dispose_m4C157AEF461F729E64B8D703F1935C7CC9AD6269 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>::Remove(T)
inline bool List_1_Remove_m54E01405E504B7C9641412876843BC359400894A (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00*, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::set_disposed(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::Commit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Commit_m35676ADF2285F3B08217018F5D9597095EE6A5F6 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___key0, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E*, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC*, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___key0, ___value1, method);
}
// UnityEngine.UIElements.UIR.VectorImageRenderInfo UnityEngine.UIElements.UIR.VectorImageManager::Register(UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* VectorImageManager_Register_m58586125DE952881660564F084D48C1B0587E912 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vi0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___context1, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::Get()
inline VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5 (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333* __this, const RuntimeMethod* method)
{
return (( VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* (*) (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04 (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___key0, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E*, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC*, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___key0, ___value1, method);
}
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.GradientSettingsAtlas::Add(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE GradientSettingsAtlas_Add_mFB2E6AE2091A7658DDB0F22A0096D6ECB9E77BBE (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, int32_t ___count0, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>::Get()
inline GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096 (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83* __this, const RuntimeMethod* method)
{
return (( GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* (*) (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void UnityEngine.RectInt::set_x(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectInt::set_y(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::Write(UnityEngine.UIElements.UIR.Alloc,UnityEngine.UIElements.GradientSettings[],UnityEngine.UIElements.UIR.GradientRemap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Write_mC7603726B6BBB05C4B9D353224C56A89954FA9B6 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___alloc0, GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* ___settings1, GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___remap2, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GradientSettingsAtlas_get_length_m1B3592189141C1B29FBE8A22603E772230E9E5EA (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E (RuntimeObject* ___message0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>::.ctor(System.Int32)
inline void List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method);
}
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::Equals(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___other0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ;
// System.String UnityEngine.UIElements.UIR.BMPAlloc::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::.ctor(System.Int32)
inline void List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*, int32_t, const RuntimeMethod*))List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_gshared)(__this, ___capacity0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Capacity()
inline int32_t List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892 (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*, const RuntimeMethod*))List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor(System.Int32)
inline void List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, int32_t, const RuntimeMethod*))List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_gshared)(__this, ___capacity0, method);
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Construct(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___pageHeight0, int32_t ___entryWidth1, int32_t ___entryHeight2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T)
inline void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, uint32_t, const RuntimeMethod*))List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::Add(T)
inline void List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, Page_t04FE552A388BF55B12C8868E19589136957E00A5 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*, Page_t04FE552A388BF55B12C8868E19589136957E00A5, const RuntimeMethod*))List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_gshared_inline)(__this, ___item0, method);
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::ForceFirstAlloc(System.UInt16,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, uint16_t ___firstPageX0, uint16_t ___firstPageY1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Count()
inline int32_t List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*, const RuntimeMethod*))List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Item(System.Int32)
inline Page_t04FE552A388BF55B12C8868E19589136957E00A5 List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Page_t04FE552A388BF55B12C8868E19589136957E00A5 (*) (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*, int32_t, const RuntimeMethod*))List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_gshared)(__this, ___index0, method);
}
// T System.Collections.Generic.List`1<System.UInt32>::get_Item(System.Int32)
inline uint32_t List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( uint32_t (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, int32_t, const RuntimeMethod*))List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_gshared)(__this, ___index0, method);
}
// System.Byte UnityEngine.UIElements.UIR.BitmapAllocator32::CountTrailingZeroes(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BitmapAllocator32_CountTrailingZeroes_m29DAA0AE9C1869E980D3B62C0643ADA3993D382B (uint32_t ___val0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::set_Item(System.Int32,T)
inline void List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___index0, uint32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, int32_t, uint32_t, const RuntimeMethod*))List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_gshared)(__this, ___index0, ___value1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::set_Item(System.Int32,T)
inline void List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9 (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___index0, Page_t04FE552A388BF55B12C8868E19589136957E00A5 ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*, int32_t, Page_t04FE552A388BF55B12C8868E19589136957E00A5, const RuntimeMethod*))List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_gshared)(__this, ___index0, ___value1, method);
}
// System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Capacity()
inline int32_t List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.UInt32>::set_Capacity(System.Int32)
inline void List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, int32_t, const RuntimeMethod*))List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_gshared)(__this, ___value0, method);
}
// System.Int32 UnityEngine.RectInt::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BitmapAllocator32::Allocate(UnityEngine.UIElements.UIR.BaseShaderInfoStorage)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___storage0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Free(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::GetAllocPageAtlasLocation(System.Int32,System.UInt16&,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___page0, uint16_t* ___x1, uint16_t* ___y2, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector2Int::.ctor(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B (const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB (const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>::op_Implicit(Unity.Collections.NativeArray`1<T>)
inline NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 NativeSlice_1_op_Implicit_m3FD3E79348A30677E180D0F53151DD73B955849E (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___array0, const RuntimeMethod* method)
{
return (( NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 (*) (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51, const RuntimeMethod*))NativeSlice_1_op_Implicit_m3FD3E79348A30677E180D0F53151DD73B955849E_gshared)(___array0, method);
}
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector4>::op_Implicit(Unity.Collections.NativeArray`1<T>)
inline NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F NativeSlice_1_op_Implicit_m2716BA3C44B6AAB8979FA0F52FA3971D7141D976 (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___array0, const RuntimeMethod* method)
{
return (( NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F (*) (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8, const RuntimeMethod*))NativeSlice_1_op_Implicit_m2716BA3C44B6AAB8979FA0F52FA3971D7141D976_gshared)(___array0, method);
}
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::get_defaultShaderInfoTexARGB8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* UIRenderDevice_get_defaultShaderInfoTexARGB8_m409327C41268CAC263486D3ADA2DFD6D31B625F4 (const RuntimeMethod* method) ;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::get_defaultShaderInfoTexFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* UIRenderDevice_get_defaultShaderInfoTexFloat_m5A81225DCBC36A1F8F4DD37D2814991BA9D7B533 (const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_vertexTexturingIsAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_vertexTexturingIsAvailable_m9F463C6B296B47824913966F52024C157E34A6B6 (const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9 (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.Vector4>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4 (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBAFloat__ctor_m1A6C0C0180903E3A2AA7D7DA534D30D2DEECE04B (ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27* __this, int32_t ___initialSize0, int32_t ___maxSize1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBA32__ctor_m082C6F170DFC30736704D1BB0713CA35F19FD909 (ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0* __this, int32_t ___initialSize0, int32_t ___maxSize1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AtlasRectMatchesPage(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.RectInt)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m5B834A5AA0455BFC1FADD8A40BCBD779564C6981 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___allocator0, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___defAlloc1, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___atlasRect2, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTransformValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___xform1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetClipRectValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___clipRect1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetOpacityValue(UnityEngine.UIElements.UIR.BMPAlloc,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, float ___opacity1, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::op_Implicit(UnityEngine.Vector4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Implicit_m04FFC6EBCB0576CD59529546F8FA10F4F71E9005_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetColorValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetColorValue_m8246EA58FA06A05B865A19D650A39C49C06D2449 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTextCoreSettingValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTextCoreSettingValue_m7D602BCB22DA80579F639208C0401FBD4502435D (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___settings1, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ReallyCreateStorage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseShaderInfoStorage_Dispose_m9DF4F3D71F97B25C83B13B5879DEE23FA8943CE6 (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, const RuntimeMethod* method) ;
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Vector4>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786 (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*, const RuntimeMethod*))NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.Vector4>::Dispose()
inline void NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6 (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*, const RuntimeMethod*))NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652 (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::Dispose()
inline void NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350 (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*, const RuntimeMethod*))NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_gshared)(__this, method);
}
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToConstantBufferIndex(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m285535473E89B0FC94E193F2F797DE64373A278F (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocClipRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocOpacity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTextCoreSettings(UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___settings0, const RuntimeMethod* method) ;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToTexelCoord(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A UIRVEShaderInfoAllocator_AllocToTexelCoord_mBE705C92243B56C2E95144C1E187084D30AE748F (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___allocator0, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc1, const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.Matrix4x4::GetRow(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTransform(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeClipRect(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeOpacity(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeColor(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTextCoreSettings(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TransformAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ClipRectAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::OpacityAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ColorAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TextCoreSettingsToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline (const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline (const RuntimeMethod* method) ;
// System.IntPtr Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::CreateMarker(System.String,System.UInt16,Unity.Profiling.LowLevel.MarkerFlags,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ProfilerUnsafeUtility_CreateMarker_m27DDE00D41B95677982DBFCE074D45B79E50C7CC (String_t* ___name0, uint16_t ___categoryId1, uint16_t ___flags2, int32_t ___metadataCount3, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline (float ___value0, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_m6120F119433C5B60BBB28731D3D4A0DA50A84DDD_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value0, const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Vector4::op_Equality(UnityEngine.Vector4,UnityEngine.Vector4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_m80E2AA0626A70EF9DCC4F4C215F674A22D6DE937_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lhs0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rhs1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Vector4::GetHashCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method) ;
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m6AD0BEBF88AAF98188A851E62D7A32CB5B7830EF_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___vector0, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_pinvoke(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke& marshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_pinvoke_back(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke& marshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_pinvoke_cleanup(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_com(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com& marshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_com_back(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com& marshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_com_cleanup(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com& marshaled)
{
}
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::Allocate(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2 (AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, const RuntimeMethod* method)
{
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_0 = NULL;
{
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_0 = __this->___alloc_0;
uint32_t L_1 = ___vertexCount0;
uint32_t L_2 = ___indexCount1;
NullCheck(L_0);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_3;
L_3 = Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_inline(L_0, L_1, L_2, __this, NULL);
V_0 = L_3;
goto IL_0012;
}
IL_0012:
{
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2_AdjustorThunk (RuntimeObject* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, const RuntimeMethod* method)
{
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*>(__this + _offset);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* _returnValue;
_returnValue = AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2(_thisAdjusted, ___vertexCount0, ___indexCount1, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Multicast(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* retVal = NULL;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* currentDelegate = reinterpret_cast<Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3*>(delegatesToInvoke[i]);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)(currentDelegate, ___vertexCount0, ___indexCount1, ___allocatorData2, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Open(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___vertexCount0, ___indexCount1, ___allocatorData2, method);
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Closed(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (RuntimeObject*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(__this->___m_target_2, ___vertexCount0, ___indexCount1, ___allocatorData2, method);
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_OpenStaticInvoker(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* >::Invoke(__this->___method_ptr_0, method, NULL, ___vertexCount0, ___indexCount1, ___allocatorData2);
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_ClosedStaticInvoker(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*, RuntimeObject*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___vertexCount0, ___indexCount1, ___allocatorData2);
}
// System.Void UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Allocator__ctor_m9AAA6A0F5FC11C644C1039BE774BA6500D962B32 (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1);
__this->___method_3 = ___method1;
__this->___m_target_2 = ___object0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0);
int methodCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1);
if (MethodIsStatic((RuntimeMethod*)___method1))
{
bool isOpen = methodCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Open;
else
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Closed;
}
else
{
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Closed;
}
__this->___extra_arg_5 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Multicast;
}
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator::Invoke(System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7 (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___vertexCount0, ___indexCount1, ___allocatorData2, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.RenderChain::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain__cctor_m038C36C4FB466441F02A6998A1F35CD180A5348F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnRegisterIntermediateRenderers_mE12BA6838E878FCCD694BB7E9D63E7CFD4AD7418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnRenderNodeExecute_m1C21FD7F7F118C481B92FB046394040471B17FB6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BA0BD74E17DFFD1B7C0A756E63741F180C1F4B8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9322445699D4597EF496D43ECA8A00975F39E3DB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DB65DADBF3D82E5145BC1CA89C1D20B307E9FC1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE83A726043FB73EF3EAC1410DF02CCC7209EA5B6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25AF560495328102AC89291C521C675D4DDEE15);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF358028882005F06DD73E986E5D4F5A125FB579C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF51B8A5F99AAE8E6EA3035B423F6EB50008FD3D0);
s_Il2CppMethodInitialized = true;
}
{
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
memset((&L_0), 0, sizeof(L_0));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteral9322445699D4597EF496D43ECA8A00975F39E3DB, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerProcess_24 = L_0;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral9DB65DADBF3D82E5145BC1CA89C1D20B307E9FC1, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerClipProcessing_25 = L_1;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
memset((&L_2), 0, sizeof(L_2));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteral5BA0BD74E17DFFD1B7C0A756E63741F180C1F4B8, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerOpacityProcessing_26 = L_2;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_3;
memset((&L_3), 0, sizeof(L_3));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_3), _stringLiteralF25AF560495328102AC89291C521C675D4DDEE15, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerColorsProcessing_27 = L_3;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_4;
memset((&L_4), 0, sizeof(L_4));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_4), _stringLiteralF51B8A5F99AAE8E6EA3035B423F6EB50008FD3D0, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTransformProcessing_28 = L_4;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_5;
memset((&L_5), 0, sizeof(L_5));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_5), _stringLiteralE83A726043FB73EF3EAC1410DF02CCC7209EA5B6, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerVisualsProcessing_29 = L_5;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_6;
memset((&L_6), 0, sizeof(L_6));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_6), _stringLiteralF358028882005F06DD73E986E5D4F5A125FB579C, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTextRegen_30 = L_6;
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___OnPreRender_32 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___OnPreRender_32), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA* L_7 = (Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA*)il2cpp_codegen_object_new(Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA_il2cpp_TypeInfo_var);
NullCheck(L_7);
Action_1__ctor_mDBF05D2D453DAB2D955BFEFAF9D4CBF62810E62B(L_7, NULL, (intptr_t)((void*)RenderChain_OnRegisterIntermediateRenderers_mE12BA6838E878FCCD694BB7E9D63E7CFD4AD7418_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_add_RegisterIntermediateRenderers_m7B68C3555B2795D696838A82FB7F7F3F1BDD0A0A(L_7, NULL);
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_8 = (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2*)il2cpp_codegen_object_new(Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953(L_8, NULL, (intptr_t)((void*)RenderChain_OnRenderNodeExecute_m1C21FD7F7F118C481B92FB046394040471B17FB6_RuntimeMethod_var), NULL);
Utility_add_RenderNodeExecute_mC630B888D39B3CE6D6B254491C9992451FAECD77(L_8, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::.ctor(UnityEngine.UIElements.BaseVisualElementPanel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain__ctor_mAB2E2A8899FF4674D23CEA4260756964ED8D8B45 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B2_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B2_1 = NULL;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B1_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B1_1 = NULL;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* G_B4_0 = NULL;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B4_1 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B4_2 = NULL;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* G_B3_0 = NULL;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B3_1 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B3_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_0 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_0_1;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0020;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* L_2 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_3 = (Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1*)il2cpp_codegen_object_new(Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1_il2cpp_TypeInfo_var);
NullCheck(L_3);
Func_1__ctor_m518B348449518727673ED4E320267D2BA9210CF8(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66_RuntimeMethod_var), NULL);
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_4 = L_3;
((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0020:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_5 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_1_2;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* L_7 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_8 = (Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC*)il2cpp_codegen_object_new(Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_m9B24D610EC1CE6D58776EB67642C092D47206270(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8_RuntimeMethod_var), NULL);
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_9 = L_8;
((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_003f:
{
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* L_10 = (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*)il2cpp_codegen_object_new(LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F_il2cpp_TypeInfo_var);
NullCheck(L_10);
LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8(L_10, G_B4_1, G_B4_0, ((int32_t)10000), LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8_RuntimeMethod_var);
NullCheck(G_B4_2);
G_B4_2->___m_CommandPool_2 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&G_B4_2->___m_CommandPool_2), (void*)L_10);
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_11 = (BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828*)il2cpp_codegen_object_new(BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828_il2cpp_TypeInfo_var);
NullCheck(L_11);
BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD(L_11, BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_RuntimeMethod_var);
__this->___m_TexturePool_3 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TexturePool_3), (void*)L_11);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_12 = (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*)il2cpp_codegen_object_new(List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_il2cpp_TypeInfo_var);
NullCheck(L_12);
List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04(L_12, List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_RuntimeMethod_var);
__this->___m_RenderNodesData_4 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderNodesData_4), (void*)L_12);
__this->___m_StaticIndex_10 = (-1);
__this->___m_ActiveRenderNodes_11 = 0;
__this->___m_CustomMaterialCommands_12 = 0;
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_13 = (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E*)il2cpp_codegen_object_new(Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E_il2cpp_TypeInfo_var);
NullCheck(L_13);
Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC(L_13, Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC_RuntimeMethod_var);
__this->___m_LastGroupTransformElementScale_22 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastGroupTransformElementScale_22), (void*)L_13);
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_14;
L_14 = TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline(NULL);
__this->___m_TextureRegistry_23 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextureRegistry_23), (void*)L_14);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_15 = ___panel0;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_16 = (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)il2cpp_codegen_object_new(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
NullCheck(L_16);
UIRenderDevice__ctor_m70ADDB23037F79FCC70EFCCAAC58A8032A15494E(L_16, 0, 0, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_17 = ___panel0;
NullCheck(L_17);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_18;
L_18 = VirtualFuncInvoker0< AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* >::Invoke(47 /* UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.BaseVisualElementPanel::get_atlas() */, L_17);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_19 = ___panel0;
NullCheck(L_19);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_20;
L_20 = VirtualFuncInvoker0< AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* >::Invoke(47 /* UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.BaseVisualElementPanel::get_atlas() */, L_19);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_21 = (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED*)il2cpp_codegen_object_new(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
NullCheck(L_21);
VectorImageManager__ctor_mE2CD0FB71F0F2B9AE8658276F195686194A20525(L_21, L_20, NULL);
RenderChain_Constructor_mBB3678F6315A26494602096A4FE0F997C8E976DB(__this, L_15, L_16, L_18, L_21, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Constructor(UnityEngine.UIElements.BaseVisualElementPanel,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.AtlasBase,UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Constructor_mBB3678F6315A26494602096A4FE0F997C8E976DB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panelObj0, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___deviceObj1, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___atlas2, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___vectorImageMan3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
int32_t G_B7_0 = 0;
{
bool L_0;
L_0 = RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline(__this, NULL);
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0012;
}
}
{
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
}
IL_0012:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_2 = (&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_3 = (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)il2cpp_codegen_object_new(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
NullCheck(L_3);
List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1(L_3, 8, List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
L_2->___heads_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___heads_0), (void*)L_3);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_4 = (&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_5 = (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)il2cpp_codegen_object_new(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
NullCheck(L_5);
List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1(L_5, 8, List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
L_4->___tails_1 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___tails_1), (void*)L_5);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_6 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)5);
L_6->___minDepths_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___minDepths_2), (void*)L_7);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_8 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)5);
L_8->___maxDepths_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&L_8->___maxDepths_3), (void*)L_9);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_10 = (&__this->___m_DirtyTracker_1);
DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C(L_10, NULL);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_11 = __this->___m_RenderNodesData_4;
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline(L_11, List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_12) < ((int32_t)1))? 1 : 0);
bool L_13 = V_2;
if (!L_13)
{
goto IL_0095;
}
}
{
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_14 = __this->___m_RenderNodesData_4;
il2cpp_codegen_initobj((&V_3), sizeof(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE));
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_15 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
NullCheck(L_15);
MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_15, NULL);
(&V_3)->___matPropBlock_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___matPropBlock_2), (void*)L_15);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_16 = V_3;
NullCheck(L_14);
List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_inline(L_14, L_16, List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
}
IL_0095:
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_17 = ___panelObj0;
RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2_inline(__this, L_17, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_18 = ___deviceObj1;
RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline(__this, L_18, NULL);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_19 = ___atlas2;
RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline(__this, L_19, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_20 = ___vectorImageMan3;
RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95_inline(__this, L_20, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_21 = (&__this->___shaderInfoAllocator_37);
UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3(L_21, NULL);
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_22 = (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8*)il2cpp_codegen_object_new(UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8_il2cpp_TypeInfo_var);
NullCheck(L_22);
UIRStylePainter__ctor_m7B7D655AAE041B4540B24C60524F5BB981022C4B(L_22, __this, NULL);
RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline(__this, L_22, NULL);
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* L_23 = (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC*)il2cpp_codegen_object_new(Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
NullCheck(L_23);
Action_1__ctor_m970A8DFC8A17354AB74107AC11E2ACE2A3D5200F(L_23, __this, (intptr_t)((void*)RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var), NULL);
Font_add_textureRebuilt_m0C7E9998192691918BC92548EE955380AD63FF0B(L_23, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_24;
L_24 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
V_0 = ((BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)IsInstClass((RuntimeObject*)L_24, BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var));
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_25 = V_0;
if (!L_25)
{
goto IL_00f8;
}
}
{
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_26 = V_0;
NullCheck(L_26);
bool L_27;
L_27 = BaseRuntimePanel_get_drawToCameras_m825E7B32045024BD0EF1EBB3FEB0EE4AAB184FFE(L_26, NULL);
G_B7_0 = ((int32_t)(L_27));
goto IL_00f9;
}
IL_00f8:
{
G_B7_0 = 0;
}
IL_00f9:
{
V_4 = (bool)G_B7_0;
bool L_28 = V_4;
if (!L_28)
{
goto IL_0115;
}
}
{
RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800_inline(__this, (bool)1, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
int32_t L_29;
L_29 = RenderChainStaticIndexAllocator_AllocateIndex_m85285A26C5456B0F0774490040DF0E1BE14D47A7(__this, NULL);
__this->___m_StaticIndex_10 = L_29;
}
IL_0115:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Destructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Destructor_mBD1A7CB9EA879099CA112A34CAC4AA48F7A7A529 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_3 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B4_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B3_0 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_0 = NULL;
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* G_B10_0 = NULL;
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* G_B9_0 = NULL;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* G_B13_0 = NULL;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* G_B12_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B16_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B15_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B19_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B18_0 = NULL;
{
int32_t L_0 = __this->___m_StaticIndex_10;
V_1 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001d;
}
}
{
int32_t L_2 = __this->___m_StaticIndex_10;
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
RenderChainStaticIndexAllocator_FreeIndex_mB892326C0D5AAE1AC33BBE7B75F56168C465F50D(L_2, NULL);
}
IL_001d:
{
__this->___m_StaticIndex_10 = (-1);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = __this->___m_FirstCommand_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = L_3;
G_B3_0 = L_4;
if (L_4)
{
G_B4_0 = L_4;
goto IL_0031;
}
}
{
G_B5_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
goto IL_0036;
}
IL_0031:
{
NullCheck(G_B4_0);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = G_B4_0->___owner_1;
G_B5_0 = L_5;
}
IL_0036:
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
L_6 = RenderChain_GetFirstElementInPanel_mF5B95E5D98C36B14FE33C858D03BFF8E53ED521C(G_B5_0, NULL);
V_0 = L_6;
goto IL_0054;
}
IL_003e:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = V_0;
RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C(__this, L_7, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = V_0;
NullCheck(L_8);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (&L_8->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = L_9->___next_1;
V_0 = L_10;
}
IL_0054:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_12 = V_2;
if (L_12)
{
goto IL_003e;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = __this->___m_DefaultMat_7;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48(L_13, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = __this->___m_DefaultWorldSpaceMat_8;
UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48(L_14, NULL);
V_3 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
__this->___m_DefaultWorldSpaceMat_8 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceMat_8), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = V_3;
__this->___m_DefaultMat_7 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultMat_7), (void*)L_15);
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* L_16 = (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC*)il2cpp_codegen_object_new(Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
NullCheck(L_16);
Action_1__ctor_m970A8DFC8A17354AB74107AC11E2ACE2A3D5200F(L_16, __this, (intptr_t)((void*)RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var), NULL);
Font_remove_textureRebuilt_mCCA3614ED92E2BE1EAC5FCE2D7DDFEDB0DCDE127(L_16, NULL);
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_17;
L_17 = RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline(__this, NULL);
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_18 = L_17;
G_B9_0 = L_18;
if (L_18)
{
G_B10_0 = L_18;
goto IL_00a2;
}
}
{
goto IL_00a8;
}
IL_00a2:
{
NullCheck(G_B10_0);
UIRStylePainter_Dispose_m10F336357861E65749317AF0C3DEE94FD8675D59(G_B10_0, NULL);
}
IL_00a8:
{
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_19 = __this->___m_TextUpdatePainter_17;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_20 = L_19;
G_B12_0 = L_20;
if (L_20)
{
G_B13_0 = L_20;
goto IL_00b4;
}
}
{
goto IL_00ba;
}
IL_00b4:
{
NullCheck(G_B13_0);
UIRTextUpdatePainter_Dispose_m667CC1165D75283935A96131620CDBA66117BA18(G_B13_0, NULL);
}
IL_00ba:
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_21;
L_21 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(__this, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_22 = L_21;
G_B15_0 = L_22;
if (L_22)
{
G_B16_0 = L_22;
goto IL_00c6;
}
}
{
goto IL_00cc;
}
IL_00c6:
{
NullCheck(G_B16_0);
VectorImageManager_Dispose_mC3CFC26EB46727B6CF0A91174702C320BFCC2D22(G_B16_0, NULL);
}
IL_00cc:
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_23 = (&__this->___shaderInfoAllocator_37);
UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984(L_23, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_24;
L_24 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00e4;
}
}
{
goto IL_00ea;
}
IL_00e4:
{
NullCheck(G_B19_0);
UIRenderDevice_Dispose_m701B69F9DF325FBF85B2206D5C9FB812FF5D8125(G_B19_0, NULL);
}
IL_00ea:
{
RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline(__this, (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8*)NULL, NULL);
__this->___m_TextUpdatePainter_17 = (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextUpdatePainter_17), (void*)(UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)NULL);
RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline(__this, (AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC*)NULL, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_26 = (&__this->___shaderInfoAllocator_37);
il2cpp_codegen_initobj(L_26, sizeof(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF));
RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline(__this, (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)NULL, NULL);
__this->___m_ActiveRenderNodes_11 = 0;
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_27 = __this->___m_RenderNodesData_4;
NullCheck(L_27);
List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_inline(L_27, List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_RuntimeMethod_var);
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_31;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_disposed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_31 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Dispose_mBAF8084B843D14E1A5E3CE8B1B3E69EE2ED7B7BA (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RenderChain_Dispose_m888DECB7D11831E0C33DA128E1E74FFB17A0C010(__this, (bool)1, NULL);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Dispose_m888DECB7D11831E0C33DA128E1E74FFB17A0C010 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___disposing0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
bool L_0;
L_0 = RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
goto IL_0023;
}
IL_000d:
{
bool L_2 = ___disposing0;
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_001b;
}
}
{
RenderChain_Destructor_mBD1A7CB9EA879099CA112A34CAC4AA48F7A7A529(__this, NULL);
goto IL_001b;
}
IL_001b:
{
RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B_inline(__this, (bool)1, NULL);
}
IL_0023:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ProcessChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ProcessChanges_m3A66729977C07DFD11210D917DB8AECE8D4A57A5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
uint32_t V_3 = 0;
int32_t V_4 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t V_11 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_12 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_13 = NULL;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
int32_t V_18 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_19 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_20 = NULL;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
int32_t V_25 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_26 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_27 = NULL;
bool V_28 = false;
bool V_29 = false;
bool V_30 = false;
bool V_31 = false;
int32_t V_32 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_33 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_34 = NULL;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
bool V_38 = false;
bool V_39 = false;
int32_t V_40 = 0;
bool V_41 = false;
bool V_42 = false;
int32_t G_B6_0 = 0;
int32_t G_B19_0 = 0;
int32_t G_B32_0 = 0;
int32_t G_B45_0 = 0;
int32_t G_B58_0 = 0;
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* G_B74_0 = NULL;
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* G_B73_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B77_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B76_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B80_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B79_0 = NULL;
{
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_0 = (&__this->___m_Stats_13);
il2cpp_codegen_initobj(L_0, sizeof(ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C));
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_1 = (&__this->___m_Stats_13);
uint32_t* L_2 = (&L_1->___elementsAdded_0);
uint32_t* L_3 = L_2;
int32_t L_4 = *((uint32_t*)L_3);
uint32_t L_5 = __this->___m_StatsElementsAdded_14;
*((int32_t*)L_3) = (int32_t)((int32_t)il2cpp_codegen_add(L_4, (int32_t)L_5));
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_6 = (&__this->___m_Stats_13);
uint32_t* L_7 = (&L_6->___elementsRemoved_1);
uint32_t* L_8 = L_7;
int32_t L_9 = *((uint32_t*)L_8);
uint32_t L_10 = __this->___m_StatsElementsRemoved_15;
*((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add(L_9, (int32_t)L_10));
int32_t L_11 = 0;
V_3 = L_11;
__this->___m_StatsElementsRemoved_15 = L_11;
uint32_t L_12 = V_3;
__this->___m_StatsElementsAdded_14 = L_12;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_13 = (&__this->___m_DirtyTracker_1);
uint32_t* L_14 = (&L_13->___dirtyID_4);
uint32_t* L_15 = L_14;
int32_t L_16 = *((uint32_t*)L_15);
*((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add(L_16, 1));
V_0 = 0;
V_1 = ((int32_t)12);
int32_t L_17 = V_1;
V_2 = ((~L_17));
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_18 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = L_18->___minDepths_2;
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = L_20;
int32_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_4 = L_22;
goto IL_013b;
}
IL_0073:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_23 = (&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_24 = L_23->___heads_0;
int32_t L_25 = V_4;
NullCheck(L_24);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26;
L_26 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_24, L_25, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_5 = L_26;
goto IL_0126;
}
IL_008d:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = V_5;
NullCheck(L_27);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_28 = (&L_27->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = L_28->___nextDirty_5;
V_6 = L_29;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = V_5;
NullCheck(L_30);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (&L_30->___renderChainData_20);
int32_t L_32 = L_31->___dirtiedValues_7;
int32_t L_33 = V_1;
V_7 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_32&(int32_t)L_33))) <= ((uint32_t)0)))? 1 : 0);
bool L_34 = V_7;
if (!L_34)
{
goto IL_0111;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = V_5;
NullCheck(L_35);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_36 = (&L_35->___renderChainData_20);
bool L_37 = L_36->___isInChain_13;
if (!L_37)
{
goto IL_00e0;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = V_5;
NullCheck(L_38);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_39 = (&L_38->___renderChainData_20);
uint32_t L_40 = L_39->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_41 = (&__this->___m_DirtyTracker_1);
uint32_t L_42 = L_41->___dirtyID_4;
G_B6_0 = ((((int32_t)((((int32_t)L_40) == ((int32_t)L_42))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00e1;
}
IL_00e0:
{
G_B6_0 = 0;
}
IL_00e1:
{
V_8 = (bool)G_B6_0;
bool L_43 = V_8;
if (!L_43)
{
goto IL_0101;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = V_5;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_45 = (&__this->___m_DirtyTracker_1);
uint32_t L_46 = L_45->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_47 = (&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnClippingChanged_m90C4A59DB319A894C55CE78BCE67D2EF6D9A89BD(__this, L_44, L_46, L_47, NULL);
}
IL_0101:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_48 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = V_5;
int32_t L_50 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_48, L_49, L_50, NULL);
}
IL_0111:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = V_6;
V_5 = L_51;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_52 = (&__this->___m_Stats_13);
uint32_t* L_53 = (&L_52->___dirtyProcessed_14);
uint32_t* L_54 = L_53;
int32_t L_55 = *((uint32_t*)L_54);
*((int32_t*)L_54) = (int32_t)((int32_t)il2cpp_codegen_add(L_55, 1));
}
IL_0126:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56 = V_5;
V_9 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_56) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_57 = V_9;
if (L_57)
{
goto IL_008d;
}
}
{
int32_t L_58 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_58, 1));
}
IL_013b:
{
int32_t L_59 = V_4;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_60 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_61 = L_60->___maxDepths_3;
int32_t L_62 = V_0;
NullCheck(L_61);
int32_t L_63 = L_62;
int32_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
V_10 = (bool)((((int32_t)((((int32_t)L_59) > ((int32_t)L_64))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_65 = V_10;
if (L_65)
{
goto IL_0073;
}
}
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_66 = (&__this->___m_DirtyTracker_1);
uint32_t* L_67 = (&L_66->___dirtyID_4);
uint32_t* L_68 = L_67;
int32_t L_69 = *((uint32_t*)L_68);
*((int32_t*)L_68) = (int32_t)((int32_t)il2cpp_codegen_add(L_69, 1));
V_0 = 1;
V_1 = ((int32_t)192);
int32_t L_70 = V_1;
V_2 = ((~L_70));
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_71 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_72 = L_71->___minDepths_2;
int32_t L_73 = V_0;
NullCheck(L_72);
int32_t L_74 = L_73;
int32_t L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
V_11 = L_75;
goto IL_024f;
}
IL_0187:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_76 = (&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_77 = L_76->___heads_0;
int32_t L_78 = V_11;
NullCheck(L_77);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_79;
L_79 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_77, L_78, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_12 = L_79;
goto IL_023a;
}
IL_01a1:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_80 = V_12;
NullCheck(L_80);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_81 = (&L_80->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_82 = L_81->___nextDirty_5;
V_13 = L_82;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_83 = V_12;
NullCheck(L_83);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_84 = (&L_83->___renderChainData_20);
int32_t L_85 = L_84->___dirtiedValues_7;
int32_t L_86 = V_1;
V_14 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_85&(int32_t)L_86))) <= ((uint32_t)0)))? 1 : 0);
bool L_87 = V_14;
if (!L_87)
{
goto IL_0225;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_88 = V_12;
NullCheck(L_88);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_89 = (&L_88->___renderChainData_20);
bool L_90 = L_89->___isInChain_13;
if (!L_90)
{
goto IL_01f4;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_91 = V_12;
NullCheck(L_91);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_92 = (&L_91->___renderChainData_20);
uint32_t L_93 = L_92->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_94 = (&__this->___m_DirtyTracker_1);
uint32_t L_95 = L_94->___dirtyID_4;
G_B19_0 = ((((int32_t)((((int32_t)L_93) == ((int32_t)L_95))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_01f5;
}
IL_01f4:
{
G_B19_0 = 0;
}
IL_01f5:
{
V_15 = (bool)G_B19_0;
bool L_96 = V_15;
if (!L_96)
{
goto IL_0215;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_97 = V_12;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_98 = (&__this->___m_DirtyTracker_1);
uint32_t L_99 = L_98->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_100 = (&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnOpacityChanged_m225E2F12620DCE51FCD67FB914C6B1D3D3E3BCAB(__this, L_97, L_99, L_100, NULL);
}
IL_0215:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_101 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_102 = V_12;
int32_t L_103 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_101, L_102, L_103, NULL);
}
IL_0225:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_104 = V_13;
V_12 = L_104;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_105 = (&__this->___m_Stats_13);
uint32_t* L_106 = (&L_105->___dirtyProcessed_14);
uint32_t* L_107 = L_106;
int32_t L_108 = *((uint32_t*)L_107);
*((int32_t*)L_107) = (int32_t)((int32_t)il2cpp_codegen_add(L_108, 1));
}
IL_023a:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_109 = V_12;
V_16 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_109) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_110 = V_16;
if (L_110)
{
goto IL_01a1;
}
}
{
int32_t L_111 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add(L_111, 1));
}
IL_024f:
{
int32_t L_112 = V_11;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_113 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_114 = L_113->___maxDepths_3;
int32_t L_115 = V_0;
NullCheck(L_114);
int32_t L_116 = L_115;
int32_t L_117 = (L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_116));
V_17 = (bool)((((int32_t)((((int32_t)L_112) > ((int32_t)L_117))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_118 = V_17;
if (L_118)
{
goto IL_0187;
}
}
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_119 = (&__this->___m_DirtyTracker_1);
uint32_t* L_120 = (&L_119->___dirtyID_4);
uint32_t* L_121 = L_120;
int32_t L_122 = *((uint32_t*)L_121);
*((int32_t*)L_121) = (int32_t)((int32_t)il2cpp_codegen_add(L_122, 1));
V_0 = 2;
V_1 = ((int32_t)256);
int32_t L_123 = V_1;
V_2 = ((~L_123));
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_124 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_125 = L_124->___minDepths_2;
int32_t L_126 = V_0;
NullCheck(L_125);
int32_t L_127 = L_126;
int32_t L_128 = (L_125)->GetAt(static_cast<il2cpp_array_size_t>(L_127));
V_18 = L_128;
goto IL_0363;
}
IL_029b:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_129 = (&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_130 = L_129->___heads_0;
int32_t L_131 = V_18;
NullCheck(L_130);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_132;
L_132 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_130, L_131, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_19 = L_132;
goto IL_034e;
}
IL_02b5:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_133 = V_19;
NullCheck(L_133);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_134 = (&L_133->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_135 = L_134->___nextDirty_5;
V_20 = L_135;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_136 = V_19;
NullCheck(L_136);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_137 = (&L_136->___renderChainData_20);
int32_t L_138 = L_137->___dirtiedValues_7;
int32_t L_139 = V_1;
V_21 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_138&(int32_t)L_139))) <= ((uint32_t)0)))? 1 : 0);
bool L_140 = V_21;
if (!L_140)
{
goto IL_0339;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_141 = V_19;
NullCheck(L_141);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_142 = (&L_141->___renderChainData_20);
bool L_143 = L_142->___isInChain_13;
if (!L_143)
{
goto IL_0308;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_144 = V_19;
NullCheck(L_144);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_145 = (&L_144->___renderChainData_20);
uint32_t L_146 = L_145->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_147 = (&__this->___m_DirtyTracker_1);
uint32_t L_148 = L_147->___dirtyID_4;
G_B32_0 = ((((int32_t)((((int32_t)L_146) == ((int32_t)L_148))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0309;
}
IL_0308:
{
G_B32_0 = 0;
}
IL_0309:
{
V_22 = (bool)G_B32_0;
bool L_149 = V_22;
if (!L_149)
{
goto IL_0329;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_150 = V_19;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_151 = (&__this->___m_DirtyTracker_1);
uint32_t L_152 = L_151->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_153 = (&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnColorChanged_mE264AFE15C6120234D4B610B150C392CD4F053BA(__this, L_150, L_152, L_153, NULL);
}
IL_0329:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_154 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_155 = V_19;
int32_t L_156 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_154, L_155, L_156, NULL);
}
IL_0339:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_157 = V_20;
V_19 = L_157;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_158 = (&__this->___m_Stats_13);
uint32_t* L_159 = (&L_158->___dirtyProcessed_14);
uint32_t* L_160 = L_159;
int32_t L_161 = *((uint32_t*)L_160);
*((int32_t*)L_160) = (int32_t)((int32_t)il2cpp_codegen_add(L_161, 1));
}
IL_034e:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_162 = V_19;
V_23 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_162) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_163 = V_23;
if (L_163)
{
goto IL_02b5;
}
}
{
int32_t L_164 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add(L_164, 1));
}
IL_0363:
{
int32_t L_165 = V_18;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_166 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_167 = L_166->___maxDepths_3;
int32_t L_168 = V_0;
NullCheck(L_167);
int32_t L_169 = L_168;
int32_t L_170 = (L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_169));
V_24 = (bool)((((int32_t)((((int32_t)L_165) > ((int32_t)L_170))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_171 = V_24;
if (L_171)
{
goto IL_029b;
}
}
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_172 = (&__this->___m_DirtyTracker_1);
uint32_t* L_173 = (&L_172->___dirtyID_4);
uint32_t* L_174 = L_173;
int32_t L_175 = *((uint32_t*)L_174);
*((int32_t*)L_174) = (int32_t)((int32_t)il2cpp_codegen_add(L_175, 1));
V_0 = 3;
V_1 = 3;
int32_t L_176 = V_1;
V_2 = ((~L_176));
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_177 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_178 = L_177->___minDepths_2;
int32_t L_179 = V_0;
NullCheck(L_178);
int32_t L_180 = L_179;
int32_t L_181 = (L_178)->GetAt(static_cast<il2cpp_array_size_t>(L_180));
V_25 = L_181;
goto IL_0473;
}
IL_03ab:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_182 = (&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_183 = L_182->___heads_0;
int32_t L_184 = V_25;
NullCheck(L_183);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_185;
L_185 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_183, L_184, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_26 = L_185;
goto IL_045e;
}
IL_03c5:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_186 = V_26;
NullCheck(L_186);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_187 = (&L_186->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_188 = L_187->___nextDirty_5;
V_27 = L_188;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_189 = V_26;
NullCheck(L_189);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_190 = (&L_189->___renderChainData_20);
int32_t L_191 = L_190->___dirtiedValues_7;
int32_t L_192 = V_1;
V_28 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_191&(int32_t)L_192))) <= ((uint32_t)0)))? 1 : 0);
bool L_193 = V_28;
if (!L_193)
{
goto IL_0449;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_194 = V_26;
NullCheck(L_194);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_195 = (&L_194->___renderChainData_20);
bool L_196 = L_195->___isInChain_13;
if (!L_196)
{
goto IL_0418;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_197 = V_26;
NullCheck(L_197);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_198 = (&L_197->___renderChainData_20);
uint32_t L_199 = L_198->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_200 = (&__this->___m_DirtyTracker_1);
uint32_t L_201 = L_200->___dirtyID_4;
G_B45_0 = ((((int32_t)((((int32_t)L_199) == ((int32_t)L_201))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0419;
}
IL_0418:
{
G_B45_0 = 0;
}
IL_0419:
{
V_29 = (bool)G_B45_0;
bool L_202 = V_29;
if (!L_202)
{
goto IL_0439;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_203 = V_26;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_204 = (&__this->___m_DirtyTracker_1);
uint32_t L_205 = L_204->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_206 = (&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnTransformOrSizeChanged_m52E1428AD6F9ADAC392F0E6A550D466C2D72BA10(__this, L_203, L_205, L_206, NULL);
}
IL_0439:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_207 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_208 = V_26;
int32_t L_209 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_207, L_208, L_209, NULL);
}
IL_0449:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_210 = V_27;
V_26 = L_210;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_211 = (&__this->___m_Stats_13);
uint32_t* L_212 = (&L_211->___dirtyProcessed_14);
uint32_t* L_213 = L_212;
int32_t L_214 = *((uint32_t*)L_213);
*((int32_t*)L_213) = (int32_t)((int32_t)il2cpp_codegen_add(L_214, 1));
}
IL_045e:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_215 = V_26;
V_30 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_215) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_216 = V_30;
if (L_216)
{
goto IL_03c5;
}
}
{
int32_t L_217 = V_25;
V_25 = ((int32_t)il2cpp_codegen_add(L_217, 1));
}
IL_0473:
{
int32_t L_218 = V_25;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_219 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_220 = L_219->___maxDepths_3;
int32_t L_221 = V_0;
NullCheck(L_220);
int32_t L_222 = L_221;
int32_t L_223 = (L_220)->GetAt(static_cast<il2cpp_array_size_t>(L_222));
V_31 = (bool)((((int32_t)((((int32_t)L_218) > ((int32_t)L_223))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_224 = V_31;
if (L_224)
{
goto IL_03ab;
}
}
{
__this->___m_BlockDirtyRegistration_9 = (bool)1;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_225 = (&__this->___m_DirtyTracker_1);
uint32_t* L_226 = (&L_225->___dirtyID_4);
uint32_t* L_227 = L_226;
int32_t L_228 = *((uint32_t*)L_227);
*((int32_t*)L_227) = (int32_t)((int32_t)il2cpp_codegen_add(L_228, 1));
V_0 = 4;
V_1 = ((int32_t)48);
int32_t L_229 = V_1;
V_2 = ((~L_229));
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_230 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_231 = L_230->___minDepths_2;
int32_t L_232 = V_0;
NullCheck(L_231);
int32_t L_233 = L_232;
int32_t L_234 = (L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_233));
V_32 = L_234;
goto IL_058b;
}
IL_04c3:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_235 = (&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_236 = L_235->___heads_0;
int32_t L_237 = V_32;
NullCheck(L_236);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_238;
L_238 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_236, L_237, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_33 = L_238;
goto IL_0576;
}
IL_04dd:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_239 = V_33;
NullCheck(L_239);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_240 = (&L_239->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_241 = L_240->___nextDirty_5;
V_34 = L_241;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_242 = V_33;
NullCheck(L_242);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_243 = (&L_242->___renderChainData_20);
int32_t L_244 = L_243->___dirtiedValues_7;
int32_t L_245 = V_1;
V_35 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_244&(int32_t)L_245))) <= ((uint32_t)0)))? 1 : 0);
bool L_246 = V_35;
if (!L_246)
{
goto IL_0561;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_247 = V_33;
NullCheck(L_247);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_248 = (&L_247->___renderChainData_20);
bool L_249 = L_248->___isInChain_13;
if (!L_249)
{
goto IL_0530;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_250 = V_33;
NullCheck(L_250);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_251 = (&L_250->___renderChainData_20);
uint32_t L_252 = L_251->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_253 = (&__this->___m_DirtyTracker_1);
uint32_t L_254 = L_253->___dirtyID_4;
G_B58_0 = ((((int32_t)((((int32_t)L_252) == ((int32_t)L_254))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0531;
}
IL_0530:
{
G_B58_0 = 0;
}
IL_0531:
{
V_36 = (bool)G_B58_0;
bool L_255 = V_36;
if (!L_255)
{
goto IL_0551;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_256 = V_33;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_257 = (&__this->___m_DirtyTracker_1);
uint32_t L_258 = L_257->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_259 = (&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnVisualsChanged_m9BE59C85FE46287D3AD88E11E91E5041C73EAAEE(__this, L_256, L_258, L_259, NULL);
}
IL_0551:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_260 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_261 = V_33;
int32_t L_262 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_260, L_261, L_262, NULL);
}
IL_0561:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_263 = V_34;
V_33 = L_263;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_264 = (&__this->___m_Stats_13);
uint32_t* L_265 = (&L_264->___dirtyProcessed_14);
uint32_t* L_266 = L_265;
int32_t L_267 = *((uint32_t*)L_266);
*((int32_t*)L_266) = (int32_t)((int32_t)il2cpp_codegen_add(L_267, 1));
}
IL_0576:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_268 = V_33;
V_37 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_268) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_269 = V_37;
if (L_269)
{
goto IL_04dd;
}
}
{
int32_t L_270 = V_32;
V_32 = ((int32_t)il2cpp_codegen_add(L_270, 1));
}
IL_058b:
{
int32_t L_271 = V_32;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_272 = (&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_273 = L_272->___maxDepths_3;
int32_t L_274 = V_0;
NullCheck(L_273);
int32_t L_275 = L_274;
int32_t L_276 = (L_273)->GetAt(static_cast<il2cpp_array_size_t>(L_275));
V_38 = (bool)((((int32_t)((((int32_t)L_271) > ((int32_t)L_276))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_277 = V_38;
if (L_277)
{
goto IL_04c3;
}
}
{
__this->___m_BlockDirtyRegistration_9 = (bool)0;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_278 = (&__this->___m_DirtyTracker_1);
DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C(L_278, NULL);
RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727(__this, (bool)1, NULL);
bool L_279 = __this->___m_FontWasReset_21;
V_39 = L_279;
bool L_280 = V_39;
if (!L_280)
{
goto IL_0609;
}
}
{
V_40 = 0;
goto IL_05fd;
}
IL_05d5:
{
bool L_281 = __this->___m_FontWasReset_21;
V_41 = (bool)((((int32_t)L_281) == ((int32_t)0))? 1 : 0);
bool L_282 = V_41;
if (!L_282)
{
goto IL_05e7;
}
}
{
goto IL_0608;
}
IL_05e7:
{
__this->___m_FontWasReset_21 = (bool)0;
RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727(__this, (bool)0, NULL);
int32_t L_283 = V_40;
V_40 = ((int32_t)il2cpp_codegen_add(L_283, 1));
}
IL_05fd:
{
int32_t L_284 = V_40;
V_42 = (bool)((((int32_t)L_284) < ((int32_t)2))? 1 : 0);
bool L_285 = V_42;
if (L_285)
{
goto IL_05d5;
}
}
IL_0608:
{
}
IL_0609:
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_286;
L_286 = RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline(__this, NULL);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_287 = L_286;
G_B73_0 = L_287;
if (L_287)
{
G_B74_0 = L_287;
goto IL_0615;
}
}
{
goto IL_0621;
}
IL_0615:
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_288;
L_288 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(G_B74_0);
AtlasBase_InvokeUpdateDynamicTextures_m11473A042A56E4D5456ECE22AB69D9254CBE765E(G_B74_0, L_288, NULL);
}
IL_0621:
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_289;
L_289 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(__this, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_290 = L_289;
G_B76_0 = L_290;
if (L_290)
{
G_B77_0 = L_290;
goto IL_062d;
}
}
{
goto IL_0633;
}
IL_062d:
{
NullCheck(G_B77_0);
VectorImageManager_Commit_mD0E417D6D0BF44C9CC1AA28BB79E1A615B26C5CD(G_B77_0, NULL);
}
IL_0633:
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_291 = (&__this->___shaderInfoAllocator_37);
UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B(L_291, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_292;
L_292 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_293 = L_292;
G_B79_0 = L_293;
if (L_293)
{
G_B80_0 = L_293;
goto IL_064b;
}
}
{
goto IL_0651;
}
IL_064b:
{
NullCheck(G_B80_0);
UIRenderDevice_OnFrameRenderingBegin_mED35CD0220B6DC106B63532E9D9850F5A7E55B0D(G_B80_0, NULL);
}
IL_0651:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Render()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
Exception_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
memset((&V_4), 0, sizeof(V_4));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B7_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B7_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B7_2 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B7_3 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B7_4 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B6_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B6_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B6_2 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B6_3 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B6_4 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B8_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B8_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B8_2 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B8_3 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B8_4 = NULL;
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0;
L_0 = RenderChain_GetStandardMaterial_m831708EDEE8100F30AACC60F86884AFBCBF68DF1(__this, NULL);
V_0 = L_0;
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1;
L_1 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = V_0;
NullCheck(L_1);
BaseVisualElementPanel_InvokeUpdateMaterial_m7250F485CE00843BF4143BB6E4141FDEDE62AEF1(L_1, L_2, NULL);
V_1 = (Exception_t*)NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = __this->___m_FirstCommand_0;
V_2 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0100;
}
}
{
bool L_5;
L_5 = RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline(__this, NULL);
V_3 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_3;
if (!L_6)
{
goto IL_00ff;
}
}
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7;
L_7 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(L_7);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8;
L_8 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_7);
NullCheck(L_8);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_9;
L_9 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_8, NULL);
V_4 = L_9;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = V_0;
if (L_10)
{
goto IL_0050;
}
}
{
goto IL_0058;
}
IL_0050:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_0;
NullCheck(L_11);
bool L_12;
L_12 = Material_SetPass_mBB03542DFF4FAEADFCED332009F9D61B6DED75FE(L_11, 0, NULL);
}
IL_0058:
{
float L_13;
L_13 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&V_4), NULL);
float L_14;
L_14 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&V_4), NULL);
float L_15;
L_15 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&V_4), NULL);
float L_16;
L_16 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&V_4), NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
L_17 = ProjectionUtils_Ortho_mA6A106027A22BFE423A21EC07DABB1B7C1E8A775(L_13, L_14, L_15, L_16, (-0.00100000005f), (1.00100005f), NULL);
V_5 = L_17;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18 = V_5;
GL_LoadProjectionMatrix_m50BB4BC12EC636964C60C0DBBC4D5777706B00E4(L_18, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19;
L_19 = Matrix4x4_get_identity_m94A09872C449C26863FF10D0FDF87842D91BECD6_inline(NULL);
GL_set_modelview_mEBE03EB4470FB1A9DAFB7992099BBC45D711968D(L_19, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_20;
L_20 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_21 = __this->___m_FirstCommand_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_23 = V_0;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_24;
L_24 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(__this, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_25 = L_24;
G_B6_0 = L_25;
G_B6_1 = L_23;
G_B6_2 = L_22;
G_B6_3 = L_21;
G_B6_4 = L_20;
if (L_25)
{
G_B7_0 = L_25;
G_B7_1 = L_23;
G_B7_2 = L_22;
G_B7_3 = L_21;
G_B7_4 = L_20;
goto IL_00b3;
}
}
{
G_B8_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
G_B8_1 = G_B6_1;
G_B8_2 = G_B6_2;
G_B8_3 = G_B6_3;
G_B8_4 = G_B6_4;
goto IL_00b8;
}
IL_00b3:
{
NullCheck(G_B7_0);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_26;
L_26 = VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6(G_B7_0, NULL);
G_B8_0 = L_26;
G_B8_1 = G_B7_1;
G_B8_2 = G_B7_2;
G_B8_3 = G_B7_3;
G_B8_4 = G_B7_4;
}
IL_00b8:
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_27 = (&__this->___shaderInfoAllocator_37);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28;
L_28 = UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E(L_27, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_29;
L_29 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(L_29);
float L_30;
L_30 = BaseVisualElementPanel_get_scaledPixelsPerPoint_m61FB80FA842E806955AFFBB566E7CCB76FA6DDB3(L_29, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_31 = (&__this->___shaderInfoAllocator_37);
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_32;
L_32 = UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B(L_31, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_33 = (&__this->___shaderInfoAllocator_37);
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_34;
L_34 = UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0(L_33, NULL);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_35 = __this->___m_RenderNodesData_4;
NullCheck(L_35);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_36;
L_36 = List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A(L_35, 0, List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_37 = L_36.___matPropBlock_2;
NullCheck(G_B8_4);
UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018(G_B8_4, G_B8_3, G_B8_2, G_B8_1, G_B8_0, L_28, L_30, L_32, L_34, L_37, (bool)1, (&V_1), NULL);
}
IL_00ff:
{
}
IL_0100:
{
Exception_t* L_38 = V_1;
V_6 = (bool)((!(((RuntimeObject*)(Exception_t*)L_38) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_39 = V_6;
if (!L_39)
{
goto IL_0120;
}
}
{
Exception_t* L_40 = V_1;
bool L_41;
L_41 = GUIUtility_IsExitGUIException_mDE98B1B261D96A3A97FC2AF8C01F9869D471BDFB(L_40, NULL);
V_7 = L_41;
bool L_42 = V_7;
if (!L_42)
{
goto IL_0119;
}
}
{
Exception_t* L_43 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E_RuntimeMethod_var)));
}
IL_0119:
{
Exception_t* L_44 = V_1;
ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D* L_45 = (ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D_il2cpp_TypeInfo_var)));
NullCheck(L_45);
ImmediateModeException__ctor_mB1863A2577598143D489C8FC956A89EB7BE45D74(L_45, L_44, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E_RuntimeMethod_var)));
}
IL_0120:
{
bool L_46;
L_46 = RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97_inline(__this, NULL);
V_8 = L_46;
bool L_47 = V_8;
if (!L_47)
{
goto IL_0133;
}
}
{
RenderChain_DrawStats_m71CC1AE6E6BAB3DCDBAA5CF85559C1152CBCB7C2(__this, NULL);
}
IL_0133:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ProcessTextRegen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___timeSliced0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t G_B4_0 = 0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B10_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B9_0 = NULL;
int32_t G_B11_0 = 0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B11_1 = NULL;
int32_t G_B19_0 = 0;
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B27_0 = NULL;
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B26_0 = NULL;
{
bool L_0 = ___timeSliced0;
if (!L_0)
{
goto IL_000c;
}
}
{
int32_t L_1 = __this->___m_DirtyTextRemaining_20;
if (!L_1)
{
goto IL_0017;
}
}
IL_000c:
{
int32_t L_2 = __this->___m_TextElementCount_18;
G_B4_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B4_0 = 1;
}
IL_0018:
{
V_2 = (bool)G_B4_0;
bool L_3 = V_2;
if (!L_3)
{
goto IL_0021;
}
}
{
goto IL_0150;
}
IL_0021:
{
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_4 = __this->___m_TextUpdatePainter_17;
V_3 = (bool)((((RuntimeObject*)(UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_0039;
}
}
{
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_6 = (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)il2cpp_codegen_object_new(UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F_il2cpp_TypeInfo_var);
NullCheck(L_6);
UIRTextUpdatePainter__ctor_m25E3B869CCE054E9D8DB0D8D2753461A1FF6619B(L_6, NULL);
__this->___m_TextUpdatePainter_17 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextUpdatePainter_17), (void*)L_6);
}
IL_0039:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = __this->___m_FirstTextElement_16;
V_0 = L_7;
bool L_8 = ___timeSliced0;
G_B9_0 = __this;
if (L_8)
{
G_B10_0 = __this;
goto IL_0047;
}
}
{
G_B11_0 = 0;
G_B11_1 = G_B9_0;
goto IL_0054;
}
IL_0047:
{
int32_t L_9 = __this->___m_DirtyTextStartIndex_19;
int32_t L_10 = __this->___m_TextElementCount_18;
G_B11_0 = ((int32_t)(L_9%L_10));
G_B11_1 = G_B10_0;
}
IL_0054:
{
NullCheck(G_B11_1);
G_B11_1->___m_DirtyTextStartIndex_19 = G_B11_0;
V_4 = 0;
goto IL_0070;
}
IL_005e:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
NullCheck(L_11);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (&L_11->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = L_12->___nextText_40;
V_0 = L_13;
int32_t L_14 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0070:
{
int32_t L_15 = V_4;
int32_t L_16 = __this->___m_DirtyTextStartIndex_19;
V_5 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
bool L_17 = V_5;
if (L_17)
{
goto IL_005e;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = V_0;
V_6 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_18) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_19 = V_6;
if (!L_19)
{
goto IL_0091;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = __this->___m_FirstTextElement_16;
V_0 = L_20;
}
IL_0091:
{
bool L_21 = ___timeSliced0;
if (L_21)
{
goto IL_009c;
}
}
{
int32_t L_22 = __this->___m_TextElementCount_18;
G_B19_0 = L_22;
goto IL_00a9;
}
IL_009c:
{
int32_t L_23 = __this->___m_DirtyTextRemaining_20;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_24;
L_24 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(((int32_t)50), L_23, NULL);
G_B19_0 = L_24;
}
IL_00a9:
{
V_1 = G_B19_0;
V_7 = 0;
goto IL_0105;
}
IL_00af:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = V_0;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_26 = __this->___m_TextUpdatePainter_17;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_27;
L_27 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_28 = (&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessRegenText_m897489683DA18DFBCA5449E6414FB67F6392AC4C(__this, L_25, L_26, L_27, L_28, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = V_0;
NullCheck(L_29);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_30 = (&L_29->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = L_30->___nextText_40;
V_0 = L_31;
int32_t L_32 = __this->___m_DirtyTextStartIndex_19;
__this->___m_DirtyTextStartIndex_19 = ((int32_t)il2cpp_codegen_add(L_32, 1));
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = V_0;
V_8 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_33) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_34 = V_8;
if (!L_34)
{
goto IL_00fe;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = __this->___m_FirstTextElement_16;
V_0 = L_35;
__this->___m_DirtyTextStartIndex_19 = 0;
}
IL_00fe:
{
int32_t L_36 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_0105:
{
int32_t L_37 = V_7;
int32_t L_38 = V_1;
V_9 = (bool)((((int32_t)L_37) < ((int32_t)L_38))? 1 : 0);
bool L_39 = V_9;
if (L_39)
{
goto IL_00af;
}
}
{
int32_t L_40 = __this->___m_DirtyTextRemaining_20;
int32_t L_41 = V_1;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_42;
L_42 = Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5(0, ((int32_t)il2cpp_codegen_subtract(L_40, L_41)), NULL);
__this->___m_DirtyTextRemaining_20 = L_42;
int32_t L_43 = __this->___m_DirtyTextRemaining_20;
V_10 = (bool)((((int32_t)L_43) > ((int32_t)0))? 1 : 0);
bool L_44 = V_10;
if (!L_44)
{
goto IL_0150;
}
}
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_45;
L_45 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_46 = L_45;
G_B26_0 = L_46;
if (L_46)
{
G_B27_0 = L_46;
goto IL_013f;
}
}
{
goto IL_0150;
}
IL_013f:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = __this->___m_FirstTextElement_16;
NullCheck(G_B27_0);
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(28 /* System.Void UnityEngine.UIElements.BaseVisualElementPanel::OnVersionChanged(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VersionChangeType) */, G_B27_0, L_47, ((int32_t)512));
}
IL_0150:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildAdded(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
int32_t V_1 = 0;
uint32_t V_2 = 0;
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_1;
L_1 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_0, NULL);
V_3 = L_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
L_2 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_3), NULL);
V_0 = L_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = V_0;
if (L_3)
{
goto IL_0016;
}
}
{
G_B3_0 = 0;
goto IL_001d;
}
IL_0016:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___ve0;
NullCheck(L_4);
int32_t L_6;
L_6 = VisualElement_IndexOf_m1CC000F2192D5D561AE87B2EC3AB312BD0D714AE(L_4, L_5, NULL);
G_B3_0 = L_6;
}
IL_001d:
{
V_1 = G_B3_0;
bool L_7 = __this->___m_BlockDirtyRegistration_9;
V_4 = L_7;
bool L_8 = V_4;
if (!L_8)
{
goto IL_0035;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_9);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE39A3F637291FE17EE1C8AE2FD63A324C2E04C1E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32_RuntimeMethod_var)));
}
IL_0035:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = V_0;
if (!L_10)
{
goto IL_0048;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
NullCheck(L_11);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (&L_11->___renderChainData_20);
bool L_13 = L_12->___isInChain_13;
G_B8_0 = ((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
goto IL_0049;
}
IL_0048:
{
G_B8_0 = 0;
}
IL_0049:
{
V_5 = (bool)G_B8_0;
bool L_14 = V_5;
if (!L_14)
{
goto IL_0051;
}
}
{
goto IL_00b1;
}
IL_0051:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___ve0;
int32_t L_17 = V_1;
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_18;
L_18 = RenderEvents_DepthFirstOnChildAdded_m6E0B3682CB6D070B45DC1D773F05A1584350F111(__this, L_15, L_16, L_17, (bool)1, NULL);
V_2 = L_18;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___ve0;
NullCheck(L_19);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_20 = (&L_19->___renderChainData_20);
bool L_21 = L_20->___isInChain_13;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_21, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22 = ___ve0;
NullCheck(L_22);
RuntimeObject* L_23;
L_23 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_22, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_24;
L_24 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((RuntimeObject*)(RuntimeObject*)L_23) == ((RuntimeObject*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)L_24))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = ___ve0;
RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74(__this, L_25, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = ___ve0;
RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680(__this, L_26, (bool)0, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___ve0;
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(__this, L_27, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___ve0;
NullCheck(L_28);
VisualElement_MarkRenderHintsClean_m5CCA21A9F3E0B011811F233F7B278C0F5BC686BE(L_28, NULL);
uint32_t L_29 = __this->___m_StatsElementsAdded_14;
uint32_t L_30 = V_2;
__this->___m_StatsElementsAdded_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30));
}
IL_00b1:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildrenReordered(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
{
bool L_0 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0016;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D164B69F7C4C61A56FFEBCDC9C525ECFBA538C2)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553_RuntimeMethod_var)));
}
IL_0016:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___ve0;
NullCheck(L_3);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_4;
L_4 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_3, NULL);
V_2 = L_4;
int32_t L_5;
L_5 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_2), NULL);
V_0 = L_5;
V_3 = 0;
goto IL_0043;
}
IL_0029:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___ve0;
NullCheck(L_6);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_7;
L_7 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_6, NULL);
V_2 = L_7;
int32_t L_8 = V_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9;
L_9 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_2), L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_10;
L_10 = RenderEvents_DepthFirstOnChildRemoving_mF774823E21C04C92507D69C68D06734EF0BFF93F(__this, L_9, NULL);
int32_t L_11 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0043:
{
int32_t L_12 = V_3;
int32_t L_13 = V_0;
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_4;
if (L_14)
{
goto IL_0029;
}
}
{
V_5 = 0;
goto IL_0073;
}
IL_0052:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___ve0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___ve0;
NullCheck(L_16);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_17;
L_17 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_16, NULL);
V_2 = L_17;
int32_t L_18 = V_5;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19;
L_19 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_2), L_18, NULL);
int32_t L_20 = V_5;
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_21;
L_21 = RenderEvents_DepthFirstOnChildAdded_m6E0B3682CB6D070B45DC1D773F05A1584350F111(__this, L_15, L_19, L_20, (bool)0, NULL);
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0073:
{
int32_t L_23 = V_5;
int32_t L_24 = V_0;
V_6 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
bool L_25 = V_6;
if (L_25)
{
goto IL_0052;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = ___ve0;
RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74(__this, L_26, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___ve0;
RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680(__this, L_27, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___ve0;
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(__this, L_28, (bool)1, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildRemoving(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
bool L_0 = __this->___m_BlockDirtyRegistration_9;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral924CD98BF6EE1EC53552112E56B36E6E9BC646B6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3_RuntimeMethod_var)));
}
IL_0016:
{
uint32_t L_3 = __this->___m_StatsElementsRemoved_15;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___ve0;
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_5;
L_5 = RenderEvents_DepthFirstOnChildRemoving_mF774823E21C04C92507D69C68D06734EF0BFF93F(__this, L_4, NULL);
__this->___m_StatsElementsRemoved_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5));
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___ve0;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (&L_6->___renderChainData_20);
bool L_8 = L_7->___isInChain_13;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::StopTrackingGroupTransformElement(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_StopTrackingGroupTransformElement_mC1CC74CC99860D0B48FC3A705BC4EE4997F97638 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_0 = __this->___m_LastGroupTransformElementScale_22;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___ve0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66(L_0, L_1, Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnRenderHintsChanged(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0037;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAF54B026590DA44B73CBA20F80D03DAA23A1257)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C_RuntimeMethod_var)));
}
IL_0026:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___ve0;
RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3(__this, L_7, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32(__this, L_8, NULL);
}
IL_0037:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnClippingChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B4_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_2 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B6_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_003e;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCBDB6DDEB7C4326BDFB82107D4AFA0DB7318ADD8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
bool L_9 = ___hierarchical1;
G_B4_0 = 4;
G_B4_1 = L_8;
G_B4_2 = L_7;
if (L_9)
{
G_B5_0 = 4;
G_B5_1 = L_8;
G_B5_2 = L_7;
goto IL_0034;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_0035;
}
IL_0034:
{
G_B6_0 = 8;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_0035:
{
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(G_B6_3, G_B6_2, ((int32_t)(G_B6_1|G_B6_0)), 0, NULL);
}
IL_003e:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnOpacityChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B4_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_2 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B6_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0043;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F5EC034A575EF443B45804503BFA961841C6662)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
bool L_9 = ___hierarchical1;
G_B4_0 = ((int32_t)64);
G_B4_1 = L_8;
G_B4_2 = L_7;
if (L_9)
{
G_B5_0 = ((int32_t)64);
G_B5_1 = L_8;
G_B5_2 = L_7;
goto IL_0035;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_003a;
}
IL_0035:
{
G_B6_0 = ((int32_t)128);
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_003a:
{
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(G_B6_3, G_B6_2, ((int32_t)(G_B6_1|G_B6_0)), 1, NULL);
}
IL_0043:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnColorChanged(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_003a;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFEB40145E3D98C6A581D85A0994F1B0B9FA32EE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(L_7, L_8, ((int32_t)256), 2, NULL);
}
IL_003a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnTransformOrSizeChanged(UnityEngine.UIElements.VisualElement,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___transformChanged1, bool ___clipRectSizeChanged2, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t G_B6_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0046;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA70D03409FDE67B84BCDBFA1439933DA55C8E146)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF_RuntimeMethod_var)));
}
IL_0026:
{
bool L_7 = ___transformChanged1;
if (L_7)
{
goto IL_002c;
}
}
{
G_B6_0 = 0;
goto IL_002d;
}
IL_002c:
{
G_B6_0 = 1;
}
IL_002d:
{
bool L_8 = ___clipRectSizeChanged2;
G_B7_0 = G_B6_0;
if (L_8)
{
G_B8_0 = G_B6_0;
goto IL_0033;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0034;
}
IL_0033:
{
G_B9_0 = 2;
G_B9_1 = G_B8_0;
}
IL_0034:
{
V_1 = ((int32_t)(G_B9_1|G_B9_0));
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_9 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___ve0;
int32_t L_11 = V_1;
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(L_9, L_10, L_11, 3, NULL);
}
IL_0046:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnVisualsChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B4_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_2 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B6_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0040;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDFD8F1B0BE8D85122946D441DF032CB48ED25B84)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
bool L_9 = ___hierarchical1;
G_B4_0 = ((int32_t)16);
G_B4_1 = L_8;
G_B4_2 = L_7;
if (L_9)
{
G_B5_0 = ((int32_t)16);
G_B5_1 = L_8;
G_B5_2 = L_7;
goto IL_0035;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_0037;
}
IL_0035:
{
G_B6_0 = ((int32_t)32);
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_0037:
{
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(G_B6_3, G_B6_2, ((int32_t)(G_B6_1|G_B6_0)), 4, NULL);
}
IL_0040:
{
return;
}
}
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIR.RenderChain::get_panel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = __this->___U3CpanelU3Ek__BackingField_33;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_panel(UnityEngine.UIElements.BaseVisualElementPanel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___value0, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = ___value0;
__this->___U3CpanelU3Ek__BackingField_33 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpanelU3Ek__BackingField_33), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::get_device()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = __this->___U3CdeviceU3Ek__BackingField_34;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_device(UnityEngine.UIElements.UIR.UIRenderDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___value0, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = ___value0;
__this->___U3CdeviceU3Ek__BackingField_34 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceU3Ek__BackingField_34), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = __this->___U3CatlasU3Ek__BackingField_35;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_atlas(UnityEngine.UIElements.AtlasBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___value0, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = ___value0;
__this->___U3CatlasU3Ek__BackingField_35 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CatlasU3Ek__BackingField_35), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::get_vectorImageManager()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = __this->___U3CvectorImageManagerU3Ek__BackingField_36;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_vectorImageManager(UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___value0, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = ___value0;
__this->___U3CvectorImageManagerU3Ek__BackingField_36 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvectorImageManagerU3Ek__BackingField_36), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::get_painter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = __this->___U3CpainterU3Ek__BackingField_38;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_painter(UnityEngine.UIElements.UIR.Implementation.UIRStylePainter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___value0, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = ___value0;
__this->___U3CpainterU3Ek__BackingField_38 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpainterU3Ek__BackingField_38), (void*)L_0);
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawStats()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawStatsU3Ek__BackingField_39;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_drawStats(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_drawStats_m1FA483EACE6A19A312E528B31E366560D85DDDB1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdrawStatsU3Ek__BackingField_39 = L_0;
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawInCameras()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawInCamerasU3Ek__BackingField_40;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_drawInCameras(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdrawInCamerasU3Ek__BackingField_40 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_defaultShader(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_defaultShader_mDCF118253FB3E7104BA95740F94A6728B56333D6 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_DefaultShader_5;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
goto IL_002d;
}
IL_0013:
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = ___value0;
__this->___m_DefaultShader_5 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultShader_5), (void*)L_4);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = __this->___m_DefaultMat_7;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48(L_5, NULL);
__this->___m_DefaultMat_7 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultMat_7), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
}
IL_002d:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_defaultWorldSpaceShader(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_defaultWorldSpaceShader_m50EEFD4B2ED5067AE0E371ED1C7B797571E55E4F (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_DefaultWorldSpaceShader_6;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
goto IL_002d;
}
IL_0013:
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = ___value0;
__this->___m_DefaultWorldSpaceShader_6 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceShader_6), (void*)L_4);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = __this->___m_DefaultWorldSpaceMat_8;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48(L_5, NULL);
__this->___m_DefaultWorldSpaceMat_8 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceMat_8), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
}
IL_002d:
{
return;
}
}
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardMaterial_m831708EDEE8100F30AACC60F86884AFBCBF68DF1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
int32_t G_B3_0 = 0;
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_DefaultMat_7;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = __this->___m_DefaultShader_5;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001e;
}
IL_001d:
{
G_B3_0 = 0;
}
IL_001e:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0049;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = __this->___m_DefaultShader_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_6);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL);
__this->___m_DefaultMat_7 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultMat_7), (void*)L_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___m_DefaultMat_7;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7;
NullCheck(L_8);
int32_t L_9;
L_9 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_8, NULL);
NullCheck(L_8);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)((int32_t)L_9|4)), NULL);
}
IL_0049:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = __this->___m_DefaultMat_7;
V_1 = L_10;
goto IL_0052;
}
IL_0052:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_1;
return L_11;
}
}
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardWorldSpaceMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardWorldSpaceMaterial_m81585BD37835FA04F0FD607895FB3A6EBA42A450 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
int32_t G_B3_0 = 0;
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_DefaultWorldSpaceMat_8;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = __this->___m_DefaultWorldSpaceShader_6;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001e;
}
IL_001d:
{
G_B3_0 = 0;
}
IL_001e:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0049;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = __this->___m_DefaultWorldSpaceShader_6;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_6);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL);
__this->___m_DefaultWorldSpaceMat_8 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceMat_8), (void*)L_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___m_DefaultWorldSpaceMat_8;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7;
NullCheck(L_8);
int32_t L_9;
L_9 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_8, NULL);
NullCheck(L_8);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)((int32_t)L_9|4)), NULL);
}
IL_0049:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = __this->___m_DefaultWorldSpaceMat_8;
V_1 = L_10;
goto IL_0052;
}
IL_0052:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_1;
return L_11;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::EnsureFitsDepth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_EnsureFitsDepth_m6D531C0DDB7B2C9AC91BE3E63EE852E9630EC81B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, int32_t ___depth0, const RuntimeMethod* method)
{
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_0 = (&__this->___m_DirtyTracker_1);
int32_t L_1 = ___depth0;
DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D(L_0, L_1, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ChildWillBeRemoved(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ChildWillBeRemoved_m06C2B71733F0773FE428F92C9B58DA1134CE0AD9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
int32_t L_2 = L_1->___dirtiedValues_7;
V_0 = (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002c;
}
}
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_4 = (&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___ve0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___ve0;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (&L_6->___renderChainData_20);
int32_t L_8 = L_7->___dirtiedValues_7;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_4, L_5, ((~L_8)), NULL);
}
IL_002c:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___ve0;
NullCheck(L_9);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (&L_9->___renderChainData_20);
int32_t L_11 = L_10->___dirtiedValues_7;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___ve0;
NullCheck(L_12);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (&L_12->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = L_13->___prevDirty_4;
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_14) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___ve0;
NullCheck(L_15);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (&L_15->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = L_16->___nextDirty_5;
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_17) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
return;
}
}
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain::AllocCommand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_1 = NULL;
{
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* L_0 = __this->___m_CommandPool_2;
NullCheck(L_0);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1;
L_1 = LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD(L_0, LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD_RuntimeMethod_var);
V_0 = L_1;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = V_0;
NullCheck(L_2);
RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19(L_2, NULL);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = V_0;
V_1 = L_3;
goto IL_0018;
}
IL_0018:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = V_1;
return L_4;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::FreeCommand(UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_FreeCommand_mDE2695BE4CE6D7FC10353CFA7118910FB9549223 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___cmd0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___cmd0;
NullCheck(L_0);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_1 = (&L_0->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = L_1->___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0024;
}
}
{
int32_t L_5 = __this->___m_CustomMaterialCommands_12;
__this->___m_CustomMaterialCommands_12 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
}
IL_0024:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_6 = ___cmd0;
NullCheck(L_6);
RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19(L_6, NULL);
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* L_7 = __this->___m_CommandPool_2;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_8 = ___cmd0;
NullCheck(L_7);
LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37(L_7, L_8, LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderCommandAdded(UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderCommandAdded_mCEF0C91EF19B09578221ED24C48C6B9041CD1909 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___command0;
NullCheck(L_0);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0->___prev_2;
V_0 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0015;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___command0;
__this->___m_FirstCommand_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand_0), (void*)L_3);
}
IL_0015:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = ___command0;
NullCheck(L_4);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_5 = (&L_4->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0038;
}
}
{
int32_t L_9 = __this->___m_CustomMaterialCommands_12;
__this->___m_CustomMaterialCommands_12 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0038:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderCommandsRemoved(UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderCommandsRemoved_mFFE97C8FDF9E5EF1163DA13E9B2C4431012BDB9B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand0, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand1, const RuntimeMethod* method)
{
bool V_0 = false;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___firstCommand0;
NullCheck(L_0);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0->___prev_2;
V_0 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_001a;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___lastCommand1;
NullCheck(L_3);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = L_3->___next_3;
__this->___m_FirstCommand_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand_0), (void*)L_4);
}
IL_001a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::AddTextElement(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_AddTextElement_m34197401F8303848A999C87BC8912DD8BA7C6246 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
bool V_0 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_FirstTextElement_16;
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0032;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_FirstTextElement_16;
NullCheck(L_2);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_3 = (&L_2->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___ve0;
L_3->___prevText_39 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___prevText_39), (void*)L_4);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___ve0;
NullCheck(L_5);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (&L_5->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = __this->___m_FirstTextElement_16;
L_6->___nextText_40 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___nextText_40), (void*)L_7);
}
IL_0032:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
__this->___m_FirstTextElement_16 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstTextElement_16), (void*)L_8);
int32_t L_9 = __this->___m_TextElementCount_18;
__this->___m_TextElementCount_18 = ((int32_t)il2cpp_codegen_add(L_9, 1));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::RemoveTextElement(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_RemoveTextElement_m90ED221B0002C2D144293F391FB297BE17323B15 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = L_1->___prevText_39;
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0033;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___ve0;
NullCheck(L_4);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (&L_4->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = L_5->___prevText_39;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (&L_6->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
NullCheck(L_8);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (&L_8->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = L_9->___nextText_40;
L_7->___nextText_40 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___nextText_40), (void*)L_10);
}
IL_0033:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___ve0;
NullCheck(L_11);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (&L_11->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = L_12->___nextText_40;
V_1 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_13) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_14 = V_1;
if (!L_14)
{
goto IL_0065;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___ve0;
NullCheck(L_15);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (&L_15->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = L_16->___nextText_40;
NullCheck(L_17);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (&L_17->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___ve0;
NullCheck(L_19);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_20 = (&L_19->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = L_20->___prevText_39;
L_18->___prevText_39 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&L_18->___prevText_39), (void*)L_21);
}
IL_0065:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22 = __this->___m_FirstTextElement_16;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___ve0;
V_2 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_22) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_23))? 1 : 0);
bool L_24 = V_2;
if (!L_24)
{
goto IL_0083;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = ___ve0;
NullCheck(L_25);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_26 = (&L_25->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = L_26->___nextText_40;
__this->___m_FirstTextElement_16 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstTextElement_16), (void*)L_27);
}
IL_0083:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___ve0;
NullCheck(L_28);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (&L_28->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___ve0;
NullCheck(L_30);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (&L_30->___renderChainData_20);
V_3 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
L_31->___nextText_40 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_31->___nextText_40), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = V_3;
L_29->___prevText_39 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&L_29->___prevText_39), (void*)L_32);
int32_t L_33 = __this->___m_TextElementCount_18;
__this->___m_TextElementCount_18 = ((int32_t)il2cpp_codegen_subtract(L_33, 1));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnGroupTransformElementChangedTransform(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnGroupTransformElementChangedTransform_mC3DFEC282D266AFBBE029D8F1542C8E83CBD1816 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B4_0 = 0;
{
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_0 = __this->___m_LastGroupTransformElementScale_22;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___ve0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28_RuntimeMethod_var);
if (!L_2)
{
goto IL_003c;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___ve0;
NullCheck(L_3);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
L_4 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_3, NULL);
float L_5 = L_4.___m00_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_0;
float L_7 = L_6.___x_0;
if ((!(((float)L_5) == ((float)L_7))))
{
goto IL_003c;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
NullCheck(L_8);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_9;
L_9 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_8, NULL);
float L_10 = L_9.___m11_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
float L_12 = L_11.___y_1;
G_B4_0 = ((((int32_t)((((float)L_10) == ((float)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_003d;
}
IL_003c:
{
G_B4_0 = 1;
}
IL_003d:
{
V_1 = (bool)G_B4_0;
bool L_13 = V_1;
if (!L_13)
{
goto IL_0077;
}
}
{
int32_t L_14 = __this->___m_TextElementCount_18;
__this->___m_DirtyTextRemaining_20 = L_14;
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_15 = __this->___m_LastGroupTransformElementScale_22;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___ve0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___ve0;
NullCheck(L_17);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18;
L_18 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_17, NULL);
float L_19 = L_18.___m00_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___ve0;
NullCheck(L_20);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_21;
L_21 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_20, NULL);
float L_22 = L_21.___m11_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
memset((&L_23), 0, sizeof(L_23));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_23), L_19, L_22, /*hidden argument*/NULL);
NullCheck(L_15);
Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5(L_15, L_16, L_23, Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5_RuntimeMethod_var);
}
IL_0077:
{
return;
}
}
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData UnityEngine.UIElements.UIR.RenderChain::AccessRenderNodeData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE RenderChain_AccessRenderNodeData_m282758F7E9C6BB236731328E9E360876576C79C6 (intptr_t ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t* V_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* V_1 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_2;
memset((&V_2), 0, sizeof(V_2));
{
void* L_0;
L_0 = IntPtr_ToPointer_m1A0612EED3A1C8B8850BE2943CFC42523064B4F6_inline((&___obj0), NULL);
V_0 = (int32_t*)L_0;
int32_t* L_1 = V_0;
int32_t L_2 = *((int32_t*)L_1);
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_3;
L_3 = RenderChainStaticIndexAllocator_AccessIndex_m6E4056BA68384C7CC11F5E29CC7570F17A820949(L_2, NULL);
V_1 = L_3;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = V_1;
NullCheck(L_4);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_5 = L_4->___m_RenderNodesData_4;
int32_t* L_6 = V_0;
int32_t L_7 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_6, 4)));
NullCheck(L_5);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_8;
L_8 = List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A(L_5, L_7, List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
V_2 = L_8;
goto IL_0023;
}
IL_0023:
{
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_9 = V_2;
return L_9;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderNodeExecute(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderNodeExecute_m1C21FD7F7F118C481B92FB046394040471B17FB6 (intptr_t ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t* V_1 = NULL;
{
intptr_t L_0 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_1;
L_1 = RenderChain_AccessRenderNodeData_m282758F7E9C6BB236731328E9E360876576C79C6(L_0, NULL);
V_0 = L_1;
V_1 = (Exception_t*)NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_2 = V_0;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_3 = L_2.___device_4;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_4 = V_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_5 = L_4.___firstCommand_3;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_6 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6.___initialMaterial_1;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_8 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = L_8.___standardMaterial_0;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_10 = V_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_11 = L_10.___vectorAtlas_5;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_12 = V_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13 = L_12.___shaderInfoAtlas_6;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_14 = V_0;
float L_15 = L_14.___dpiScale_7;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_16 = V_0;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_17 = L_16.___transformConstants_8;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_18 = V_0;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_19 = L_18.___clipRectConstants_9;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_20 = V_0;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_21 = L_20.___matPropBlock_2;
NullCheck(L_3);
UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018(L_3, L_5, L_7, L_9, L_11, L_13, L_15, L_17, L_19, L_21, (bool)0, (&V_1), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRegisterIntermediateRenderers(UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRegisterIntermediateRenderers_mE12BA6838E878FCCD694BB7E9D63E7CFD4AD7418 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 V_1;
memset((&V_1), 0, sizeof(V_1));
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* V_2 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* V_3 = NULL;
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* V_4 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_5 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_6;
memset((&V_6), 0, sizeof(V_6));
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_7 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_8 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_9 = NULL;
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 V_10;
memset((&V_10), 0, sizeof(V_10));
bool V_11 = false;
bool V_12 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_13 = NULL;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* G_B3_0 = NULL;
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* G_B2_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B4_0 = NULL;
int32_t G_B8_0 = 0;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B12_0 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* G_B12_1 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B11_0 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* G_B11_1 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B13_0 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* G_B13_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B21_0 = NULL;
{
V_0 = 0;
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 L_0;
L_0 = UIElementsUtility_GetPanelsIterator_m5FFB8FEC04F65C86DA3BFE45ACC6C0939F43CC10(NULL);
V_1 = L_0;
goto IL_020f;
}
IL_000e:
{
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 L_1;
L_1 = Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_inline((&V_1), Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var);
V_10 = L_1;
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_2;
L_2 = KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_inline((&V_10), KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var);
V_2 = L_2;
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_3 = V_2;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(44 /* UnityEngine.UIElements.IVisualTreeUpdater UnityEngine.UIElements.BaseVisualElementPanel::GetUpdater(UnityEngine.UIElements.VisualTreeUpdatePhase) */, L_3, 6);
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* L_5 = ((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E*)IsInstClass((RuntimeObject*)L_4, UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var));
G_B2_0 = L_5;
if (L_5)
{
G_B3_0 = L_5;
goto IL_0033;
}
}
{
G_B4_0 = ((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)(NULL));
goto IL_0038;
}
IL_0033:
{
NullCheck(G_B3_0);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = G_B3_0->___renderChain_3;
G_B4_0 = L_6;
}
IL_0038:
{
V_3 = G_B4_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_7 = V_3;
if (!L_7)
{
goto IL_0050;
}
}
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_8 = V_3;
NullCheck(L_8);
int32_t L_9 = L_8->___m_StaticIndex_10;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0050;
}
}
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = V_3;
NullCheck(L_10);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_11 = L_10->___m_FirstCommand_0;
G_B8_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_11) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0051;
}
IL_0050:
{
G_B8_0 = 1;
}
IL_0051:
{
V_11 = (bool)G_B8_0;
bool L_12 = V_11;
if (!L_12)
{
goto IL_005c;
}
}
{
goto IL_020f;
}
IL_005c:
{
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_13 = V_2;
V_4 = ((BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)CastclassClass((RuntimeObject*)L_13, BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var));
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_14 = V_3;
NullCheck(L_14);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15;
L_15 = RenderChain_GetStandardWorldSpaceMaterial_m81585BD37835FA04F0FD607895FB3A6EBA42A450(L_14, NULL);
V_5 = L_15;
il2cpp_codegen_initobj((&V_6), sizeof(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE));
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_16 = V_3;
NullCheck(L_16);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_17;
L_17 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_16, NULL);
(&V_6)->___device_4 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___device_4), (void*)L_17);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18 = V_5;
(&V_6)->___standardMaterial_0 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___standardMaterial_0), (void*)L_18);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_19 = V_3;
NullCheck(L_19);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_20;
L_20 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(L_19, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_21 = L_20;
G_B11_0 = L_21;
G_B11_1 = (&V_6);
if (L_21)
{
G_B12_0 = L_21;
G_B12_1 = (&V_6);
goto IL_0099;
}
}
{
G_B13_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
G_B13_1 = G_B11_1;
goto IL_009e;
}
IL_0099:
{
NullCheck(G_B12_0);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_22;
L_22 = VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6(G_B12_0, NULL);
G_B13_0 = L_22;
G_B13_1 = G_B12_1;
}
IL_009e:
{
G_B13_1->___vectorAtlas_5 = G_B13_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B13_1->___vectorAtlas_5), (void*)G_B13_0);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_23 = V_3;
NullCheck(L_23);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_24 = (&L_23->___shaderInfoAllocator_37);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_25;
L_25 = UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E(L_24, NULL);
(&V_6)->___shaderInfoAtlas_6 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___shaderInfoAtlas_6), (void*)L_25);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_26 = V_4;
NullCheck(L_26);
float L_27;
L_27 = BaseVisualElementPanel_get_scaledPixelsPerPoint_m61FB80FA842E806955AFFBB566E7CCB76FA6DDB3(L_26, NULL);
(&V_6)->___dpiScale_7 = L_27;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_28 = V_3;
NullCheck(L_28);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_29 = (&L_28->___shaderInfoAllocator_37);
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_30;
L_30 = UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B(L_29, NULL);
(&V_6)->___transformConstants_8 = L_30;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_31 = V_3;
NullCheck(L_31);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_32 = (&L_31->___shaderInfoAllocator_37);
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_33;
L_33 = UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0(L_32, NULL);
(&V_6)->___clipRectConstants_9 = L_33;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_34 = V_3;
NullCheck(L_34);
int32_t L_35 = L_34->___m_CustomMaterialCommands_12;
V_12 = (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
bool L_36 = V_12;
if (!L_36)
{
goto IL_0123;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_37 = V_5;
(&V_6)->___initialMaterial_1 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___initialMaterial_1), (void*)L_37);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_38 = V_3;
NullCheck(L_38);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_39 = L_38->___m_FirstCommand_0;
(&V_6)->___firstCommand_3 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___firstCommand_3), (void*)L_39);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_40 = V_4;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_41 = V_3;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_42 = ___camera0;
int32_t L_43 = V_0;
int32_t L_44 = L_43;
V_0 = ((int32_t)il2cpp_codegen_add(L_44, 1));
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderChain_OnRegisterIntermediateRendererMat_m3CF86141D4268F7D2D11A218C10D7AE7D2A48654(L_40, L_41, (&V_6), L_42, L_44, NULL);
goto IL_020f;
}
IL_0123:
{
V_7 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_45 = V_3;
NullCheck(L_45);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_46 = L_45->___m_FirstCommand_0;
V_8 = L_46;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_47 = V_8;
V_9 = L_47;
goto IL_01d0;
}
IL_0137:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_48 = V_8;
NullCheck(L_48);
int32_t L_49 = L_48->___type_5;
V_14 = (bool)((!(((uint32_t)L_49) <= ((uint32_t)0)))? 1 : 0);
bool L_50 = V_14;
if (!L_50)
{
goto IL_0154;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_51 = V_8;
NullCheck(L_51);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_52 = L_51->___next_3;
V_8 = L_52;
goto IL_01d0;
}
IL_0154:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_53 = V_8;
NullCheck(L_53);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_54 = (&L_53->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_55 = L_54->___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_56;
L_56 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_55, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_56)
{
goto IL_0176;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_57 = V_8;
NullCheck(L_57);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_58 = (&L_57->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_59 = L_58->___material_0;
G_B21_0 = L_59;
goto IL_0178;
}
IL_0176:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = V_5;
G_B21_0 = L_60;
}
IL_0178:
{
V_13 = G_B21_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_61 = V_13;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_62 = V_7;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_63;
L_63 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_61, L_62, NULL);
V_15 = L_63;
bool L_64 = V_15;
if (!L_64)
{
goto IL_01c6;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_65 = V_7;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_66;
L_66 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_65, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_16 = L_66;
bool L_67 = V_16;
if (!L_67)
{
goto IL_01c1;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_68 = V_7;
(&V_6)->___initialMaterial_1 = L_68;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___initialMaterial_1), (void*)L_68);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_69 = V_9;
(&V_6)->___firstCommand_3 = L_69;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___firstCommand_3), (void*)L_69);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_70 = V_4;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_71 = V_3;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_72 = ___camera0;
int32_t L_73 = V_0;
int32_t L_74 = L_73;
V_0 = ((int32_t)il2cpp_codegen_add(L_74, 1));
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderChain_OnRegisterIntermediateRendererMat_m3CF86141D4268F7D2D11A218C10D7AE7D2A48654(L_70, L_71, (&V_6), L_72, L_74, NULL);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_75 = V_8;
V_9 = L_75;
}
IL_01c1:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_76 = V_13;
V_7 = L_76;
}
IL_01c6:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_77 = V_8;
NullCheck(L_77);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_78 = L_77->___next_3;
V_8 = L_78;
}
IL_01d0:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_79 = V_8;
V_17 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_79) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_80 = V_17;
if (L_80)
{
goto IL_0137;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_81 = V_9;
V_18 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_81) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_82 = V_18;
if (!L_82)
{
goto IL_020e;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_83 = V_7;
(&V_6)->___initialMaterial_1 = L_83;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___initialMaterial_1), (void*)L_83);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_84 = V_9;
(&V_6)->___firstCommand_3 = L_84;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___firstCommand_3), (void*)L_84);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_85 = V_4;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_86 = V_3;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_87 = ___camera0;
int32_t L_88 = V_0;
int32_t L_89 = L_88;
V_0 = ((int32_t)il2cpp_codegen_add(L_89, 1));
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderChain_OnRegisterIntermediateRendererMat_m3CF86141D4268F7D2D11A218C10D7AE7D2A48654(L_85, L_86, (&V_6), L_87, L_89, NULL);
}
IL_020e:
{
}
IL_020f:
{
bool L_90;
L_90 = Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9((&V_1), Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var);
V_19 = L_90;
bool L_91 = V_19;
if (L_91)
{
goto IL_000e;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRegisterIntermediateRendererMat(UnityEngine.UIElements.BaseRuntimePanel,UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChain/RenderNodeData&,UnityEngine.Camera,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRegisterIntermediateRendererMat_m3CF86141D4268F7D2D11A218C10D7AE7D2A48654 (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* ___rtp0, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain1, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* ___rnd2, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera3, int32_t ___sameDistanceSortPriority4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_4;
memset((&V_4), 0, sizeof(V_4));
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = ___renderChain1;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_1 = L_0;
NullCheck(L_1);
int32_t L_2 = L_1->___m_ActiveRenderNodes_11;
V_2 = L_2;
int32_t L_3 = V_2;
NullCheck(L_1);
L_1->___m_ActiveRenderNodes_11 = ((int32_t)il2cpp_codegen_add(L_3, 1));
int32_t L_4 = V_2;
V_0 = L_4;
int32_t L_5 = V_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = ___renderChain1;
NullCheck(L_6);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_7 = L_6->___m_RenderNodesData_4;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline(L_7, List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_5) < ((int32_t)L_8))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_0057;
}
}
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = ___renderChain1;
NullCheck(L_10);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_11 = L_10->___m_RenderNodesData_4;
int32_t L_12 = V_0;
NullCheck(L_11);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_13;
L_13 = List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A(L_11, L_12, List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
V_4 = L_13;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_14 = ___rnd2;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_15 = V_4;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_16 = L_15.___matPropBlock_2;
L_14->___matPropBlock_2 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&L_14->___matPropBlock_2), (void*)L_16);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_17 = ___renderChain1;
NullCheck(L_17);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_18 = L_17->___m_RenderNodesData_4;
int32_t L_19 = V_0;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_20 = ___rnd2;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_21 = (*(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE*)L_20);
NullCheck(L_18);
List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32(L_18, L_19, L_21, List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_RuntimeMethod_var);
goto IL_0082;
}
IL_0057:
{
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_22 = ___rnd2;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_23 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
NullCheck(L_23);
MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_23, NULL);
L_22->___matPropBlock_2 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&L_22->___matPropBlock_2), (void*)L_23);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_24 = ___renderChain1;
NullCheck(L_24);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_25 = L_24->___m_RenderNodesData_4;
NullCheck(L_25);
int32_t L_26;
L_26 = List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline(L_25, List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
V_0 = L_26;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_27 = ___renderChain1;
NullCheck(L_27);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_28 = L_27->___m_RenderNodesData_4;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_29 = ___rnd2;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_30 = (*(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE*)L_29);
NullCheck(L_28);
List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_inline(L_28, L_30, List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
}
IL_0082:
{
int8_t* L_31 = (int8_t*) alloca(((uintptr_t)8));
memset(L_31, 0, ((uintptr_t)8));
V_1 = (int32_t*)(L_31);
int32_t* L_32 = V_1;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_33 = ___renderChain1;
NullCheck(L_33);
int32_t L_34 = L_33->___m_StaticIndex_10;
*((int32_t*)L_32) = (int32_t)L_34;
int32_t* L_35 = V_1;
int32_t L_36 = V_0;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_35, 4))) = (int32_t)L_36;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_37 = ___camera3;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_38 = ___rnd2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_39 = L_38->___initialMaterial_1;
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_40 = ___rtp0;
NullCheck(L_40);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_41 = L_40->___panelToWorld_54;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42;
L_42 = Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline(NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43;
memset((&L_43), 0, sizeof(L_43));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_43), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), /*hidden argument*/NULL);
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_44;
memset((&L_44), 0, sizeof(L_44));
Bounds__ctor_mAF7B238B9FBF90C495E5D7951760085A93119C5A((&L_44), L_42, L_43, /*hidden argument*/NULL);
int32_t L_45 = ___sameDistanceSortPriority4;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_46 = ___camera3;
NullCheck(L_46);
int32_t L_47;
L_47 = Camera_get_cullingMask_m6F5AFF8FB522F876D99E839BF77D8F27F26A1EF8(L_46, NULL);
int32_t* L_48 = V_1;
intptr_t L_49;
memset((&L_49), 0, sizeof(L_49));
IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_49), (void*)L_48, /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_RegisterIntermediateRenderer_m46C340A1198D0D39E65E65550B9D697BAAB1F617(L_37, L_39, L_41, L_44, 3, 0, (bool)0, L_45, ((int64_t)L_47), 2, L_49, 8, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::RepaintTexturedElements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_RepaintTexturedElements_m4AF4A077AC4B9DA530A1DA93F8C071E976879624 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B2_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B1_0 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B3_0 = NULL;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___m_FirstCommand_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000e;
}
}
{
G_B3_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
goto IL_0013;
}
IL_000e:
{
NullCheck(G_B2_0);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = G_B2_0->___owner_1;
G_B3_0 = L_2;
}
IL_0013:
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
L_3 = RenderChain_GetFirstElementInPanel_mF5B95E5D98C36B14FE33C858D03BFF8E53ED521C(G_B3_0, NULL);
V_0 = L_3;
goto IL_0044;
}
IL_001b:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
NullCheck(L_4);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (&L_4->___renderChainData_20);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_6 = L_5->___textures_42;
V_1 = (bool)((!(((RuntimeObject*)(BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0037;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = V_0;
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(__this, L_8, (bool)0, NULL);
}
IL_0037:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = V_0;
NullCheck(L_9);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (&L_9->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = L_10->___next_1;
V_0 = L_11;
}
IL_0044:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_0;
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_13 = V_2;
if (L_13)
{
goto IL_001b;
}
}
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_14;
L_14 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(L_14);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15;
L_15 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_14);
RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680(__this, L_15, (bool)0, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnFontReset(UnityEngine.Font)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font0, const RuntimeMethod* method)
{
{
__this->___m_FontWasReset_21 = (bool)1;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::AppendTexture(UnityEngine.UIElements.VisualElement,UnityEngine.Texture,UnityEngine.UIElements.TextureId,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_AppendTexture_m3B5FBA045435395B054B50ABE6D30F7E2F817624 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src1, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id2, bool ___isAtlas3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* V_0 = NULL;
{
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_0 = __this->___m_TexturePool_3;
NullCheck(L_0);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_1;
L_1 = LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098(L_0, LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098_RuntimeMethod_var);
V_0 = L_1;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_2 = V_0;
NullCheck(L_2);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_3 = (&L_2->___data_2);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___src1;
L_3->___source_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___source_0), (void*)L_4);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_5 = V_0;
NullCheck(L_5);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_6 = (&L_5->___data_2);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_7 = ___id2;
L_6->___actual_1 = L_7;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_8 = V_0;
NullCheck(L_8);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_9 = (&L_8->___data_2);
bool L_10 = ___isAtlas3;
L_9->___replaced_2 = L_10;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_11 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___ve0;
NullCheck(L_12);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (&L_12->___renderChainData_20);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB** L_14 = (&L_13->___textures_42);
NullCheck(L_11);
BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4(L_11, L_14, BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ResetTextures(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* V_0 = NULL;
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* V_1 = NULL;
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* V_2 = NULL;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* V_3 = NULL;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0;
L_0 = RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline(__this, NULL);
V_0 = L_0;
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_1 = __this->___m_TextureRegistry_23;
V_1 = L_1;
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_2 = __this->___m_TexturePool_3;
V_2 = L_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___ve0;
NullCheck(L_3);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (&L_3->___renderChainData_20);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_5 = L_4->___textures_42;
V_3 = L_5;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___ve0;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (&L_6->___renderChainData_20);
L_7->___textures_42 = (BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___textures_42), (void*)(BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)NULL);
goto IL_008d;
}
IL_0030:
{
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_8 = V_3;
NullCheck(L_8);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_9 = L_8->___next_1;
V_4 = L_9;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_10 = V_3;
NullCheck(L_10);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_11 = (&L_10->___data_2);
bool L_12 = L_11->___replaced_2;
V_5 = L_12;
bool L_13 = V_5;
if (!L_13)
{
goto IL_006f;
}
}
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_14 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___ve0;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_16 = V_3;
NullCheck(L_16);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_17 = (&L_16->___data_2);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_18 = L_17->___source_0;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_19 = V_3;
NullCheck(L_19);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_20 = (&L_19->___data_2);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_21 = L_20->___actual_1;
NullCheck(L_14);
VirtualActionInvoker3< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 >::Invoke(5 /* System.Void UnityEngine.UIElements.AtlasBase::ReturnAtlas(UnityEngine.UIElements.VisualElement,UnityEngine.Texture2D,UnityEngine.UIElements.TextureId) */, L_14, L_15, ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_18, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var)), L_21);
goto IL_0081;
}
IL_006f:
{
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_22 = V_1;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_23 = V_3;
NullCheck(L_23);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_24 = (&L_23->___data_2);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_25 = L_24->___actual_1;
NullCheck(L_22);
TextureRegistry_Release_m3828A8B4906FC30BDCB3603A20924365108E810B(L_22, L_25, NULL);
}
IL_0081:
{
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_26 = V_2;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_27 = V_3;
NullCheck(L_26);
LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B(L_26, L_27, LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B_RuntimeMethod_var);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_28 = V_4;
V_3 = L_28;
}
IL_008d:
{
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_29 = V_3;
V_6 = (bool)((!(((RuntimeObject*)(BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)L_29) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_30 = V_6;
if (L_30)
{
goto IL_0030;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::DrawStats()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_DrawStats_m71CC1AE6E6BAB3DCDBAA5CF85559C1152CBCB7C2 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral074A05192D59E41C38A0DCFDDEAAFB6139A6F28C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral184F775DD8D8BA319C0D2E6510039E42E432570B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral198B41D49E1792D6D98B9139466CBEB9FDA70356);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral221C6B48D14F32EF9187556555DBDA2738DC3CE5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25365ABB4DE0E658AD0D90B40BF5AD48C1E20B7F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F408A5CD52AC46F0541918FA4B883DBF30866);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29DFA9B5B165BB844A258EB4FFC585F25153D22D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D8CD487C993B406900B6792B6D90F964DEC2933);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral304092BBFF4D03A1176360CDD8064DF1A05C8607);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34EF6CC945D6C0FA4F73C73D9F4A354794282185);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E6D849A8A6B139EDD8D486BF50F566DF977FE78);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F1EB8412B84FAED4C051DAAE322EA2D89A23C2E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral515F56B9C725B840827BBAF0075A784D6749FC4F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D30BAFA5D977C47D23D2C1490FC3B528967762);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56BC4D9AE26473EA5061C78FF7787A9FF065D2C4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63D81DC84F6CE47CA01E41904B4358D2BD8DB065);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68B354EA7802948527148B3029F3DAB4BDCA34FC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A42030667C73D0070EE93B50D0A30ED507FB6B9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8127BAE3273BECB80E2DA93DEE4426FD2098B838);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86F6E483EF18111BAC28350607C2EE4A90CAF110);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD80755CECB79B285ECB8BBFDF3501CB903AF4F5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBAB5ED142571F72435ACAB40A62AC73EEF2F296);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8A69F8C91CB1D39BACCFF7CEE5B421FCF7893A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2CEDC2840D3C2F18750F4C142366F0F6F85A45);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEA0197A94CA21A546257FAE88FB8401E361D1AB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5A54CC36A70E64575E64620D521A709AF44BF8D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8C35AF7B6E2C2C1E2BE17C8181EC94F488DB28F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD578D7531D1E920A36ED63A632ED0CE4BA76B26);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5804C514853E7FD9049416180A508BCD99D34EA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C10EF984D4DE3665FC411FEBC1963DBF64BF80);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
float V_1 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
memset((&V_2), 0, sizeof(V_2));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
uint32_t V_5 = 0;
float G_B2_0 = 0.0f;
float G_B2_1 = 0.0f;
float G_B2_2 = 0.0f;
float G_B1_0 = 0.0f;
float G_B1_1 = 0.0f;
float G_B1_2 = 0.0f;
int32_t G_B3_0 = 0;
float G_B3_1 = 0.0f;
float G_B3_2 = 0.0f;
float G_B3_3 = 0.0f;
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0;
L_0 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
V_1 = (12.0f);
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_2), (30.0f), (60.0f), (1000.0f), (100.0f), NULL);
bool L_1 = V_0;
G_B1_0 = (200.0f);
G_B1_1 = (40.0f);
G_B1_2 = (20.0f);
if (L_1)
{
G_B2_0 = (200.0f);
G_B2_1 = (40.0f);
G_B2_2 = (20.0f);
goto IL_0045;
}
}
{
G_B3_0 = ((int32_t)256);
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_004a;
}
IL_0045:
{
G_B3_0 = ((int32_t)380);
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_004a:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2;
memset((&L_2), 0, sizeof(L_2));
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_2), G_B3_3, G_B3_2, G_B3_1, ((float)G_B3_0), /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
GUI_Box_m1E4D5FE4B7911725059CE0A2674B88CFAD279365(L_2, _stringLiteralAD80755CECB79B285ECB8BBFDF3501CB903AF4F5, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_4 = (&__this->___m_Stats_13);
uint32_t* L_5 = (&L_4->___elementsAdded_0);
String_t* L_6;
L_6 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_5, NULL);
String_t* L_7;
L_7 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral29DFA9B5B165BB844A258EB4FFC585F25153D22D, L_6, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_3, L_7, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = (&V_2);
float L_9;
L_9 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_8, NULL);
float L_10 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_8, ((float)il2cpp_codegen_add(L_9, L_10)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_12 = (&__this->___m_Stats_13);
uint32_t* L_13 = (&L_12->___elementsRemoved_1);
String_t* L_14;
L_14 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_13, NULL);
String_t* L_15;
L_15 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralE5804C514853E7FD9049416180A508BCD99D34EA, L_14, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_11, L_15, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_16 = (&V_2);
float L_17;
L_17 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_16, NULL);
float L_18 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_16, ((float)il2cpp_codegen_add(L_17, L_18)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_20 = (&__this->___m_Stats_13);
uint32_t* L_21 = (&L_20->___newMeshAllocations_20);
String_t* L_22;
L_22 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_21, NULL);
String_t* L_23;
L_23 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralDD578D7531D1E920A36ED63A632ED0CE4BA76B26, L_22, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_19, L_23, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_24 = (&V_2);
float L_25;
L_25 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_24, NULL);
float L_26 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_24, ((float)il2cpp_codegen_add(L_25, L_26)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_27 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_28 = (&__this->___m_Stats_13);
uint32_t* L_29 = (&L_28->___updatedMeshAllocations_19);
String_t* L_30;
L_30 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_29, NULL);
String_t* L_31;
L_31 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral86F6E483EF18111BAC28350607C2EE4A90CAF110, L_30, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_27, L_31, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_32 = (&V_2);
float L_33;
L_33 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_32, NULL);
float L_34 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_32, ((float)il2cpp_codegen_add(L_33, L_34)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_35 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_36 = (&__this->___m_Stats_13);
uint32_t* L_37 = (&L_36->___recursiveClipUpdates_2);
String_t* L_38;
L_38 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_37, NULL);
String_t* L_39;
L_39 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralCB2CEDC2840D3C2F18750F4C142366F0F6F85A45, L_38, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_35, L_39, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_40 = (&V_2);
float L_41;
L_41 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_40, NULL);
float L_42 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_40, ((float)il2cpp_codegen_add(L_41, L_42)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_43 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_44 = (&__this->___m_Stats_13);
uint32_t* L_45 = (&L_44->___recursiveClipUpdatesExpanded_3);
String_t* L_46;
L_46 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_45, NULL);
String_t* L_47;
L_47 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralC8A69F8C91CB1D39BACCFF7CEE5B421FCF7893A4, L_46, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_43, L_47, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_48 = (&V_2);
float L_49;
L_49 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_48, NULL);
float L_50 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_48, ((float)il2cpp_codegen_add(L_49, L_50)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_51 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_52 = (&__this->___m_Stats_13);
uint32_t* L_53 = (&L_52->___recursiveOpacityUpdates_7);
String_t* L_54;
L_54 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_53, NULL);
String_t* L_55;
L_55 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralF3C10EF984D4DE3665FC411FEBC1963DBF64BF80, L_54, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_51, L_55, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_56 = (&V_2);
float L_57;
L_57 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_56, NULL);
float L_58 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_56, ((float)il2cpp_codegen_add(L_57, L_58)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_59 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_60 = (&__this->___m_Stats_13);
uint32_t* L_61 = (&L_60->___recursiveOpacityUpdatesExpanded_8);
String_t* L_62;
L_62 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_61, NULL);
String_t* L_63;
L_63 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral294F408A5CD52AC46F0541918FA4B883DBF30866, L_62, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_59, L_63, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_64 = (&V_2);
float L_65;
L_65 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_64, NULL);
float L_66 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_64, ((float)il2cpp_codegen_add(L_65, L_66)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_67 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_68 = (&__this->___m_Stats_13);
uint32_t* L_69 = (&L_68->___recursiveTransformUpdates_5);
String_t* L_70;
L_70 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_69, NULL);
String_t* L_71;
L_71 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralCEA0197A94CA21A546257FAE88FB8401E361D1AB, L_70, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_67, L_71, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_72 = (&V_2);
float L_73;
L_73 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_72, NULL);
float L_74 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_72, ((float)il2cpp_codegen_add(L_73, L_74)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_75 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_76 = (&__this->___m_Stats_13);
uint32_t* L_77 = (&L_76->___recursiveTransformUpdatesExpanded_6);
String_t* L_78;
L_78 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_77, NULL);
String_t* L_79;
L_79 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralD8C35AF7B6E2C2C1E2BE17C8181EC94F488DB28F, L_78, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_75, L_79, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_80 = (&V_2);
float L_81;
L_81 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_80, NULL);
float L_82 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_80, ((float)il2cpp_codegen_add(L_81, L_82)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_83 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_84 = (&__this->___m_Stats_13);
uint32_t* L_85 = (&L_84->___boneTransformed_16);
String_t* L_86;
L_86 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_85, NULL);
String_t* L_87;
L_87 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral8127BAE3273BECB80E2DA93DEE4426FD2098B838, L_86, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_83, L_87, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_88 = (&V_2);
float L_89;
L_89 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_88, NULL);
float L_90 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_88, ((float)il2cpp_codegen_add(L_89, L_90)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_91 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_92 = (&__this->___m_Stats_13);
uint32_t* L_93 = (&L_92->___skipTransformed_17);
String_t* L_94;
L_94 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_93, NULL);
String_t* L_95;
L_95 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral2D8CD487C993B406900B6792B6D90F964DEC2933, L_94, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_91, L_95, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_96 = (&V_2);
float L_97;
L_97 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_96, NULL);
float L_98 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_96, ((float)il2cpp_codegen_add(L_97, L_98)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_99 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_100 = (&__this->___m_Stats_13);
uint32_t* L_101 = (&L_100->___nudgeTransformed_15);
String_t* L_102;
L_102 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_101, NULL);
String_t* L_103;
L_103 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral56BC4D9AE26473EA5061C78FF7787A9FF065D2C4, L_102, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_99, L_103, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_104 = (&V_2);
float L_105;
L_105 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_104, NULL);
float L_106 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_104, ((float)il2cpp_codegen_add(L_105, L_106)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_107 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_108 = (&__this->___m_Stats_13);
uint32_t* L_109 = (&L_108->___visualUpdateTransformed_18);
String_t* L_110;
L_110 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_109, NULL);
String_t* L_111;
L_111 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral198B41D49E1792D6D98B9139466CBEB9FDA70356, L_110, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_107, L_111, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_112 = (&V_2);
float L_113;
L_113 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_112, NULL);
float L_114 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_112, ((float)il2cpp_codegen_add(L_113, L_114)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_115 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_116 = (&__this->___m_Stats_13);
uint32_t* L_117 = (&L_116->___recursiveVisualUpdates_11);
String_t* L_118;
L_118 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_117, NULL);
String_t* L_119;
L_119 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral304092BBFF4D03A1176360CDD8064DF1A05C8607, L_118, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_115, L_119, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_120 = (&V_2);
float L_121;
L_121 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_120, NULL);
float L_122 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_120, ((float)il2cpp_codegen_add(L_121, L_122)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_123 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_124 = (&__this->___m_Stats_13);
uint32_t* L_125 = (&L_124->___recursiveVisualUpdatesExpanded_12);
String_t* L_126;
L_126 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_125, NULL);
String_t* L_127;
L_127 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral3E6D849A8A6B139EDD8D486BF50F566DF977FE78, L_126, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_123, L_127, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_128 = (&V_2);
float L_129;
L_129 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_128, NULL);
float L_130 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_128, ((float)il2cpp_codegen_add(L_129, L_130)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_131 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_132 = (&__this->___m_Stats_13);
uint32_t* L_133 = (&L_132->___nonRecursiveVisualUpdates_13);
String_t* L_134;
L_134 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_133, NULL);
String_t* L_135;
L_135 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral52D30BAFA5D977C47D23D2C1490FC3B528967762, L_134, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_131, L_135, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_136 = (&V_2);
float L_137;
L_137 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_136, NULL);
float L_138 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_136, ((float)il2cpp_codegen_add(L_137, L_138)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_139 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_140 = (&__this->___m_Stats_13);
uint32_t* L_141 = (&L_140->___dirtyProcessed_14);
String_t* L_142;
L_142 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_141, NULL);
String_t* L_143;
L_143 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral221C6B48D14F32EF9187556555DBDA2738DC3CE5, L_142, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_139, L_143, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_144 = (&V_2);
float L_145;
L_145 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_144, NULL);
float L_146 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_144, ((float)il2cpp_codegen_add(L_145, L_146)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_147 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_148 = (&__this->___m_Stats_13);
uint32_t* L_149 = (&L_148->___groupTransformElementsChanged_21);
String_t* L_150;
L_150 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_149, NULL);
String_t* L_151;
L_151 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral184F775DD8D8BA319C0D2E6510039E42E432570B, L_150, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_147, L_151, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_152 = (&V_2);
float L_153;
L_153 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_152, NULL);
float L_154 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_152, ((float)il2cpp_codegen_add(L_153, L_154)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_155 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_156 = (&__this->___m_Stats_13);
uint32_t* L_157 = (&L_156->___textUpdates_23);
String_t* L_158;
L_158 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_157, NULL);
String_t* L_159;
L_159 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral3F1EB8412B84FAED4C051DAAE322EA2D89A23C2E, L_158, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_155, L_159, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_160 = (&V_2);
float L_161;
L_161 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_160, NULL);
float L_162 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_160, ((float)il2cpp_codegen_add(L_161, L_162)), NULL);
bool L_163 = V_0;
V_4 = (bool)((((int32_t)L_163) == ((int32_t)0))? 1 : 0);
bool L_164 = V_4;
if (!L_164)
{
goto IL_043e;
}
}
{
goto IL_05f4;
}
IL_043e:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_165 = (&V_2);
float L_166;
L_166 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_165, NULL);
float L_167 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_165, ((float)il2cpp_codegen_add(L_166, L_167)), NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_168;
L_168 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
NullCheck(L_168);
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F L_169;
L_169 = UIRenderDevice_GatherDrawStatistics_mB2E2E4EEC9AF2E24442E8B18C9FC36AF547A5B48(L_168, NULL);
V_3 = L_169;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_170 = V_2;
int32_t* L_171 = (&(&V_3)->___currentFrameIndex_0);
String_t* L_172;
L_172 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_171, NULL);
String_t* L_173;
L_173 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralBBAB5ED142571F72435ACAB40A62AC73EEF2F296, L_172, NULL);
il2cpp_codegen_runtime_class_init_inline(GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_170, L_173, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_174 = (&V_2);
float L_175;
L_175 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_174, NULL);
float L_176 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_174, ((float)il2cpp_codegen_add(L_175, L_176)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_177 = V_2;
uint32_t* L_178 = (&(&V_3)->___commandCount_2);
String_t* L_179;
L_179 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_178, NULL);
String_t* L_180;
L_180 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral7A42030667C73D0070EE93B50D0A30ED507FB6B9, L_179, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_177, L_180, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_181 = (&V_2);
float L_182;
L_182 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_181, NULL);
float L_183 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_181, ((float)il2cpp_codegen_add(L_182, L_183)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_184 = V_2;
uint32_t* L_185 = (&(&V_3)->___drawCommandCount_3);
String_t* L_186;
L_186 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_185, NULL);
String_t* L_187;
L_187 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralD5A54CC36A70E64575E64620D521A709AF44BF8D, L_186, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_184, L_187, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_188 = (&V_2);
float L_189;
L_189 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_188, NULL);
float L_190 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_188, ((float)il2cpp_codegen_add(L_189, L_190)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_191 = V_2;
uint32_t* L_192 = (&(&V_3)->___drawRangeCount_5);
String_t* L_193;
L_193 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_192, NULL);
String_t* L_194;
L_194 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral074A05192D59E41C38A0DCFDDEAAFB6139A6F28C, L_193, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_191, L_194, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_195 = (&V_2);
float L_196;
L_196 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_195, NULL);
float L_197 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_195, ((float)il2cpp_codegen_add(L_196, L_197)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_198 = V_2;
uint32_t* L_199 = (&(&V_3)->___drawRangeCallCount_6);
String_t* L_200;
L_200 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_199, NULL);
String_t* L_201;
L_201 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral63D81DC84F6CE47CA01E41904B4358D2BD8DB065, L_200, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_198, L_201, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_202 = (&V_2);
float L_203;
L_203 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_202, NULL);
float L_204 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_202, ((float)il2cpp_codegen_add(L_203, L_204)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_205 = V_2;
uint32_t* L_206 = (&(&V_3)->___materialSetCount_4);
String_t* L_207;
L_207 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_206, NULL);
String_t* L_208;
L_208 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral25365ABB4DE0E658AD0D90B40BF5AD48C1E20B7F, L_207, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_205, L_208, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_209 = (&V_2);
float L_210;
L_210 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_209, NULL);
float L_211 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_209, ((float)il2cpp_codegen_add(L_210, L_211)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_212 = V_2;
uint32_t* L_213 = (&(&V_3)->___stencilRefChanges_8);
String_t* L_214;
L_214 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_213, NULL);
String_t* L_215;
L_215 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral515F56B9C725B840827BBAF0075A784D6749FC4F, L_214, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_212, L_215, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_216 = (&V_2);
float L_217;
L_217 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_216, NULL);
float L_218 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_216, ((float)il2cpp_codegen_add(L_217, L_218)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_219 = V_2;
uint32_t* L_220 = (&(&V_3)->___immediateDraws_7);
String_t* L_221;
L_221 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_220, NULL);
String_t* L_222;
L_222 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral68B354EA7802948527148B3029F3DAB4BDCA34FC, L_221, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_219, L_222, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_223 = (&V_2);
float L_224;
L_224 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_223, NULL);
float L_225 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_223, ((float)il2cpp_codegen_add(L_224, L_225)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_226 = V_2;
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F L_227 = V_3;
uint32_t L_228 = L_227.___totalIndices_1;
V_5 = ((int32_t)((uint32_t)(int32_t)L_228/(uint32_t)(int32_t)3));
String_t* L_229;
L_229 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154((&V_5), NULL);
String_t* L_230;
L_230 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral34EF6CC945D6C0FA4F73C73D9F4A354794282185, L_229, NULL);
GUI_Label_mF161ED74A26AEC05C8A56F0B95F78482CE7ED5C7(L_226, L_230, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_231 = (&V_2);
float L_232;
L_232 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_231, NULL);
float L_233 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_231, ((float)il2cpp_codegen_add(L_232, L_233)), NULL);
}
IL_05f4:
{
return;
}
}
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChain::GetFirstElementInPanel(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* RenderChain_GetFirstElementInPanel_mF5B95E5D98C36B14FE33C858D03BFF8E53ED521C (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
{
bool V_0 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_1 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_0 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B8_0 = 0;
{
goto IL_0010;
}
IL_0003:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = L_1->___prev_0;
___ve0 = L_2;
}
IL_0010:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___ve0;
if (!L_3)
{
goto IL_0031;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___ve0;
NullCheck(L_4);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (&L_4->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = L_5->___prev_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = L_6;
G_B4_0 = L_7;
if (L_7)
{
G_B5_0 = L_7;
goto IL_0025;
}
}
{
G_B6_0 = 0;
goto IL_002f;
}
IL_0025:
{
NullCheck(G_B5_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_8 = (&G_B5_0->___renderChainData_20);
bool L_9 = L_8->___isInChain_13;
G_B6_0 = ((int32_t)(L_9));
}
IL_002f:
{
G_B8_0 = G_B6_0;
goto IL_0032;
}
IL_0031:
{
G_B8_0 = 0;
}
IL_0032:
{
V_0 = (bool)G_B8_0;
bool L_10 = V_0;
if (L_10)
{
goto IL_0003;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___ve0;
V_1 = L_11;
goto IL_003a;
}
IL_003a:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_1;
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_pinvoke(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke& marshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_pinvoke_back(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke& marshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_pinvoke_cleanup(DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_com(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com& marshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_com_back(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com& marshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_com_cleanup(DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::EnsureFits(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, int32_t ___maxDepth0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
goto IL_001f;
}
IL_0003:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_0 = __this->___heads_0;
NullCheck(L_0);
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_0, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = __this->___tails_1;
NullCheck(L_1);
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_1, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
}
IL_001f:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_2 = __this->___heads_0;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_inline(L_2, List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var);
int32_t L_4 = ___maxDepth0;
V_0 = (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_5 = V_0;
if (L_5)
{
goto IL_0003;
}
}
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D_AdjustorThunk (RuntimeObject* __this, int32_t ___maxDepth0, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D(_thisAdjusted, ___maxDepth0, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::RegisterDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes,UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___dirtyTypes1, int32_t ___dirtyTypeClass2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_4 = NULL;
int32_t G_B2_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B2_1 = NULL;
int32_t G_B1_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B1_1 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B3_2 = NULL;
int32_t G_B5_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B5_1 = NULL;
int32_t G_B4_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B4_1 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B6_2 = NULL;
{
int32_t L_0 = ___dirtyTypes1;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___ve0;
NullCheck(L_1);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (&L_1->___renderChainData_20);
int32_t L_3 = L_2->___hierarchyDepth_6;
V_0 = L_3;
int32_t L_4 = ___dirtyTypeClass2;
V_1 = L_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = __this->___minDepths_2;
int32_t L_6 = V_1;
int32_t L_7 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = __this->___minDepths_2;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
G_B1_0 = L_6;
G_B1_1 = L_5;
if ((((int32_t)L_7) < ((int32_t)L_11)))
{
G_B2_0 = L_6;
G_B2_1 = L_5;
goto IL_0035;
}
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = __this->___minDepths_2;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = L_13;
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
G_B3_0 = L_15;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0036;
}
IL_0035:
{
int32_t L_16 = V_0;
G_B3_0 = L_16;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0036:
{
NullCheck(G_B3_2);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (int32_t)G_B3_0);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = __this->___maxDepths_3;
int32_t L_18 = V_1;
int32_t L_19 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_20 = __this->___maxDepths_3;
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = L_21;
int32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
G_B4_0 = L_18;
G_B4_1 = L_17;
if ((((int32_t)L_19) > ((int32_t)L_23)))
{
G_B5_0 = L_18;
G_B5_1 = L_17;
goto IL_0053;
}
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = __this->___maxDepths_3;
int32_t L_25 = V_1;
NullCheck(L_24);
int32_t L_26 = L_25;
int32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
G_B6_0 = L_27;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0054;
}
IL_0053:
{
int32_t L_28 = V_0;
G_B6_0 = L_28;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0054:
{
NullCheck(G_B6_2);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (int32_t)G_B6_0);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = ___ve0;
NullCheck(L_29);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_30 = (&L_29->___renderChainData_20);
int32_t L_31 = L_30->___dirtiedValues_7;
V_2 = (bool)((!(((uint32_t)L_31) <= ((uint32_t)0)))? 1 : 0);
bool L_32 = V_2;
if (!L_32)
{
goto IL_007a;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___ve0;
NullCheck(L_33);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_34 = (&L_33->___renderChainData_20);
int32_t* L_35 = (&L_34->___dirtiedValues_7);
int32_t* L_36 = L_35;
int32_t L_37 = *((int32_t*)L_36);
int32_t L_38 = ___dirtyTypes1;
*((int32_t*)L_36) = (int32_t)((int32_t)(L_37|(int32_t)L_38));
goto IL_00f9;
}
IL_007a:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_39 = ___ve0;
NullCheck(L_39);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_40 = (&L_39->___renderChainData_20);
int32_t L_41 = ___dirtyTypes1;
L_40->___dirtiedValues_7 = L_41;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_42 = __this->___tails_1;
int32_t L_43 = V_0;
NullCheck(L_42);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44;
L_44 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_42, L_43, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_3 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_44) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_45 = V_3;
if (!L_45)
{
goto IL_00d9;
}
}
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_46 = __this->___tails_1;
int32_t L_47 = V_0;
NullCheck(L_46);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48;
L_48 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_46, L_47, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
NullCheck(L_48);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_49 = (&L_48->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_50 = ___ve0;
L_49->___nextDirty_5 = L_50;
Il2CppCodeGenWriteBarrier((void**)(&L_49->___nextDirty_5), (void*)L_50);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___ve0;
NullCheck(L_51);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_52 = (&L_51->___renderChainData_20);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_53 = __this->___tails_1;
int32_t L_54 = V_0;
NullCheck(L_53);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_55;
L_55 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_53, L_54, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
L_52->___prevDirty_4 = L_55;
Il2CppCodeGenWriteBarrier((void**)(&L_52->___prevDirty_4), (void*)L_55);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_56 = __this->___tails_1;
int32_t L_57 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_58 = ___ve0;
NullCheck(L_56);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_56, L_57, L_58, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
goto IL_00f9;
}
IL_00d9:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_59 = __this->___heads_0;
int32_t L_60 = V_0;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_61 = __this->___tails_1;
int32_t L_62 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63 = ___ve0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = L_63;
V_4 = L_64;
NullCheck(L_61);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_61, L_62, L_64, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_65 = V_4;
NullCheck(L_59);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_59, L_60, L_65, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
}
IL_00f9:
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___dirtyTypes1, int32_t ___dirtyTypeClass2, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(_thisAdjusted, ___ve0, ___dirtyTypes1, ___dirtyTypeClass2, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::ClearDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___dirtyTypesInverse1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
int32_t L_2 = L_1->___dirtiedValues_7;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___ve0;
NullCheck(L_3);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (&L_3->___renderChainData_20);
int32_t* L_5 = (&L_4->___dirtiedValues_7);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
int32_t L_8 = ___dirtyTypesInverse1;
*((int32_t*)L_6) = (int32_t)((int32_t)(L_7&(int32_t)L_8));
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___ve0;
NullCheck(L_9);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (&L_9->___renderChainData_20);
int32_t L_11 = L_10->___dirtiedValues_7;
V_0 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
bool L_12 = V_0;
if (!L_12)
{
goto IL_0168;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___ve0;
NullCheck(L_13);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_14 = (&L_13->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = L_14->___prevDirty_4;
V_1 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_15) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_16 = V_1;
if (!L_16)
{
goto IL_006d;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___ve0;
NullCheck(L_17);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (&L_17->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = L_18->___prevDirty_4;
NullCheck(L_19);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_20 = (&L_19->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___ve0;
NullCheck(L_21);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_22 = (&L_21->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = L_22->___nextDirty_5;
L_20->___nextDirty_5 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&L_20->___nextDirty_5), (void*)L_23);
}
IL_006d:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___ve0;
NullCheck(L_24);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (&L_24->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = L_25->___nextDirty_5;
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_26) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_27 = V_2;
if (!L_27)
{
goto IL_009f;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___ve0;
NullCheck(L_28);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (&L_28->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = L_29->___nextDirty_5;
NullCheck(L_30);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (&L_30->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = ___ve0;
NullCheck(L_32);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_33 = (&L_32->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = L_33->___prevDirty_4;
L_31->___prevDirty_4 = L_34;
Il2CppCodeGenWriteBarrier((void**)(&L_31->___prevDirty_4), (void*)L_34);
}
IL_009f:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_35 = __this->___tails_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___ve0;
NullCheck(L_36);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_37 = (&L_36->___renderChainData_20);
int32_t L_38 = L_37->___hierarchyDepth_6;
NullCheck(L_35);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_39;
L_39 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_35, L_38, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = ___ve0;
V_3 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_39) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_40))? 1 : 0);
bool L_41 = V_3;
if (!L_41)
{
goto IL_00f4;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = ___ve0;
NullCheck(L_42);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_43 = (&L_42->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = L_43->___nextDirty_5;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_44) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_45 = __this->___tails_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = ___ve0;
NullCheck(L_46);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_47 = (&L_46->___renderChainData_20);
int32_t L_48 = L_47->___hierarchyDepth_6;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = ___ve0;
NullCheck(L_49);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_50 = (&L_49->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = L_50->___prevDirty_4;
NullCheck(L_45);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_45, L_48, L_51, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
}
IL_00f4:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_52 = __this->___heads_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_53 = ___ve0;
NullCheck(L_53);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_54 = (&L_53->___renderChainData_20);
int32_t L_55 = L_54->___hierarchyDepth_6;
NullCheck(L_52);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56;
L_56 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_52, L_55, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57 = ___ve0;
V_4 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_56) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_57))? 1 : 0);
bool L_58 = V_4;
if (!L_58)
{
goto IL_014b;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_59 = ___ve0;
NullCheck(L_59);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_60 = (&L_59->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = L_60->___prevDirty_4;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_61) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_62 = __this->___heads_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63 = ___ve0;
NullCheck(L_63);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_64 = (&L_63->___renderChainData_20);
int32_t L_65 = L_64->___hierarchyDepth_6;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___ve0;
NullCheck(L_66);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_67 = (&L_66->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_68 = L_67->___nextDirty_5;
NullCheck(L_62);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_62, L_65, L_68, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
}
IL_014b:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_69 = ___ve0;
NullCheck(L_69);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_70 = (&L_69->___renderChainData_20);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_71 = ___ve0;
NullCheck(L_71);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_72 = (&L_71->___renderChainData_20);
V_5 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
L_72->___nextDirty_5 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_72->___nextDirty_5), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_73 = V_5;
L_70->___prevDirty_4 = L_73;
Il2CppCodeGenWriteBarrier((void**)(&L_70->___prevDirty_4), (void*)L_73);
}
IL_0168:
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___dirtyTypesInverse1, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(_thisAdjusted, ___ve0, ___dirtyTypesInverse1, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
{
V_0 = 0;
goto IL_0025;
}
IL_0005:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___minDepths_2;
int32_t L_1 = V_0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (int32_t)((int32_t)2147483647LL));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___maxDepths_3;
int32_t L_3 = V_0;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)((int32_t)-2147483648LL));
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0025:
{
int32_t L_5 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = __this->___minDepths_2;
NullCheck(L_6);
V_1 = (bool)((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))? 1 : 0);
bool L_7 = V_1;
if (L_7)
{
goto IL_0005;
}
}
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AllocateIndex(UnityEngine.UIElements.UIR.RenderChain)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderChainStaticIndexAllocator_AllocateIndex_m85285A26C5456B0F0774490040DF0E1BE14D47A7 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A(L_0, (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)NULL, List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A_RuntimeMethod_var);
V_0 = L_1;
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0027;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_4 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
int32_t L_5 = V_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = ___renderChain0;
NullCheck(L_4);
List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785(L_4, L_5, L_6, List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
goto IL_0040;
}
IL_0027:
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_7 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_inline(L_7, List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_RuntimeMethod_var);
V_0 = L_8;
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_9 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = ___renderChain0;
NullCheck(L_9);
List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_inline(L_9, L_10, List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_RuntimeMethod_var);
}
IL_0040:
{
int32_t L_11 = V_0;
V_2 = L_11;
goto IL_0044;
}
IL_0044:
{
int32_t L_12 = V_2;
return L_12;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::FreeIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainStaticIndexAllocator_FreeIndex_mB892326C0D5AAE1AC33BBE7B75F56168C465F50D (int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
int32_t L_1 = ___index0;
NullCheck(L_0);
List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785(L_0, L_1, (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)NULL, List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
return;
}
}
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AccessIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* RenderChainStaticIndexAllocator_AccessIndex_m6E4056BA68384C7CC11F5E29CC7570F17A820949 (int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
int32_t L_1 = ___index0;
NullCheck(L_0);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_2;
L_2 = List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28(L_0, L_1, List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28_RuntimeMethod_var);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_3 = V_0;
return L_3;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainStaticIndexAllocator__cctor_m1D4B6854730AA1FECF00D8B63F78A1C525034564 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7524385702B2ADF442BBE71121A26B337005726D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = (List_1_t7524385702B2ADF442BBE71121A26B337005726D*)il2cpp_codegen_object_new(List_1_t7524385702B2ADF442BBE71121A26B337005726D_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978(L_0, 4, List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978_RuntimeMethod_var);
((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_pinvoke(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke& marshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_pinvoke_back(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke& marshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_pinvoke_cleanup(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_com(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com& marshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_com_back(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com& marshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_com_cleanup(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mD875B2A13EB4FA1AC4A950804287BB1613C30E89 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* L_0 = (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F*)il2cpp_codegen_object_new(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m4C2ADA9EDB62AAE44752E97EBEB51FD541B0420B(L_0, NULL);
((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m4C2ADA9EDB62AAE44752E97EBEB51FD541B0420B (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain/<>c::<.ctor>b__37_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66 (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)il2cpp_codegen_object_new(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
NullCheck(L_0);
RenderChainCommand__ctor_m305982AFE24A773C052036C022B909ABC9FC6A1E(L_0, NULL);
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::<.ctor>b__37_1(UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8 (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___cmd0, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_pinvoke(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke& marshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_pinvoke_back(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke& marshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_pinvoke_cleanup(RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_com(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com& marshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_com_back(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com& marshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_com_cleanup(RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com& marshaled)
{
}
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::get_lastClosingOrLastCommand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* __this, const RuntimeMethod* method)
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B2_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B1_0 = NULL;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___lastClosingCommand_12;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0011;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = __this->___lastCommand_10;
G_B2_0 = L_2;
}
IL_0011:
{
V_0 = G_B2_0;
goto IL_0014;
}
IL_0014:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*>(__this + _offset);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* _returnValue;
_returnValue = RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::AllocatesID(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChainVEData_AllocatesID_mC32602B7B92A91E8EC060DB1AFB5E78B0A904E5B (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___alloc0;
uint8_t L_1 = L_0.___ownedState_4;
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0013;
}
}
{
bool L_2;
L_2 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
G_B3_0 = ((int32_t)(L_2));
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 0;
}
IL_0014:
{
V_0 = (bool)G_B3_0;
goto IL_0017;
}
IL_0017:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::InheritsID(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChainVEData_InheritsID_m2D79AB8B28818D056408F4DF6ED7B3EF0DD87A6F (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___alloc0;
uint8_t L_1 = L_0.___ownedState_4;
if (L_1)
{
goto IL_0012;
}
}
{
bool L_2;
L_2 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
G_B3_0 = ((int32_t)(L_2));
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 0;
}
IL_0013:
{
V_0 = (bool)G_B3_0;
goto IL_0016;
}
IL_0016:
{
bool L_3 = V_0;
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_pinvoke(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke& marshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_pinvoke_back(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke& marshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_pinvoke_cleanup(RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_com(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com& marshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_com_back(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com& marshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_com_cleanup(RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_pinvoke(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke& marshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_pinvoke_back(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke& marshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_pinvoke_cleanup(TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_com(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com& marshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_com_back(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com& marshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_com_cleanup(TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseShaderInfoStorage_get_disposed_mAF7F54A791E6AF75BF1AD71B1DDA85099BFCE1EF (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_4;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::set_disposed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseShaderInfoStorage_set_disposed_m454C43D78C684531DF00E4EE08E436C383C6944B (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_4 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseShaderInfoStorage_Dispose_m9DF4F3D71F97B25C83B13B5879DEE23FA8943CE6 (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VirtualActionInvoker1< bool >::Invoke(9 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::Dispose(System.Boolean) */, __this, (bool)1);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseShaderInfoStorage_Dispose_m4346D0BFF23C896046CB1A774E6EB4F4EFC9E56F (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, bool ___disposing0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
bool L_0;
L_0 = BaseShaderInfoStorage_get_disposed_mAF7F54A791E6AF75BF1AD71B1DDA85099BFCE1EF_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
goto IL_001d;
}
IL_000d:
{
bool L_2 = ___disposing0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0015;
}
}
IL_0015:
{
BaseShaderInfoStorage_set_disposed_m454C43D78C684531DF00E4EE08E436C383C6944B_inline(__this, (bool)1, NULL);
}
IL_001d:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseShaderInfoStorage__ctor_m5CD6C884D6587272D9C90F8DEE2BE0C38A5C4DBB (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseShaderInfoStorage__cctor_mFDBB1D873C0A850610957E1F5CAD23F57DE66F51 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1B81CF34CD3521DA999652F1C40F5F1C2960B5C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF75779B02150B87996255CAA93D59C364D48641);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAC2230AD7FF7186015A2770D3B8D751E3305C5C);
s_Il2CppMethodInitialized = true;
}
{
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
memset((&L_0), 0, sizeof(L_0));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteralFAC2230AD7FF7186015A2770D3B8D751E3305C5C, /*hidden argument*/NULL);
((BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_StaticFields*)il2cpp_codegen_static_fields_for(BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_il2cpp_TypeInfo_var))->___s_MarkerCopyTexture_1 = L_0;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteralB1B81CF34CD3521DA999652F1C40F5F1C2960B5C, /*hidden argument*/NULL);
((BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_StaticFields*)il2cpp_codegen_static_fields_for(BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_il2cpp_TypeInfo_var))->___s_MarkerGetTextureData_2 = L_1;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
memset((&L_2), 0, sizeof(L_2));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteralEF75779B02150B87996255CAA93D59C364D48641, /*hidden argument*/NULL);
((BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_StaticFields*)il2cpp_codegen_static_fields_for(BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_il2cpp_TypeInfo_var))->___s_MarkerUpdateTexture_3 = L_2;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBA32__ctor_m082C6F170DFC30736704D1BB0713CA35F19FD909 (ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0* __this, int32_t ___initialSize0, int32_t ___maxSize1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorage_1__ctor_mD11645EBACDBF20EA5720F446D814A53D8EF54A0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var);
Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* L_0 = ((ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_StaticFields*)il2cpp_codegen_static_fields_for(ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var))->___s_Convert_12;
int32_t L_1 = ___initialSize0;
int32_t L_2 = ___maxSize1;
ShaderInfoStorage_1__ctor_mD11645EBACDBF20EA5720F446D814A53D8EF54A0(__this, 4, L_0, L_1, L_2, ShaderInfoStorage_1__ctor_mD11645EBACDBF20EA5720F446D814A53D8EF54A0_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBA32__cctor_m21E93C2ACBBAF366D45B13D9136ADD0FB5887EAD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__2_0_m564DECCDB610765A37429A4DA9B9363D638D35B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var);
U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107* L_0 = ((U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* L_1 = (Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277*)il2cpp_codegen_object_new(Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277_il2cpp_TypeInfo_var);
NullCheck(L_1);
Func_2__ctor_m3F0B622CFF8856C182A01DC105F39DED2A370A24(L_1, L_0, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__2_0_m564DECCDB610765A37429A4DA9B9363D638D35B4_RuntimeMethod_var), NULL);
((ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_StaticFields*)il2cpp_codegen_static_fields_for(ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var))->___s_Convert_12 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_StaticFields*)il2cpp_codegen_static_fields_for(ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var))->___s_Convert_12), (void*)L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m610C4B10F553A6ABDC8BC094179F4F05FE9E548C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107* L_0 = (U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107*)il2cpp_codegen_object_new(U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m9406A0B5BCA24ADE8FF440C2AE75F459D7367C64(L_0, NULL);
((U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m9406A0B5BCA24ADE8FF440C2AE75F459D7367C64 (U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32/<>c::<.cctor>b__2_0(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B U3CU3Ec_U3C_cctorU3Eb__2_0_m564DECCDB610765A37429A4DA9B9363D638D35B4 (U3CU3Ec_t5F553442E84493FDD251E563A1705A932E3EF107* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method)
{
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1;
L_1 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBAFloat__ctor_m1A6C0C0180903E3A2AA7D7DA534D30D2DEECE04B (ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27* __this, int32_t ___initialSize0, int32_t ___maxSize1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorage_1__ctor_m3A0A8B48CCEDA1F58DC2A1E45D890DDA33593187_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var);
Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* L_0 = ((ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_StaticFields*)il2cpp_codegen_static_fields_for(ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var))->___s_Convert_12;
int32_t L_1 = ___initialSize0;
int32_t L_2 = ___maxSize1;
ShaderInfoStorage_1__ctor_m3A0A8B48CCEDA1F58DC2A1E45D890DDA33593187(__this, ((int32_t)20), L_0, L_1, L_2, ShaderInfoStorage_1__ctor_m3A0A8B48CCEDA1F58DC2A1E45D890DDA33593187_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBAFloat__cctor_mB1B7E3C73F5CC5D4BC6C57EAC467887C937A7135 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__2_0_mCC00B61C3EB3DF510C16ABFAF0DFD134E9E1925E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var);
U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30* L_0 = ((U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* L_1 = (Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E*)il2cpp_codegen_object_new(Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E_il2cpp_TypeInfo_var);
NullCheck(L_1);
Func_2__ctor_m54245705A6CDAF43B16B589F3F3FC9944611C990(L_1, L_0, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__2_0_mCC00B61C3EB3DF510C16ABFAF0DFD134E9E1925E_RuntimeMethod_var), NULL);
((ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_StaticFields*)il2cpp_codegen_static_fields_for(ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var))->___s_Convert_12 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_StaticFields*)il2cpp_codegen_static_fields_for(ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var))->___s_Convert_12), (void*)L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m90B799B856B4E481C520FC5106AB465625FFEFDE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30* L_0 = (U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30*)il2cpp_codegen_object_new(U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m881BF3B85990A6CC274FB79FF580FA3F4F327682(L_0, NULL);
((U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m881BF3B85990A6CC274FB79FF580FA3F4F327682 (U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.Color UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat/<>c::<.cctor>b__2_0(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F U3CU3Ec_U3C_cctorU3Eb__2_0_mCC00B61C3EB3DF510C16ABFAF0DFD134E9E1925E (U3CU3Ec_t4DE01057A44361C0B94259D0EC47686EF7255D30* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method)
{
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.Shaders::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shaders__cctor_m83650BD2AE531EBAC060214723F086D6D13DF43A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_runtime_class_init_inline(UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var);
bool L_0 = ((UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var))->___IsUIEPackageLoaded_1;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0040;
}
}
{
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0 = _stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0), (void*)_stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1 = _stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1), (void*)_stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2 = _stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2), (void*)_stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3 = _stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3), (void*)_stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4 = _stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4), (void*)_stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65);
goto IL_0074;
}
IL_0040:
{
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0 = _stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0), (void*)_stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1 = _stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1), (void*)_stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2 = _stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2), (void*)_stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3 = _stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3), (void*)_stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4 = _stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4), (void*)_stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954);
}
IL_0074:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRect(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams,System.Single,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRect_m56F865B64BD1A60EA037BC07B815C31FFD38E1D7 (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___rectParams0, float ___posZ1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___meshAlloc2, bool ___computeUVs3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
uint16_t V_1 = 0;
uint16_t V_2 = 0;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
int32_t G_B3_0 = 0;
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = (&(&___rectParams0)->___rect_0);
float L_1;
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_2 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_1) < ((float)L_2)))
{
goto IL_0029;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_3 = (&(&___rectParams0)->___rect_0);
float L_4;
L_4 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_5 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B3_0 = ((((float)L_4) < ((float)L_5))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B3_0 = 1;
}
IL_002a:
{
V_4 = (bool)G_B3_0;
bool L_6 = V_4;
if (!L_6)
{
goto IL_0035;
}
}
{
goto IL_012f;
}
IL_0035:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_7 = (&(&___rectParams0)->___rect_0);
float L_8;
L_8 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_7, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = (&(&___rectParams0)->___rect_0);
float L_10;
L_10 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_9, NULL);
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((float)il2cpp_codegen_multiply(L_8, (0.5f))), ((float)il2cpp_codegen_multiply(L_10, (0.5f))), NULL);
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_11 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = L_11.___topLeftRadius_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
L_14 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_12, L_13, NULL);
(&___rectParams0)->___topLeftRadius_9 = L_14;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_15 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = L_15.___topRightRadius_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
L_18 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_16, L_17, NULL);
(&___rectParams0)->___topRightRadius_10 = L_18;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_19 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = L_19.___bottomRightRadius_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
L_22 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_20, L_21, NULL);
(&___rectParams0)->___bottomRightRadius_11 = L_22;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_23 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = L_23.___bottomLeftRadius_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
L_26 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_24, L_25, NULL);
(&___rectParams0)->___bottomLeftRadius_12 = L_26;
V_1 = (uint16_t)0;
V_2 = (uint16_t)0;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_27 = ___rectParams0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_28 = L_27.___colorPage_18;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedCorners_m28EDBCD960A1CA86586085AEEC81AC8AABFD465A((&___rectParams0), (0.0f), (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*)NULL, L_28, (&V_1), (&V_2), (bool)1, NULL);
uint16_t L_29 = V_1;
uint16_t L_30 = V_2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_31;
L_31 = AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2((&___meshAlloc2), L_29, L_30, NULL);
V_3 = L_31;
V_1 = (uint16_t)0;
V_2 = (uint16_t)0;
float L_32 = ___posZ1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_33 = V_3;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_34 = ___rectParams0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_35 = L_34.___colorPage_18;
Tessellation_TessellateRoundedCorners_m28EDBCD960A1CA86586085AEEC81AC8AABFD465A((&___rectParams0), L_32, L_33, L_35, (&V_1), (&V_2), (bool)0, NULL);
bool L_36 = ___computeUVs3;
V_5 = L_36;
bool L_37 = V_5;
if (!L_37)
{
goto IL_0111;
}
}
{
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_38 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39 = L_38.___rect_0;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_40 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_41 = L_40.___uv_1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_42 = V_3;
NullCheck(L_42);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_43;
L_43 = MeshWriteData_get_uvRegion_m6E543500740DE690E1C3DB46DACA44DE9F785353(L_42, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_44 = V_3;
NullCheck(L_44);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_45 = L_44->___m_Vertices_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_ComputeUVs_mB71B9A6E6CB31E14D533DA77FF809A0233E0E6DA(L_39, L_41, L_43, L_45, NULL);
}
IL_0111:
{
uint16_t L_46 = V_1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_47 = V_3;
NullCheck(L_47);
int32_t L_48;
L_48 = MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23(L_47, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_46) == ((int32_t)L_48))? 1 : 0), NULL);
uint16_t L_49 = V_2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_50 = V_3;
NullCheck(L_50);
int32_t L_51;
L_51 = MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3(L_50, NULL);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_49) == ((int32_t)L_51))? 1 : 0), NULL);
}
IL_012f:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuad(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams,System.Single,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuad_mA68F16DFCB41CA1C7E074C7328CDE8DAD34629E1 (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___rectParams0, float ___posZ1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___meshAlloc2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_2 = NULL;
bool V_3 = false;
int32_t G_B3_0 = 0;
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = (&(&___rectParams0)->___rect_0);
float L_1;
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_2 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_1) < ((float)L_2)))
{
goto IL_0029;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_3 = (&(&___rectParams0)->___rect_0);
float L_4;
L_4 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_5 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B3_0 = ((((float)L_4) < ((float)L_5))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B3_0 = 1;
}
IL_002a:
{
V_3 = (bool)G_B3_0;
bool L_6 = V_3;
if (!L_6)
{
goto IL_0030;
}
}
{
goto IL_00ac;
}
IL_0030:
{
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_7 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = L_7.___rect_0;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_9 = ___rectParams0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = L_9.___color_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_11;
L_11 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_10, NULL);
float L_12 = ___posZ1;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_13 = ___rectParams0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_14 = L_13.___colorPage_18;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_mA876F37A4891B36140E65E82D553D4419ED2FA44(L_8, ((int32_t)15), L_11, L_12, (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*)NULL, L_14, (&V_0), (&V_1), (bool)1, NULL);
uint16_t L_15 = V_0;
uint16_t L_16 = V_1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_17;
L_17 = AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2((&___meshAlloc2), L_15, L_16, NULL);
V_2 = L_17;
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_18 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19 = L_18.___rect_0;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_20 = ___rectParams0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_21 = L_20.___color_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_22;
L_22 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_21, NULL);
float L_23 = ___posZ1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_24 = V_2;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_25 = ___rectParams0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_26 = L_25.___colorPage_18;
Tessellation_TessellateQuad_mA876F37A4891B36140E65E82D553D4419ED2FA44(L_19, ((int32_t)15), L_22, L_23, L_24, L_26, (&V_0), (&V_1), (bool)0, NULL);
uint16_t L_27 = V_0;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_28 = V_2;
NullCheck(L_28);
int32_t L_29;
L_29 = MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23(L_28, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_27) == ((int32_t)L_29))? 1 : 0), NULL);
uint16_t L_30 = V_1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_31 = V_2;
NullCheck(L_31);
int32_t L_32;
L_32 = MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3(L_31, NULL);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_30) == ((int32_t)L_32))? 1 : 0), NULL);
}
IL_00ac:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateBorder(UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams,System.Single,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateBorder_m887D13634995E259F28A7A250463DA4A465B7465 (BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 ___borderParams0, float ___posZ1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___meshAlloc2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
uint16_t V_1 = 0;
uint16_t V_2 = 0;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_3 = NULL;
bool V_4 = false;
int32_t G_B3_0 = 0;
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = (&(&___borderParams0)->___rect_0);
float L_1;
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_2 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_1) < ((float)L_2)))
{
goto IL_0029;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_3 = (&(&___borderParams0)->___rect_0);
float L_4;
L_4 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_5 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B3_0 = ((((float)L_4) < ((float)L_5))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B3_0 = 1;
}
IL_002a:
{
V_4 = (bool)G_B3_0;
bool L_6 = V_4;
if (!L_6)
{
goto IL_0035;
}
}
{
goto IL_015e;
}
IL_0035:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_7 = (&(&___borderParams0)->___rect_0);
float L_8;
L_8 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_7, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = (&(&___borderParams0)->___rect_0);
float L_10;
L_10 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_9, NULL);
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((float)il2cpp_codegen_multiply(L_8, (0.5f))), ((float)il2cpp_codegen_multiply(L_10, (0.5f))), NULL);
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_11 = ___borderParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = L_11.___topLeftRadius_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
L_14 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_12, L_13, NULL);
(&___borderParams0)->___topLeftRadius_10 = L_14;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_15 = ___borderParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = L_15.___topRightRadius_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
L_18 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_16, L_17, NULL);
(&___borderParams0)->___topRightRadius_11 = L_18;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_19 = ___borderParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = L_19.___bottomRightRadius_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
L_22 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_20, L_21, NULL);
(&___borderParams0)->___bottomRightRadius_12 = L_22;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_23 = ___borderParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = L_23.___bottomLeftRadius_13;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
L_26 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_24, L_25, NULL);
(&___borderParams0)->___bottomLeftRadius_13 = L_26;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_27 = ___borderParams0;
float L_28 = L_27.___leftWidth_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29 = V_0;
float L_30 = L_29.___x_0;
float L_31;
L_31 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_28, L_30, NULL);
(&___borderParams0)->___leftWidth_6 = L_31;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_32 = ___borderParams0;
float L_33 = L_32.___topWidth_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = V_0;
float L_35 = L_34.___y_1;
float L_36;
L_36 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_33, L_35, NULL);
(&___borderParams0)->___topWidth_7 = L_36;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_37 = ___borderParams0;
float L_38 = L_37.___rightWidth_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_0;
float L_40 = L_39.___x_0;
float L_41;
L_41 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_38, L_40, NULL);
(&___borderParams0)->___rightWidth_8 = L_41;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_42 = ___borderParams0;
float L_43 = L_42.___bottomWidth_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = V_0;
float L_45 = L_44.___y_1;
float L_46;
L_46 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_43, L_45, NULL);
(&___borderParams0)->___bottomWidth_9 = L_46;
V_1 = (uint16_t)0;
V_2 = (uint16_t)0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedBorders_mD1BE1C7EB1E940509C11BA911376B9CB88A81165((&___borderParams0), (0.0f), (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*)NULL, (&V_1), (&V_2), (bool)1, NULL);
uint16_t L_47 = V_1;
uint16_t L_48 = V_2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_49;
L_49 = AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2((&___meshAlloc2), L_47, L_48, NULL);
V_3 = L_49;
V_1 = (uint16_t)0;
V_2 = (uint16_t)0;
float L_50 = ___posZ1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_51 = V_3;
Tessellation_TessellateRoundedBorders_mD1BE1C7EB1E940509C11BA911376B9CB88A81165((&___borderParams0), L_50, L_51, (&V_1), (&V_2), (bool)0, NULL);
uint16_t L_52 = V_1;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_53 = V_3;
NullCheck(L_53);
int32_t L_54;
L_54 = MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23(L_53, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_52) == ((int32_t)L_54))? 1 : 0), NULL);
uint16_t L_55 = V_2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_56 = V_3;
NullCheck(L_56);
int32_t L_57;
L_57 = MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3(L_56, NULL);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_55) == ((int32_t)L_57))? 1 : 0), NULL);
}
IL_015e:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedCorners(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams&,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedCorners_m28EDBCD960A1CA86586085AEEC81AC8AABFD465A (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* ___rectParams0, float ___posZ1, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh2, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage3, uint16_t* ___vertexCount4, uint16_t* ___indexCount5, bool ___countOnly6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
{
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_0 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_1 = (&L_0->___rect_0);
float L_2;
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_1, NULL);
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_3 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = (&L_3->___rect_0);
float L_5;
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_4, NULL);
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_2), ((float)il2cpp_codegen_multiply(L_2, (0.5f))), ((float)il2cpp_codegen_multiply(L_5, (0.5f))), NULL);
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_6 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_7 = (&L_6->___rect_0);
float L_8;
L_8 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_7, NULL);
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_9 = ___rectParams0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_10 = (&L_9->___rect_0);
float L_11;
L_11 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_10, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_2;
float L_13 = L_12.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_2;
float L_15 = L_14.___y_1;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_3), L_8, L_11, L_13, L_15, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_16 = V_3;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_17 = ___rectParams0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18 = L_17->___color_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_19;
L_19 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_18, NULL);
float L_20 = ___posZ1;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_21 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = L_21->___topLeftRadius_9;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_23 = ___mesh2;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_24 = ___colorPage3;
uint16_t* L_25 = ___vertexCount4;
uint16_t* L_26 = ___indexCount5;
bool L_27 = ___countOnly6;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedCorner_m8B3644F84D8C98E8A590D07B9C3D0194752BFA5D(L_16, L_19, L_20, L_22, L_23, L_24, L_25, L_26, L_27, NULL);
uint16_t* L_28 = ___vertexCount4;
int32_t L_29 = *((uint16_t*)L_28);
V_0 = (uint16_t)L_29;
uint16_t* L_30 = ___indexCount5;
int32_t L_31 = *((uint16_t*)L_30);
V_1 = (uint16_t)L_31;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_32 = V_3;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_33 = ___rectParams0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_34 = L_33->___color_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_35;
L_35 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_34, NULL);
float L_36 = ___posZ1;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_37 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = L_37->___topRightRadius_10;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_39 = ___mesh2;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_40 = ___colorPage3;
uint16_t* L_41 = ___vertexCount4;
uint16_t* L_42 = ___indexCount5;
bool L_43 = ___countOnly6;
Tessellation_TessellateRoundedCorner_m8B3644F84D8C98E8A590D07B9C3D0194752BFA5D(L_32, L_35, L_36, L_38, L_39, L_40, L_41, L_42, L_43, NULL);
bool L_44 = ___countOnly6;
V_4 = (bool)((((int32_t)L_44) == ((int32_t)0))? 1 : 0);
bool L_45 = V_4;
if (!L_45)
{
goto IL_00d4;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_46 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_47 = ___mesh2;
NullCheck(L_47);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_48 = L_47->___m_Vertices_0;
uint16_t L_49 = V_0;
uint16_t* L_50 = ___vertexCount4;
int32_t L_51 = *((uint16_t*)L_50);
uint16_t L_52 = V_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_46, L_48, L_49, ((int32_t)il2cpp_codegen_subtract(L_51, (int32_t)L_52)), (bool)1, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_53 = ___mesh2;
NullCheck(L_53);
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_54 = L_53->___m_Indices_1;
uint16_t L_55 = V_1;
uint16_t* L_56 = ___indexCount5;
int32_t L_57 = *((uint16_t*)L_56);
uint16_t L_58 = V_1;
Tessellation_FlipWinding_m7D6C3C950B9E2D5441B833C33DFD48F701F9317A(L_54, L_55, ((int32_t)il2cpp_codegen_subtract(L_57, (int32_t)L_58)), NULL);
}
IL_00d4:
{
uint16_t* L_59 = ___vertexCount4;
int32_t L_60 = *((uint16_t*)L_59);
V_0 = (uint16_t)L_60;
uint16_t* L_61 = ___indexCount5;
int32_t L_62 = *((uint16_t*)L_61);
V_1 = (uint16_t)L_62;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_63 = V_3;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_64 = ___rectParams0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_65 = L_64->___color_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_66;
L_66 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_65, NULL);
float L_67 = ___posZ1;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_68 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_69 = L_68->___bottomRightRadius_11;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_70 = ___mesh2;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_71 = ___colorPage3;
uint16_t* L_72 = ___vertexCount4;
uint16_t* L_73 = ___indexCount5;
bool L_74 = ___countOnly6;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedCorner_m8B3644F84D8C98E8A590D07B9C3D0194752BFA5D(L_63, L_66, L_67, L_69, L_70, L_71, L_72, L_73, L_74, NULL);
bool L_75 = ___countOnly6;
V_5 = (bool)((((int32_t)L_75) == ((int32_t)0))? 1 : 0);
bool L_76 = V_5;
if (!L_76)
{
goto IL_0132;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_77 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_78 = ___mesh2;
NullCheck(L_78);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_79 = L_78->___m_Vertices_0;
uint16_t L_80 = V_0;
uint16_t* L_81 = ___vertexCount4;
int32_t L_82 = *((uint16_t*)L_81);
uint16_t L_83 = V_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_77, L_79, L_80, ((int32_t)il2cpp_codegen_subtract(L_82, (int32_t)L_83)), (bool)1, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_84 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_85 = ___mesh2;
NullCheck(L_85);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_86 = L_85->___m_Vertices_0;
uint16_t L_87 = V_0;
uint16_t* L_88 = ___vertexCount4;
int32_t L_89 = *((uint16_t*)L_88);
uint16_t L_90 = V_0;
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_84, L_86, L_87, ((int32_t)il2cpp_codegen_subtract(L_89, (int32_t)L_90)), (bool)0, NULL);
}
IL_0132:
{
uint16_t* L_91 = ___vertexCount4;
int32_t L_92 = *((uint16_t*)L_91);
V_0 = (uint16_t)L_92;
uint16_t* L_93 = ___indexCount5;
int32_t L_94 = *((uint16_t*)L_93);
V_1 = (uint16_t)L_94;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_95 = V_3;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_96 = ___rectParams0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_97 = L_96->___color_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_98;
L_98 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_97, NULL);
float L_99 = ___posZ1;
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_100 = ___rectParams0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_101 = L_100->___bottomLeftRadius_12;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_102 = ___mesh2;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_103 = ___colorPage3;
uint16_t* L_104 = ___vertexCount4;
uint16_t* L_105 = ___indexCount5;
bool L_106 = ___countOnly6;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedCorner_m8B3644F84D8C98E8A590D07B9C3D0194752BFA5D(L_95, L_98, L_99, L_101, L_102, L_103, L_104, L_105, L_106, NULL);
bool L_107 = ___countOnly6;
V_6 = (bool)((((int32_t)L_107) == ((int32_t)0))? 1 : 0);
bool L_108 = V_6;
if (!L_108)
{
goto IL_018e;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_109 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_110 = ___mesh2;
NullCheck(L_110);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_111 = L_110->___m_Vertices_0;
uint16_t L_112 = V_0;
uint16_t* L_113 = ___vertexCount4;
int32_t L_114 = *((uint16_t*)L_113);
uint16_t L_115 = V_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_109, L_111, L_112, ((int32_t)il2cpp_codegen_subtract(L_114, (int32_t)L_115)), (bool)0, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_116 = ___mesh2;
NullCheck(L_116);
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_117 = L_116->___m_Indices_1;
uint16_t L_118 = V_1;
uint16_t* L_119 = ___indexCount5;
int32_t L_120 = *((uint16_t*)L_119);
uint16_t L_121 = V_1;
Tessellation_FlipWinding_m7D6C3C950B9E2D5441B833C33DFD48F701F9317A(L_117, L_118, ((int32_t)il2cpp_codegen_subtract(L_120, (int32_t)L_121)), NULL);
}
IL_018e:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedBorders(UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams&,System.Single,UnityEngine.UIElements.MeshWriteData,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedBorders_mD1BE1C7EB1E940509C11BA911376B9CB88A81165 (BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* ___border0, float ___posZ1, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh2, uint16_t* ___vertexCount3, uint16_t* ___indexCount4, bool ___countOnly5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
memset((&V_3), 0, sizeof(V_3));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_5;
memset((&V_5), 0, sizeof(V_5));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_6;
memset((&V_6), 0, sizeof(V_6));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
{
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_0 = ___border0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_1 = (&L_0->___rect_0);
float L_2;
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_1, NULL);
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_3 = ___border0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = (&L_3->___rect_0);
float L_5;
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_4, NULL);
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_2), ((float)il2cpp_codegen_multiply(L_2, (0.5f))), ((float)il2cpp_codegen_multiply(L_5, (0.5f))), NULL);
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_6 = ___border0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_7 = (&L_6->___rect_0);
float L_8;
L_8 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_7, NULL);
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_9 = ___border0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_10 = (&L_9->___rect_0);
float L_11;
L_11 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_10, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_2;
float L_13 = L_12.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_2;
float L_15 = L_14.___y_1;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_3), L_8, L_11, L_13, L_15, NULL);
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_16 = ___border0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = L_16->___leftColor_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_18;
L_18 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_17, NULL);
V_4 = L_18;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_19 = ___border0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20 = L_19->___topColor_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_21;
L_21 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_20, NULL);
V_5 = L_21;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_22 = ___border0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = L_22->___bottomColor_5;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_24;
L_24 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_23, NULL);
V_6 = L_24;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_25 = ___border0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_26 = L_25->___rightColor_4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_27;
L_27 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_26, NULL);
V_7 = L_27;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_28 = V_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_29 = V_4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_30 = V_5;
float L_31 = ___posZ1;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_32 = ___border0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = L_32->___topLeftRadius_10;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_34 = ___border0;
float L_35 = L_34->___leftWidth_6;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_36 = ___border0;
float L_37 = L_36->___topWidth_7;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_38 = ___mesh2;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_39 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_40 = L_39->___leftColorPage_15;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_41 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_42 = L_41->___topColorPage_16;
uint16_t* L_43 = ___vertexCount3;
uint16_t* L_44 = ___indexCount4;
bool L_45 = ___countOnly5;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedBorder_m852EC5AA79809265CC1A82952D9BF6017B7DAE10(L_28, L_29, L_30, L_31, L_33, L_35, L_37, L_38, L_40, L_42, L_43, L_44, L_45, NULL);
uint16_t* L_46 = ___vertexCount3;
int32_t L_47 = *((uint16_t*)L_46);
V_0 = (uint16_t)L_47;
uint16_t* L_48 = ___indexCount4;
int32_t L_49 = *((uint16_t*)L_48);
V_1 = (uint16_t)L_49;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_50 = V_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_51 = V_7;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_52 = V_5;
float L_53 = ___posZ1;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_54 = ___border0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55 = L_54->___topRightRadius_11;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_56 = ___border0;
float L_57 = L_56->___rightWidth_8;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_58 = ___border0;
float L_59 = L_58->___topWidth_7;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_60 = ___mesh2;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_61 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_62 = L_61->___rightColorPage_17;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_63 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_64 = L_63->___topColorPage_16;
uint16_t* L_65 = ___vertexCount3;
uint16_t* L_66 = ___indexCount4;
bool L_67 = ___countOnly5;
Tessellation_TessellateRoundedBorder_m852EC5AA79809265CC1A82952D9BF6017B7DAE10(L_50, L_51, L_52, L_53, L_55, L_57, L_59, L_60, L_62, L_64, L_65, L_66, L_67, NULL);
bool L_68 = ___countOnly5;
V_8 = (bool)((((int32_t)L_68) == ((int32_t)0))? 1 : 0);
bool L_69 = V_8;
if (!L_69)
{
goto IL_0124;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_70 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_71 = ___mesh2;
NullCheck(L_71);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_72 = L_71->___m_Vertices_0;
uint16_t L_73 = V_0;
uint16_t* L_74 = ___vertexCount3;
int32_t L_75 = *((uint16_t*)L_74);
uint16_t L_76 = V_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_70, L_72, L_73, ((int32_t)il2cpp_codegen_subtract(L_75, (int32_t)L_76)), (bool)1, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_77 = ___mesh2;
NullCheck(L_77);
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_78 = L_77->___m_Indices_1;
uint16_t L_79 = V_1;
uint16_t* L_80 = ___indexCount4;
int32_t L_81 = *((uint16_t*)L_80);
uint16_t L_82 = V_1;
Tessellation_FlipWinding_m7D6C3C950B9E2D5441B833C33DFD48F701F9317A(L_78, L_79, ((int32_t)il2cpp_codegen_subtract(L_81, (int32_t)L_82)), NULL);
}
IL_0124:
{
uint16_t* L_83 = ___vertexCount3;
int32_t L_84 = *((uint16_t*)L_83);
V_0 = (uint16_t)L_84;
uint16_t* L_85 = ___indexCount4;
int32_t L_86 = *((uint16_t*)L_85);
V_1 = (uint16_t)L_86;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_87 = V_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_88 = V_7;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_89 = V_6;
float L_90 = ___posZ1;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_91 = ___border0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_92 = L_91->___bottomRightRadius_12;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_93 = ___border0;
float L_94 = L_93->___rightWidth_8;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_95 = ___border0;
float L_96 = L_95->___bottomWidth_9;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_97 = ___mesh2;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_98 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_99 = L_98->___rightColorPage_17;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_100 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_101 = L_100->___bottomColorPage_18;
uint16_t* L_102 = ___vertexCount3;
uint16_t* L_103 = ___indexCount4;
bool L_104 = ___countOnly5;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedBorder_m852EC5AA79809265CC1A82952D9BF6017B7DAE10(L_87, L_88, L_89, L_90, L_92, L_94, L_96, L_97, L_99, L_101, L_102, L_103, L_104, NULL);
bool L_105 = ___countOnly5;
V_9 = (bool)((((int32_t)L_105) == ((int32_t)0))? 1 : 0);
bool L_106 = V_9;
if (!L_106)
{
goto IL_018e;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_107 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_108 = ___mesh2;
NullCheck(L_108);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_109 = L_108->___m_Vertices_0;
uint16_t L_110 = V_0;
uint16_t* L_111 = ___vertexCount3;
int32_t L_112 = *((uint16_t*)L_111);
uint16_t L_113 = V_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_107, L_109, L_110, ((int32_t)il2cpp_codegen_subtract(L_112, (int32_t)L_113)), (bool)1, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_114 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_115 = ___mesh2;
NullCheck(L_115);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_116 = L_115->___m_Vertices_0;
uint16_t L_117 = V_0;
uint16_t* L_118 = ___vertexCount3;
int32_t L_119 = *((uint16_t*)L_118);
uint16_t L_120 = V_0;
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_114, L_116, L_117, ((int32_t)il2cpp_codegen_subtract(L_119, (int32_t)L_120)), (bool)0, NULL);
}
IL_018e:
{
uint16_t* L_121 = ___vertexCount3;
int32_t L_122 = *((uint16_t*)L_121);
V_0 = (uint16_t)L_122;
uint16_t* L_123 = ___indexCount4;
int32_t L_124 = *((uint16_t*)L_123);
V_1 = (uint16_t)L_124;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_125 = V_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_126 = V_4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_127 = V_6;
float L_128 = ___posZ1;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_129 = ___border0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_130 = L_129->___bottomLeftRadius_13;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_131 = ___border0;
float L_132 = L_131->___leftWidth_6;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_133 = ___border0;
float L_134 = L_133->___bottomWidth_9;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_135 = ___mesh2;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_136 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_137 = L_136->___leftColorPage_15;
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* L_138 = ___border0;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_139 = L_138->___bottomColorPage_18;
uint16_t* L_140 = ___vertexCount3;
uint16_t* L_141 = ___indexCount4;
bool L_142 = ___countOnly5;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateRoundedBorder_m852EC5AA79809265CC1A82952D9BF6017B7DAE10(L_125, L_126, L_127, L_128, L_130, L_132, L_134, L_135, L_137, L_139, L_140, L_141, L_142, NULL);
bool L_143 = ___countOnly5;
V_10 = (bool)((((int32_t)L_143) == ((int32_t)0))? 1 : 0);
bool L_144 = V_10;
if (!L_144)
{
goto IL_01f7;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_145 = V_3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_146 = ___mesh2;
NullCheck(L_146);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_147 = L_146->___m_Vertices_0;
uint16_t L_148 = V_0;
uint16_t* L_149 = ___vertexCount3;
int32_t L_150 = *((uint16_t*)L_149);
uint16_t L_151 = V_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245(L_145, L_147, L_148, ((int32_t)il2cpp_codegen_subtract(L_150, (int32_t)L_151)), (bool)0, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_152 = ___mesh2;
NullCheck(L_152);
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_153 = L_152->___m_Indices_1;
uint16_t L_154 = V_1;
uint16_t* L_155 = ___indexCount4;
int32_t L_156 = *((uint16_t*)L_155);
uint16_t L_157 = V_1;
Tessellation_FlipWinding_m7D6C3C950B9E2D5441B833C33DFD48F701F9317A(L_153, L_154, ((int32_t)il2cpp_codegen_subtract(L_156, (int32_t)L_157)), NULL);
}
IL_01f7:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedCorner(UnityEngine.Rect,UnityEngine.Color32,System.Single,UnityEngine.Vector2,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedCorner_m8B3644F84D8C98E8A590D07B9C3D0194752BFA5D (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color1, float ___posZ2, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius3, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh4, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage5, uint16_t* ___vertexCount6, uint16_t* ___indexCount7, bool ___countOnly8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
float G_B7_0 = 0.0f;
float G_B7_1 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* G_B7_2 = NULL;
float G_B6_0 = 0.0f;
float G_B6_1 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* G_B6_2 = NULL;
float G_B8_0 = 0.0f;
float G_B8_1 = 0.0f;
float G_B8_2 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* G_B8_3 = NULL;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
L_0 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___radius3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
L_2 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_0, L_1, NULL);
V_0 = L_2;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3;
L_3 = Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476(NULL);
V_1 = L_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___radius3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
bool L_6;
L_6 = Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline(L_4, L_5, NULL);
V_2 = L_6;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0045;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = ___rect0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_9 = ___color1;
float L_10 = ___posZ2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_11 = ___mesh4;
il2cpp_codegen_initobj((&V_3), sizeof(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0));
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_12 = V_3;
uint16_t* L_13 = ___vertexCount6;
uint16_t* L_14 = ___indexCount7;
bool L_15 = ___countOnly8;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_mA876F37A4891B36140E65E82D553D4419ED2FA44(L_8, 3, L_9, L_10, L_11, L_12, L_13, L_14, L_15, NULL);
goto IL_013a;
}
IL_0045:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = ___radius3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
L_18 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_19 = ___color1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_20 = ___color1;
float L_21 = ___posZ2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_22 = ___mesh4;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_23 = ___colorPage5;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_24 = ___colorPage5;
uint16_t* L_25 = ___vertexCount6;
uint16_t* L_26 = ___indexCount7;
bool L_27 = ___countOnly8;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateFilledFan_m60425B5CBC5B79DD03EBDCF77FC9E5FC4965177F(L_16, L_17, L_18, (0.0f), (0.0f), L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, L_27, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28 = ___radius3;
float L_29 = L_28.___x_0;
float L_30;
L_30 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
V_4 = (bool)((((float)L_29) < ((float)L_30))? 1 : 0);
bool L_31 = V_4;
if (!L_31)
{
goto IL_00c7;
}
}
{
float L_32;
L_32 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = ___radius3;
float L_34 = L_33.___x_0;
float L_35;
L_35 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_36;
L_36 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = ___radius3;
float L_38 = L_37.___x_0;
float L_39;
L_39 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), ((float)il2cpp_codegen_add(L_32, L_34)), L_35, ((float)il2cpp_codegen_subtract(L_36, L_38)), L_39, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_40 = V_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_41 = ___color1;
float L_42 = ___posZ2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_43 = ___mesh4;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_44 = ___colorPage5;
uint16_t* L_45 = ___vertexCount6;
uint16_t* L_46 = ___indexCount7;
bool L_47 = ___countOnly8;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_mA876F37A4891B36140E65E82D553D4419ED2FA44(L_40, 2, L_41, L_42, L_43, L_44, L_45, L_46, L_47, NULL);
}
IL_00c7:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48 = ___radius3;
float L_49 = L_48.___y_1;
float L_50;
L_50 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
V_5 = (bool)((((float)L_49) < ((float)L_50))? 1 : 0);
bool L_51 = V_5;
if (!L_51)
{
goto IL_013a;
}
}
{
float L_52;
L_52 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_53;
L_53 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_54 = ___radius3;
float L_55 = L_54.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56 = ___radius3;
float L_57 = L_56.___x_0;
float L_58;
L_58 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
G_B6_0 = ((float)il2cpp_codegen_add(L_53, L_55));
G_B6_1 = L_52;
G_B6_2 = (&V_1);
if ((((float)L_57) < ((float)L_58)))
{
G_B7_0 = ((float)il2cpp_codegen_add(L_53, L_55));
G_B7_1 = L_52;
G_B7_2 = (&V_1);
goto IL_010c;
}
}
{
float L_59;
L_59 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
G_B8_0 = L_59;
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
goto IL_0112;
}
IL_010c:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60 = ___radius3;
float L_61 = L_60.___x_0;
G_B8_0 = L_61;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
}
IL_0112:
{
float L_62;
L_62 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63 = ___radius3;
float L_64 = L_63.___y_1;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23(G_B8_3, G_B8_2, G_B8_1, G_B8_0, ((float)il2cpp_codegen_subtract(L_62, L_64)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_65 = V_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_66 = ___color1;
float L_67 = ___posZ2;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_68 = ___mesh4;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_69 = ___colorPage5;
uint16_t* L_70 = ___vertexCount6;
uint16_t* L_71 = ___indexCount7;
bool L_72 = ___countOnly8;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_mA876F37A4891B36140E65E82D553D4419ED2FA44(L_65, 1, L_66, L_67, L_68, L_69, L_70, L_71, L_72, NULL);
}
IL_013a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateRoundedBorder(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateRoundedBorder_m852EC5AA79809265CC1A82952D9BF6017B7DAE10 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor1, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor2, float ___posZ3, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius4, float ___leftWidth5, float ___topWidth6, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh7, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage9, uint16_t* ___vertexCount10, uint16_t* ___indexCount11, bool ___countOnly12, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B22_0 = 0;
{
float L_0 = ___leftWidth5;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_1 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((!(((float)L_0) < ((float)L_1))))
{
goto IL_0015;
}
}
{
float L_2 = ___topWidth6;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_3 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B3_0 = ((((float)L_2) < ((float)L_3))? 1 : 0);
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 0;
}
IL_0016:
{
V_3 = (bool)G_B3_0;
bool L_4 = V_3;
if (!L_4)
{
goto IL_001f;
}
}
{
goto IL_02da;
}
IL_001f:
{
float L_5 = ___leftWidth5;
float L_6;
L_6 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline((0.0f), L_5, NULL);
___leftWidth5 = L_6;
float L_7 = ___topWidth6;
float L_8;
L_8 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline((0.0f), L_7, NULL);
___topWidth6 = L_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___radius4;
float L_10 = L_9.___x_0;
float L_11;
L_11 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
float L_12;
L_12 = Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline(L_10, (0.0f), L_11, NULL);
(&___radius4)->___x_0 = L_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = ___radius4;
float L_14 = L_13.___y_1;
float L_15;
L_15 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
float L_16;
L_16 = Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline(L_14, (0.0f), L_15, NULL);
(&___radius4)->___y_1 = L_16;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
L_17 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = ___radius4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
L_19 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_17, L_18, NULL);
V_0 = L_19;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_20;
L_20 = Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476(NULL);
V_1 = L_20;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = ___radius4;
float L_22 = L_21.___x_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_23 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_22) < ((float)L_23)))
{
goto IL_00ac;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = ___radius4;
float L_25 = L_24.___y_1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_26 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B8_0 = ((((float)L_25) < ((float)L_26))? 1 : 0);
goto IL_00ad;
}
IL_00ac:
{
G_B8_0 = 1;
}
IL_00ad:
{
V_4 = (bool)G_B8_0;
bool L_27 = V_4;
if (!L_27)
{
goto IL_0150;
}
}
{
float L_28 = ___leftWidth5;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_29 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
V_5 = (bool)((((float)L_28) > ((float)L_29))? 1 : 0);
bool L_30 = V_5;
if (!L_30)
{
goto IL_0101;
}
}
{
float L_31;
L_31 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_32;
L_32 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_33 = ___leftWidth5;
float L_34;
L_34 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), L_31, L_32, L_33, L_34, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_35 = V_1;
float L_36 = ___topWidth6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_37 = ___leftColor1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_38;
L_38 = Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline(L_37, NULL);
float L_39 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_40 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_41 = ___leftColorPage8;
uint16_t* L_42 = ___vertexCount10;
uint16_t* L_43 = ___indexCount11;
bool L_44 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateStraightBorder_mE1A452F63CE2F0FDA9BD15B2303C581011F82CDB(L_35, 1, L_36, L_38, L_39, L_40, L_41, L_42, L_43, L_44, NULL);
}
IL_0101:
{
float L_45 = ___topWidth6;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_46 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
V_6 = (bool)((((float)L_45) > ((float)L_46))? 1 : 0);
bool L_47 = V_6;
if (!L_47)
{
goto IL_014b;
}
}
{
float L_48;
L_48 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_49;
L_49 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_50;
L_50 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
float L_51 = ___topWidth6;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), L_48, L_49, L_50, L_51, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_52 = V_1;
float L_53 = ___leftWidth5;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_54 = ___topColor2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_55;
L_55 = Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline(L_54, NULL);
float L_56 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_57 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_58 = ___topColorPage9;
uint16_t* L_59 = ___vertexCount10;
uint16_t* L_60 = ___indexCount11;
bool L_61 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateStraightBorder_mE1A452F63CE2F0FDA9BD15B2303C581011F82CDB(L_52, 2, L_53, L_55, L_56, L_57, L_58, L_59, L_60, L_61, NULL);
}
IL_014b:
{
goto IL_02da;
}
IL_0150:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_62 = ___radius4;
float L_63 = L_62.___x_0;
float L_64 = ___leftWidth5;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_65;
L_65 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_63, L_64, NULL);
if (L_65)
{
goto IL_0173;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66 = ___radius4;
float L_67 = L_66.___y_1;
float L_68 = ___topWidth6;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_69;
L_69 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_67, L_68, NULL);
G_B17_0 = ((((int32_t)L_69) == ((int32_t)0))? 1 : 0);
goto IL_0174;
}
IL_0173:
{
G_B17_0 = 0;
}
IL_0174:
{
V_7 = (bool)G_B17_0;
bool L_70 = V_7;
if (!L_70)
{
goto IL_01a2;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_72 = ___radius4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_73;
L_73 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
float L_74 = ___leftWidth5;
float L_75 = ___topWidth6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_76 = ___leftColor1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_77 = ___topColor2;
float L_78 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_79 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_80 = ___leftColorPage8;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_81 = ___topColorPage9;
uint16_t* L_82 = ___vertexCount10;
uint16_t* L_83 = ___indexCount11;
bool L_84 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateFilledFan_m60425B5CBC5B79DD03EBDCF77FC9E5FC4965177F(L_71, L_72, L_73, L_74, L_75, L_76, L_77, L_78, L_79, L_80, L_81, L_82, L_83, L_84, NULL);
goto IL_023c;
}
IL_01a2:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_85 = ___radius4;
float L_86 = L_85.___x_0;
float L_87 = ___leftWidth5;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_88;
L_88 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_86, L_87, NULL);
if ((((int32_t)L_88) <= ((int32_t)0)))
{
goto IL_01c6;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_89 = ___radius4;
float L_90 = L_89.___y_1;
float L_91 = ___topWidth6;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_92;
L_92 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_90, L_91, NULL);
G_B22_0 = ((((int32_t)L_92) > ((int32_t)0))? 1 : 0);
goto IL_01c7;
}
IL_01c6:
{
G_B22_0 = 0;
}
IL_01c7:
{
V_8 = (bool)G_B22_0;
bool L_93 = V_8;
if (!L_93)
{
goto IL_01ed;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_94 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_95 = ___radius4;
float L_96 = ___leftWidth5;
float L_97 = ___topWidth6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_98 = ___leftColor1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_99 = ___topColor2;
float L_100 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_101 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_102 = ___leftColorPage8;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_103 = ___topColorPage9;
uint16_t* L_104 = ___vertexCount10;
uint16_t* L_105 = ___indexCount11;
bool L_106 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateBorderedFan_mFE58A7B39ADC6475BDA6BC55C7EFFC5CEADE0640(L_94, L_95, L_96, L_97, L_98, L_99, L_100, L_101, L_102, L_103, L_104, L_105, L_106, NULL);
goto IL_023c;
}
IL_01ed:
{
float L_107;
L_107 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_108;
L_108 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_109 = ___radius4;
float L_110 = L_109.___x_0;
float L_111 = ___leftWidth5;
float L_112;
L_112 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_110, L_111, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_113 = ___radius4;
float L_114 = L_113.___y_1;
float L_115 = ___topWidth6;
float L_116;
L_116 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_114, L_115, NULL);
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), L_107, L_108, L_112, L_116, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_117 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_118 = ___radius4;
float L_119 = ___leftWidth5;
float L_120 = ___topWidth6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_121 = ___leftColor1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_122 = ___topColor2;
float L_123 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_124 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_125 = ___leftColorPage8;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_126 = ___topColorPage9;
uint16_t* L_127 = ___vertexCount10;
uint16_t* L_128 = ___indexCount11;
bool L_129 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E(L_117, L_118, L_119, L_120, L_121, L_122, L_123, L_124, L_125, L_126, L_127, L_128, L_129, NULL);
}
IL_023c:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_130 = ___radius4;
float L_131 = L_130.___y_1;
float L_132 = ___topWidth6;
float L_133;
L_133 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_131, L_132, NULL);
V_2 = L_133;
float L_134;
L_134 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_135;
L_135 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_136 = V_2;
float L_137 = ___leftWidth5;
float L_138;
L_138 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
float L_139 = V_2;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), L_134, ((float)il2cpp_codegen_add(L_135, L_136)), L_137, ((float)il2cpp_codegen_subtract(L_138, L_139)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_140 = V_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_141 = ___leftColor1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_142;
L_142 = Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline(L_141, NULL);
float L_143 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_144 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_145 = ___leftColorPage8;
uint16_t* L_146 = ___vertexCount10;
uint16_t* L_147 = ___indexCount11;
bool L_148 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateStraightBorder_mE1A452F63CE2F0FDA9BD15B2303C581011F82CDB(L_140, 1, (0.0f), L_142, L_143, L_144, L_145, L_146, L_147, L_148, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_149 = ___radius4;
float L_150 = L_149.___x_0;
float L_151 = ___leftWidth5;
float L_152;
L_152 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_150, L_151, NULL);
V_2 = L_152;
float L_153;
L_153 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_154 = V_2;
float L_155;
L_155 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_156;
L_156 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
float L_157 = V_2;
float L_158 = ___topWidth6;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), ((float)il2cpp_codegen_add(L_153, L_154)), L_155, ((float)il2cpp_codegen_subtract(L_156, L_157)), L_158, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_159 = V_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_160 = ___topColor2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_161;
L_161 = Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline(L_160, NULL);
float L_162 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_163 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_164 = ___topColorPage9;
uint16_t* L_165 = ___vertexCount10;
uint16_t* L_166 = ___indexCount11;
bool L_167 = ___countOnly12;
Tessellation_TessellateStraightBorder_mE1A452F63CE2F0FDA9BD15B2303C581011F82CDB(L_159, 2, (0.0f), L_161, L_162, L_163, L_164, L_165, L_166, L_167, NULL);
}
IL_02da:
{
return;
}
}
// UnityEngine.Vector2 UnityEngine.UIElements.UIR.Tessellation::IntersectLines(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Tessellation_IntersectLines_m3028861ADA7E4D26DD83795C5E19E4C79D8878D2 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p00, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p11, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p22, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p33, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
memset((&V_8), 0, sizeof(V_8));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___p33;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___p22;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
L_2 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_0, L_1, NULL);
V_0 = L_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___p22;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___p00;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_3, L_4, NULL);
V_1 = L_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___p11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___p00;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
L_8 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_6, L_7, NULL);
V_2 = L_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
float L_10 = L_9.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_2;
float L_12 = L_11.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_2;
float L_14 = L_13.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_0;
float L_16 = L_15.___y_1;
V_3 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_10, L_12)), ((float)il2cpp_codegen_multiply(L_14, L_16))));
float L_17 = V_3;
bool L_18;
L_18 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_17, (0.0f), NULL);
V_7 = L_18;
bool L_19 = V_7;
if (!L_19)
{
goto IL_0059;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
memset((&L_20), 0, sizeof(L_20));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_20), (std::numeric_limits<float>::quiet_NaN()), (std::numeric_limits<float>::quiet_NaN()), /*hidden argument*/NULL);
V_8 = L_20;
goto IL_0092;
}
IL_0059:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_0;
float L_22 = L_21.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_1;
float L_24 = L_23.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_1;
float L_26 = L_25.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_0;
float L_28 = L_27.___y_1;
V_4 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_22, L_24)), ((float)il2cpp_codegen_multiply(L_26, L_28))));
float L_29 = V_4;
float L_30 = V_3;
V_5 = ((float)(L_29/L_30));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31 = ___p00;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_2;
float L_33 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34;
L_34 = Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline(L_32, L_33, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35;
L_35 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_31, L_34, NULL);
V_6 = L_35;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = V_6;
V_8 = L_36;
goto IL_0092;
}
IL_0092:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_8;
return L_37;
}
}
// System.Int32 UnityEngine.UIElements.UIR.Tessellation::LooseCompare(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3 (float ___a0, float ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
{
float L_0 = ___a0;
float L_1 = ___b1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_2 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
V_0 = (bool)((((float)L_0) < ((float)((float)il2cpp_codegen_subtract(L_1, L_2))))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
V_1 = (-1);
goto IL_0029;
}
IL_0013:
{
float L_4 = ___a0;
float L_5 = ___b1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_6 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
V_2 = (bool)((((float)L_4) > ((float)((float)il2cpp_codegen_add(L_5, L_6))))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0025;
}
}
{
V_1 = 1;
goto IL_0029;
}
IL_0025:
{
V_1 = 0;
goto IL_0029;
}
IL_0029:
{
int32_t L_8 = V_1;
return L_8;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateComplexBorderCorner(UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius1, float ___leftWidth2, float ___topWidth3, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor4, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor5, float ___posZ6, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh7, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage9, uint16_t* ___vertexCount10, uint16_t* ___indexCount11, bool ___countOnly12, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_10;
memset((&V_10), 0, sizeof(V_10));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* V_11 = NULL;
bool V_12 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_13;
memset((&V_13), 0, sizeof(V_13));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* V_14 = NULL;
bool V_15 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_16;
memset((&V_16), 0, sizeof(V_16));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* V_17 = NULL;
bool V_18 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_19;
memset((&V_19), 0, sizeof(V_19));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* V_20 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B13_0 = 0;
{
float L_0;
L_0 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_1 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_0) < ((float)L_1)))
{
goto IL_001f;
}
}
{
float L_2;
L_2 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_3 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B3_0 = ((((float)L_2) < ((float)L_3))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 1;
}
IL_0020:
{
V_6 = (bool)G_B3_0;
bool L_4 = V_6;
if (!L_4)
{
goto IL_002b;
}
}
{
goto IL_03ad;
}
IL_002b:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___radius1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
L_7 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_5, L_6, NULL);
V_0 = L_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
L_8 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
V_1 = L_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___radius1;
float L_10 = L_9.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = ___radius1;
float L_12 = L_11.___y_1;
V_2 = ((float)(L_10/L_12));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = ___radius1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
L_15 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_13, L_14, NULL);
V_3 = L_15;
float L_16 = ___leftWidth2;
float L_17 = ___topWidth3;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_4), L_16, L_17, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = V_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = ___radius1;
float L_21 = L_20.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
memset((&L_22), 0, sizeof(L_22));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_22), (0.0f), L_21, /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = ___radius1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
L_24 = Tessellation_IntersectLines_m3028861ADA7E4D26DD83795C5E19E4C79D8878D2(L_18, L_19, L_22, L_23, NULL);
V_5 = L_24;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_5;
float L_26 = L_25.___x_0;
if ((!(((float)L_26) >= ((float)(0.0f)))))
{
goto IL_009c;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_5;
float L_28 = L_27.___x_0;
float L_29 = ___leftWidth2;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_30;
L_30 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_28, L_29, NULL);
G_B8_0 = ((((int32_t)((((int32_t)L_30) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_009d;
}
IL_009c:
{
G_B8_0 = 0;
}
IL_009d:
{
V_7 = (bool)G_B8_0;
bool L_31 = V_7;
if (!L_31)
{
goto IL_00c2;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_5;
float L_33 = L_32.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = V_0;
float L_35 = L_34.___x_0;
float L_36;
L_36 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline((0.0f), ((float)il2cpp_codegen_subtract(L_33, L_35)), NULL);
(&V_1)->___x_0 = L_36;
}
IL_00c2:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = V_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = ___radius1;
float L_40 = L_39.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
memset((&L_41), 0, sizeof(L_41));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_41), L_40, (0.0f), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42 = ___radius1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
L_43 = Tessellation_IntersectLines_m3028861ADA7E4D26DD83795C5E19E4C79D8878D2(L_37, L_38, L_41, L_42, NULL);
V_5 = L_43;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = V_5;
float L_45 = L_44.___y_1;
if ((!(((float)L_45) >= ((float)(0.0f)))))
{
goto IL_0100;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_46 = V_5;
float L_47 = L_46.___y_1;
float L_48 = ___topWidth3;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_49;
L_49 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_47, L_48, NULL);
G_B13_0 = ((((int32_t)((((int32_t)L_49) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0101;
}
IL_0100:
{
G_B13_0 = 0;
}
IL_0101:
{
V_8 = (bool)G_B13_0;
bool L_50 = V_8;
if (!L_50)
{
goto IL_0126;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_51 = V_5;
float L_52 = L_51.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53 = V_0;
float L_54 = L_53.___y_1;
float L_55;
L_55 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline((0.0f), ((float)il2cpp_codegen_subtract(L_52, L_54)), NULL);
(&V_1)->___y_1 = L_55;
}
IL_0126:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57 = ___radius1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58 = V_1;
float L_59 = ___leftWidth2;
float L_60 = ___topWidth3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_61 = ___leftColor4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_62 = ___topColor5;
float L_63 = ___posZ6;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_64 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_65 = ___leftColorPage8;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_66 = ___topColorPage9;
uint16_t* L_67 = ___vertexCount10;
uint16_t* L_68 = ___indexCount11;
bool L_69 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateFilledFan_m60425B5CBC5B79DD03EBDCF77FC9E5FC4965177F(L_56, L_57, L_58, L_59, L_60, L_61, L_62, L_63, L_64, L_65, L_66, L_67, L_68, L_69, NULL);
float L_70;
L_70 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71 = ___radius1;
float L_72 = L_71.___y_1;
int32_t L_73;
L_73 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_70, L_72, NULL);
V_9 = (bool)((((int32_t)L_73) > ((int32_t)0))? 1 : 0);
bool L_74 = V_9;
if (!L_74)
{
goto IL_01e4;
}
}
{
float L_75;
L_75 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_76;
L_76 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_77 = ___radius1;
float L_78 = L_77.___y_1;
float L_79 = ___leftWidth2;
float L_80;
L_80 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_81 = ___radius1;
float L_82 = L_81.___y_1;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_10), L_75, ((float)il2cpp_codegen_add(L_76, L_78)), L_79, ((float)il2cpp_codegen_subtract(L_80, L_82)), NULL);
uint32_t L_83 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
if ((uintptr_t)((uintptr_t)4) * (uintptr_t)L_83 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E_RuntimeMethod_var);
int8_t* L_84 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_83)));
memset(L_84, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_83)));
V_11 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(L_84);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_85 = V_11;
uint32_t L_86 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87 = ___radius1;
float L_88 = L_87.___x_0;
float L_89 = ___leftWidth2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_90 = V_1;
float L_91 = L_90.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_92 = V_1;
float L_93 = L_92.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_94;
memset((&L_94), 0, sizeof(L_94));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_94), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract(L_88, L_89)), L_91)), L_93, /*hidden argument*/NULL);
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)il2cpp_codegen_add((intptr_t)L_85, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), (int32_t)L_86)))) = L_94;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_95 = V_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_96 = V_11;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_97 = ___leftColor4;
float L_98 = ___posZ6;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_99 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_100 = ___leftColorPage8;
uint16_t* L_101 = ___vertexCount10;
uint16_t* L_102 = ___indexCount11;
bool L_103 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924(L_95, 5, L_96, L_97, L_98, L_99, L_100, L_101, L_102, L_103, NULL);
goto IL_0270;
}
IL_01e4:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_104 = V_1;
float L_105 = L_104.___y_1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_106 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
V_12 = (bool)((((float)L_105) < ((float)((-L_106))))? 1 : 0);
bool L_107 = V_12;
if (!L_107)
{
goto IL_0270;
}
}
{
float L_108;
L_108 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_109;
L_109 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_110 = ___radius1;
float L_111 = L_110.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_112 = V_1;
float L_113 = L_112.___y_1;
float L_114 = ___leftWidth2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_115 = V_1;
float L_116 = L_115.___y_1;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_13), L_108, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_109, L_111)), L_113)), L_114, ((-L_116)), NULL);
uint32_t L_117 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
if ((uintptr_t)((uintptr_t)4) * (uintptr_t)L_117 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E_RuntimeMethod_var);
int8_t* L_118 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_117)));
memset(L_118, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_117)));
V_14 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(L_118);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_119 = V_14;
uint32_t L_120 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_121 = ___radius1;
float L_122 = L_121.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_123 = V_1;
float L_124 = L_123.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_125;
memset((&L_125), 0, sizeof(L_125));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_125), ((float)il2cpp_codegen_add(L_122, L_124)), (0.0f), /*hidden argument*/NULL);
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)il2cpp_codegen_add((intptr_t)L_119, (int32_t)L_120)) = L_125;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_126 = V_13;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_127 = V_14;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_128 = ___leftColor4;
float L_129 = ___posZ6;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_130 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_131 = ___leftColorPage8;
uint16_t* L_132 = ___vertexCount10;
uint16_t* L_133 = ___indexCount11;
bool L_134 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924(L_126, 4, L_127, L_128, L_129, L_130, L_131, L_132, L_133, L_134, NULL);
}
IL_0270:
{
float L_135;
L_135 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_136 = ___radius1;
float L_137 = L_136.___x_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_138;
L_138 = Tessellation_LooseCompare_m975E8F421FCC10D482E6751B35D21CB6096164C3(L_135, L_137, NULL);
V_15 = (bool)((((int32_t)L_138) > ((int32_t)0))? 1 : 0);
bool L_139 = V_15;
if (!L_139)
{
goto IL_0305;
}
}
{
float L_140;
L_140 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_141 = ___radius1;
float L_142 = L_141.___x_0;
float L_143;
L_143 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_144;
L_144 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_145 = ___radius1;
float L_146 = L_145.___x_0;
float L_147 = ___topWidth3;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_16), ((float)il2cpp_codegen_add(L_140, L_142)), L_143, ((float)il2cpp_codegen_subtract(L_144, L_146)), L_147, NULL);
uint32_t L_148 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
if ((uintptr_t)((uintptr_t)4) * (uintptr_t)L_148 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E_RuntimeMethod_var);
int8_t* L_149 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_148)));
memset(L_149, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_148)));
V_17 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(L_149);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_150 = V_17;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_151 = V_1;
float L_152 = L_151.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_153 = ___radius1;
float L_154 = L_153.___y_1;
float L_155 = ___topWidth3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_156 = V_1;
float L_157 = L_156.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_158;
memset((&L_158), 0, sizeof(L_158));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_158), L_152, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_subtract(L_154, L_155)), L_157)), /*hidden argument*/NULL);
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_150 = L_158;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_159 = V_16;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_160 = V_17;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_161 = ___topColor5;
float L_162 = ___posZ6;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_163 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_164 = ___topColorPage9;
uint16_t* L_165 = ___vertexCount10;
uint16_t* L_166 = ___indexCount11;
bool L_167 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924(L_159, ((int32_t)10), L_160, L_161, L_162, L_163, L_164, L_165, L_166, L_167, NULL);
goto IL_03ad;
}
IL_0305:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_168 = V_1;
float L_169 = L_168.___x_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_170 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
V_18 = (bool)((((float)L_169) < ((float)((-L_170))))? 1 : 0);
bool L_171 = V_18;
if (!L_171)
{
goto IL_03ad;
}
}
{
float L_172;
L_172 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_173 = ___radius1;
float L_174 = L_173.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_175 = V_1;
float L_176 = L_175.___x_0;
float L_177;
L_177 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_178 = V_1;
float L_179 = L_178.___x_0;
float L_180 = ___topWidth3;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_19), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_172, L_174)), L_176)), L_177, ((-L_179)), L_180, NULL);
uint32_t L_181 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
if ((uintptr_t)((uintptr_t)4) * (uintptr_t)L_181 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Tessellation_TessellateComplexBorderCorner_m3BB4C4CB66C4BE7F7896AA994AD3BF98A405811E_RuntimeMethod_var);
int8_t* L_182 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_181)));
memset(L_182, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_181)));
V_20 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(L_182);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_183 = V_20;
float L_184 = ___leftWidth2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_185 = ___radius1;
float L_186 = L_185.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_187 = V_1;
float L_188 = L_187.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_189;
memset((&L_189), 0, sizeof(L_189));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_189), ((float)il2cpp_codegen_subtract(L_184, ((float)il2cpp_codegen_add(L_186, L_188)))), (0.0f), /*hidden argument*/NULL);
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_183 = L_189;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_190 = V_20;
uint32_t L_191 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_192 = ___radius1;
float L_193 = L_192.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_194;
memset((&L_194), 0, sizeof(L_194));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_194), (0.0f), L_193, /*hidden argument*/NULL);
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)il2cpp_codegen_add((intptr_t)L_190, (int32_t)L_191)) = L_194;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_195 = V_19;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_196 = V_20;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_197 = ___topColor5;
float L_198 = ___posZ6;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_199 = ___mesh7;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_200 = ___topColorPage9;
uint16_t* L_201 = ___vertexCount10;
uint16_t* L_202 = ___indexCount11;
bool L_203 = ___countOnly12;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924(L_195, 8, L_196, L_197, L_198, L_199, L_200, L_201, L_202, L_203, NULL);
}
IL_03ad:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuad(UnityEngine.Rect,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuad_m3ED3AAB07868A72BCBEB2003980B3F8CE0965B2A (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color1, float ___posZ2, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh3, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage4, uint16_t* ___vertexCount5, uint16_t* ___indexCount6, bool ___countOnly7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
memset((&V_0), 0, sizeof(V_0));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_1;
memset((&V_1), 0, sizeof(V_1));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_5;
memset((&V_5), 0, sizeof(V_5));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t G_B3_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B9_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B9_3 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B8_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B8_3 = NULL;
int32_t G_B10_0 = 0;
int32_t G_B10_1 = 0;
int32_t G_B10_2 = 0;
int32_t G_B10_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B10_4 = NULL;
{
float L_0;
L_0 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_1 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_0) < ((float)L_1)))
{
goto IL_001f;
}
}
{
float L_2;
L_2 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_3 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B3_0 = ((((float)L_2) < ((float)L_3))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 1;
}
IL_0020:
{
V_7 = (bool)G_B3_0;
bool L_4 = V_7;
if (!L_4)
{
goto IL_002b;
}
}
{
goto IL_0236;
}
IL_002b:
{
bool L_5 = ___countOnly7;
V_8 = L_5;
bool L_6 = V_8;
if (!L_6)
{
goto IL_004b;
}
}
{
uint16_t* L_7 = ___vertexCount5;
uint16_t* L_8 = ___vertexCount5;
int32_t L_9 = *((uint16_t*)L_8);
*((int16_t*)L_7) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_9, 4)));
uint16_t* L_10 = ___indexCount6;
uint16_t* L_11 = ___indexCount6;
int32_t L_12 = *((uint16_t*)L_11);
*((int16_t*)L_10) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_12, 6)));
goto IL_0236;
}
IL_004b:
{
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_13 = ___colorPage4;
bool L_14 = L_13.___isValid_0;
G_B8_0 = 0;
G_B8_1 = 0;
G_B8_2 = 0;
G_B8_3 = (&V_0);
if (L_14)
{
G_B9_0 = 0;
G_B9_1 = 0;
G_B9_2 = 0;
G_B9_3 = (&V_0);
goto IL_005c;
}
}
{
G_B10_0 = 0;
G_B10_1 = G_B8_0;
G_B10_2 = G_B8_1;
G_B10_3 = G_B8_2;
G_B10_4 = G_B8_3;
goto IL_005d;
}
IL_005c:
{
G_B10_0 = 1;
G_B10_1 = G_B9_0;
G_B10_2 = G_B9_1;
G_B10_3 = G_B9_2;
G_B10_4 = G_B9_3;
}
IL_005d:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B10_4, (uint8_t)G_B10_3, (uint8_t)G_B10_2, (uint8_t)G_B10_1, (uint8_t)G_B10_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_15 = ___colorPage4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_16 = L_15.___pageAndID_1;
uint8_t L_17 = L_16.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_18 = ___colorPage4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_19 = L_18.___pageAndID_1;
uint8_t L_20 = L_19.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_1), (uint8_t)0, (uint8_t)0, L_17, L_20, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_21 = ___colorPage4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_22 = L_21.___pageAndID_1;
uint8_t L_23 = L_22.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_2), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_23, NULL);
float L_24;
L_24 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_25;
L_25 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_26 = ___posZ2;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_3), L_24, L_25, L_26, NULL);
float L_27;
L_27 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
float L_28;
L_28 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_29 = ___posZ2;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_4), L_27, L_28, L_29, NULL);
float L_30;
L_30 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_31;
L_31 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
float L_32 = ___posZ2;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_5), L_30, L_31, L_32, NULL);
float L_33;
L_33 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
float L_34;
L_34 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
float L_35 = ___posZ2;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_6), L_33, L_34, L_35, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_36 = ___mesh3;
il2cpp_codegen_initobj((&V_9), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = V_3;
(&V_9)->___position_1 = L_37;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_38 = ___color1;
(&V_9)->___tint_2 = L_38;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_39 = V_0;
(&V_9)->___flags_6 = L_39;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_40 = V_1;
(&V_9)->___opacityColorPages_7 = L_40;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_41 = V_2;
(&V_9)->___ids_5 = L_41;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_42 = V_9;
NullCheck(L_36);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_36, L_42, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_43 = ___mesh3;
il2cpp_codegen_initobj((&V_9), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44 = V_4;
(&V_9)->___position_1 = L_44;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_45 = ___color1;
(&V_9)->___tint_2 = L_45;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_46 = V_0;
(&V_9)->___flags_6 = L_46;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_47 = V_1;
(&V_9)->___opacityColorPages_7 = L_47;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_48 = V_2;
(&V_9)->___ids_5 = L_48;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_49 = V_9;
NullCheck(L_43);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_43, L_49, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_50 = ___mesh3;
il2cpp_codegen_initobj((&V_9), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_51 = V_5;
(&V_9)->___position_1 = L_51;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_52 = ___color1;
(&V_9)->___tint_2 = L_52;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_53 = V_0;
(&V_9)->___flags_6 = L_53;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_54 = V_1;
(&V_9)->___opacityColorPages_7 = L_54;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_55 = V_2;
(&V_9)->___ids_5 = L_55;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_56 = V_9;
NullCheck(L_50);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_50, L_56, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_57 = ___mesh3;
il2cpp_codegen_initobj((&V_9), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_58 = V_6;
(&V_9)->___position_1 = L_58;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_59 = ___color1;
(&V_9)->___tint_2 = L_59;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_60 = V_0;
(&V_9)->___flags_6 = L_60;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_61 = V_1;
(&V_9)->___opacityColorPages_7 = L_61;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_62 = V_2;
(&V_9)->___ids_5 = L_62;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_63 = V_9;
NullCheck(L_57);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_57, L_63, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_64 = ___mesh3;
uint16_t* L_65 = ___vertexCount5;
int32_t L_66 = *((uint16_t*)L_65);
NullCheck(L_64);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_64, (uint16_t)((int32_t)(uint16_t)L_66), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_67 = ___mesh3;
uint16_t* L_68 = ___vertexCount5;
int32_t L_69 = *((uint16_t*)L_68);
NullCheck(L_67);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_67, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_69, 1))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_70 = ___mesh3;
uint16_t* L_71 = ___vertexCount5;
int32_t L_72 = *((uint16_t*)L_71);
NullCheck(L_70);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_70, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_72, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_73 = ___mesh3;
uint16_t* L_74 = ___vertexCount5;
int32_t L_75 = *((uint16_t*)L_74);
NullCheck(L_73);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_73, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_75, 3))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_76 = ___mesh3;
uint16_t* L_77 = ___vertexCount5;
int32_t L_78 = *((uint16_t*)L_77);
NullCheck(L_76);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_76, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_78, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_79 = ___mesh3;
uint16_t* L_80 = ___vertexCount5;
int32_t L_81 = *((uint16_t*)L_80);
NullCheck(L_79);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_79, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_81, 1))), NULL);
uint16_t* L_82 = ___vertexCount5;
uint16_t* L_83 = ___vertexCount5;
int32_t L_84 = *((uint16_t*)L_83);
*((int16_t*)L_82) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_84, 4)));
uint16_t* L_85 = ___indexCount6;
uint16_t* L_86 = ___indexCount6;
int32_t L_87 = *((uint16_t*)L_86);
*((int16_t*)L_85) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_87, 6)));
}
IL_0236:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuad(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuad_mA876F37A4891B36140E65E82D553D4419ED2FA44 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdges1, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color2, float ___posZ3, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh4, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage5, uint16_t* ___vertexCount6, uint16_t* ___indexCount7, bool ___countOnly8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___rect0;
int32_t L_1 = ___smoothedEdges1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___color2;
float L_3 = ___posZ3;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_4 = ___mesh4;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_5 = ___colorPage5;
uint16_t* L_6 = ___vertexCount6;
uint16_t* L_7 = ___indexCount7;
bool L_8 = ___countOnly8;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924(L_0, L_1, (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)((uintptr_t)0), L_2, L_3, L_4, L_5, L_6, L_7, L_8, NULL);
return;
}
}
// System.Int32 UnityEngine.UIElements.UIR.Tessellation::EdgesCount(UnityEngine.UIElements.UIR.Tessellation/Edges)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Tessellation_EdgesCount_m65BE57B5F9E5D35E05D513222C177BBC24082109 (int32_t ___edges0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
{
V_0 = 0;
V_1 = 0;
goto IL_0020;
}
IL_0007:
{
int32_t L_0 = ___edges0;
int32_t L_1 = V_1;
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)(1<<((int32_t)(L_1&((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0);
bool L_2 = V_2;
if (!L_2)
{
goto IL_001b;
}
}
{
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_001b:
{
int32_t L_4 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0020:
{
int32_t L_5 = V_1;
V_3 = (bool)((((int32_t)L_5) < ((int32_t)4))? 1 : 0);
bool L_6 = V_3;
if (L_6)
{
goto IL_0007;
}
}
{
int32_t L_7 = V_0;
V_4 = L_7;
goto IL_002d;
}
IL_002d:
{
int32_t L_8 = V_4;
return L_8;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuad(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,UnityEngine.Vector2*,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdges1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___offsets2, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color3, float ___posZ4, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh5, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage6, uint16_t* ___vertexCount7, uint16_t* ___indexCount8, bool ___countOnly9, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* V_0 = NULL;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
memset((&V_1), 0, sizeof(V_1));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
memset((&V_3), 0, sizeof(V_3));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
uint16_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t V_11 = 0;
int32_t V_12 = 0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_13;
memset((&V_13), 0, sizeof(V_13));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_14;
memset((&V_14), 0, sizeof(V_14));
float V_15 = 0.0f;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_16;
memset((&V_16), 0, sizeof(V_16));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_17;
memset((&V_17), 0, sizeof(V_17));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_18;
memset((&V_18), 0, sizeof(V_18));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_19;
memset((&V_19), 0, sizeof(V_19));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_20;
memset((&V_20), 0, sizeof(V_20));
bool V_21 = false;
bool V_22 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B22_1 = 0;
int32_t G_B22_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B22_3 = NULL;
int32_t G_B21_0 = 0;
int32_t G_B21_1 = 0;
int32_t G_B21_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B21_3 = NULL;
int32_t G_B23_0 = 0;
int32_t G_B23_1 = 0;
int32_t G_B23_2 = 0;
int32_t G_B23_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B23_4 = NULL;
{
float L_0;
L_0 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_1 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_0) < ((float)L_1)))
{
goto IL_001f;
}
}
{
float L_2;
L_2 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_3 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B3_0 = ((((float)L_2) < ((float)L_3))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 1;
}
IL_0020:
{
V_6 = (bool)G_B3_0;
bool L_4 = V_6;
if (!L_4)
{
goto IL_002b;
}
}
{
goto IL_0483;
}
IL_002b:
{
int32_t L_5 = ___smoothedEdges1;
if (L_5)
{
goto IL_0035;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_6 = ___offsets2;
G_B8_0 = ((((intptr_t)L_6) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
goto IL_0036;
}
IL_0035:
{
G_B8_0 = 0;
}
IL_0036:
{
V_7 = (bool)G_B8_0;
bool L_7 = V_7;
if (!L_7)
{
goto IL_0056;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = ___rect0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_9 = ___color3;
float L_10 = ___posZ4;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_11 = ___mesh5;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_12 = ___colorPage6;
uint16_t* L_13 = ___vertexCount7;
uint16_t* L_14 = ___indexCount8;
bool L_15 = ___countOnly9;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuad_m3ED3AAB07868A72BCBEB2003980B3F8CE0965B2A(L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, NULL);
goto IL_0483;
}
IL_0056:
{
int32_t L_16 = ___smoothedEdges1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
int32_t L_17;
L_17 = Tessellation_EdgesCount_m65BE57B5F9E5D35E05D513222C177BBC24082109(L_16, NULL);
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
{
goto IL_0066;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_18 = ___offsets2;
G_B13_0 = ((((intptr_t)L_18) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
goto IL_0067;
}
IL_0066:
{
G_B13_0 = 0;
}
IL_0067:
{
V_8 = (bool)G_B13_0;
bool L_19 = V_8;
if (!L_19)
{
goto IL_0088;
}
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_20 = ___rect0;
int32_t L_21 = ___smoothedEdges1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_22 = ___color3;
float L_23 = ___posZ4;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_24 = ___mesh5;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_25 = ___colorPage6;
uint16_t* L_26 = ___vertexCount7;
uint16_t* L_27 = ___indexCount8;
bool L_28 = ___countOnly9;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_TessellateQuadSingleEdge_mC898B3A1ED053A5BD97CDCACD9086DBBC4A54B63(L_20, L_21, L_22, L_23, L_24, L_25, L_26, L_27, L_28, NULL);
goto IL_0483;
}
IL_0088:
{
bool L_29 = ___countOnly9;
V_9 = L_29;
bool L_30 = V_9;
if (!L_30)
{
goto IL_00aa;
}
}
{
uint16_t* L_31 = ___vertexCount7;
uint16_t* L_32 = ___vertexCount7;
int32_t L_33 = *((uint16_t*)L_32);
*((int16_t*)L_31) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_33, ((int32_t)12))));
uint16_t* L_34 = ___indexCount8;
uint16_t* L_35 = ___indexCount8;
int32_t L_36 = *((uint16_t*)L_35);
*((int16_t*)L_34) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_36, ((int32_t)12))));
goto IL_0483;
}
IL_00aa:
{
uint32_t L_37 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
if ((uintptr_t)((uintptr_t)4) * (uintptr_t)L_37 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Tessellation_TessellateQuad_m6C295F2CE09D4690D9B48B1CD113AD2302C57924_RuntimeMethod_var);
int8_t* L_38 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_37)));
memset(L_38, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)4), (int32_t)L_37)));
V_0 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(L_38);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_39 = V_0;
float L_40;
L_40 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
float L_41;
L_41 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
float L_42 = ___posZ4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43;
memset((&L_43), 0, sizeof(L_43));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_43), L_40, L_41, L_42, /*hidden argument*/NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_39 = L_43;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_44 = V_0;
uint32_t L_45 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
float L_46;
L_46 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
float L_47;
L_47 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
float L_48 = ___posZ4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49;
memset((&L_49), 0, sizeof(L_49));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_49), L_46, L_47, L_48, /*hidden argument*/NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)L_45)) = L_49;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_50 = V_0;
uint32_t L_51 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
float L_52;
L_52 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
float L_53;
L_53 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
float L_54 = ___posZ4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_55;
memset((&L_55), 0, sizeof(L_55));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_55), L_52, L_53, L_54, /*hidden argument*/NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_50, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), (int32_t)L_51)))) = L_55;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_56 = V_0;
uint32_t L_57 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
float L_58;
L_58 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
float L_59;
L_59 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
float L_60 = ___posZ4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_61;
memset((&L_61), 0, sizeof(L_61));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_61), L_58, L_59, L_60, /*hidden argument*/NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_56, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), (int32_t)L_57)))) = L_61;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62;
L_62 = Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline(NULL);
V_1 = L_62;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_63 = ___offsets2;
V_10 = (bool)((((int32_t)((((intptr_t)L_63) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_64 = V_10;
if (!L_64)
{
goto IL_0262;
}
}
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_65 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_66 = L_65;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_67 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_66);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_68 = ___offsets2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_69 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_68);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70;
L_70 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_69, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_71;
L_71 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_67, L_70, NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_66 = L_71;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_72 = V_0;
uint32_t L_73 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_74 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)L_73));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_75 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_74);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_76 = ___offsets2;
uint32_t L_77 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)il2cpp_codegen_add((intptr_t)L_76, (int32_t)L_77)));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_79;
L_79 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_78, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_80;
L_80 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_75, L_79, NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_74 = L_80;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_81 = V_0;
uint32_t L_82 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_83 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_81, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), (int32_t)L_82))));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_84 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_83);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_85 = ___offsets2;
uint32_t L_86 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)il2cpp_codegen_add((intptr_t)L_85, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), (int32_t)L_86)))));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_88;
L_88 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_87, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_89;
L_89 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_84, L_88, NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_83 = L_89;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_90 = V_0;
uint32_t L_91 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_92 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_90, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), (int32_t)L_91))));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_93 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_92);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_94 = ___offsets2;
uint32_t L_95 = sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_96 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)il2cpp_codegen_add((intptr_t)L_94, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), (int32_t)L_95)))));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_97;
L_97 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_96, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_98;
L_98 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_93, L_97, NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_92 = L_98;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_99 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_100 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_101 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_100);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_102;
L_102 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_99, L_101, NULL);
V_1 = L_102;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_103 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_104 = V_0;
uint32_t L_105 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_106 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_104, (int32_t)L_105)));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_107;
L_107 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_103, L_106, NULL);
V_1 = L_107;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_108 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_109 = V_0;
uint32_t L_110 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_111 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_109, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), (int32_t)L_110)))));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_112;
L_112 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_108, L_111, NULL);
V_1 = L_112;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_113 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_114 = V_0;
uint32_t L_115 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_116 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_114, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), (int32_t)L_115)))));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_117;
L_117 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_113, L_116, NULL);
V_1 = L_117;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_118 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_119;
L_119 = Vector3_op_Division_mD7200D6D432BAFC4135C5B17A0B0A812203B0270_inline(L_118, (4.0f), NULL);
V_1 = L_119;
float L_120 = ___posZ4;
(&V_1)->___z_4 = L_120;
goto IL_0295;
}
IL_0262:
{
float L_121;
L_121 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
float L_122;
L_122 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
float L_123;
L_123 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
float L_124;
L_124 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
float L_125 = ___posZ4;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_1), ((float)il2cpp_codegen_add(L_121, ((float)(L_122/(2.0f))))), ((float)il2cpp_codegen_add(L_123, ((float)(L_124/(2.0f))))), L_125, NULL);
}
IL_0295:
{
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_126 = ___colorPage6;
bool L_127 = L_126.___isValid_0;
G_B21_0 = 0;
G_B21_1 = 0;
G_B21_2 = 0;
G_B21_3 = (&V_2);
if (L_127)
{
G_B22_0 = 0;
G_B22_1 = 0;
G_B22_2 = 0;
G_B22_3 = (&V_2);
goto IL_02a6;
}
}
{
G_B23_0 = 0;
G_B23_1 = G_B21_0;
G_B23_2 = G_B21_1;
G_B23_3 = G_B21_2;
G_B23_4 = G_B21_3;
goto IL_02a7;
}
IL_02a6:
{
G_B23_0 = 1;
G_B23_1 = G_B22_0;
G_B23_2 = G_B22_1;
G_B23_3 = G_B22_2;
G_B23_4 = G_B22_3;
}
IL_02a7:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B23_4, (uint8_t)G_B23_3, (uint8_t)G_B23_2, (uint8_t)G_B23_1, (uint8_t)G_B23_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_128 = ___colorPage6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_129 = L_128.___pageAndID_1;
uint8_t L_130 = L_129.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_131 = ___colorPage6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_132 = L_131.___pageAndID_1;
uint8_t L_133 = L_132.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_3), (uint8_t)0, (uint8_t)0, L_130, L_133, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_134 = ___colorPage6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_135 = L_134.___pageAndID_1;
uint8_t L_136 = L_135.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_4), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_136, NULL);
uint16_t* L_137 = ___vertexCount7;
int32_t L_138 = *((uint16_t*)L_137);
V_5 = (uint16_t)L_138;
V_11 = 0;
goto IL_045b;
}
IL_02f0:
{
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* L_139 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___s_AllEdges_5;
int32_t L_140 = V_11;
NullCheck(L_139);
int32_t L_141 = L_140;
int32_t L_142 = (int32_t)(L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_141));
V_12 = L_142;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_143 = V_0;
int32_t L_144 = V_11;
uint32_t L_145 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_146 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_143, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_144), (int32_t)L_145)))));
V_13 = L_146;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_147 = V_0;
int32_t L_148 = V_11;
uint32_t L_149 = sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_150 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)il2cpp_codegen_add((intptr_t)L_147, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)(((int32_t)il2cpp_codegen_add(L_148, 1))%4))), (int32_t)L_149)))));
V_14 = L_150;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_151 = V_13;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_152 = V_14;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_153;
L_153 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_151, L_152, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_154;
L_154 = Vector3_op_Division_mD7200D6D432BAFC4135C5B17A0B0A812203B0270_inline(L_153, (2.0f), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_155 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_156;
L_156 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_154, L_155, NULL);
V_19 = L_156;
float L_157;
L_157 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_19), NULL);
V_15 = L_157;
il2cpp_codegen_initobj((&V_20), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_158 = V_13;
(&V_20)->___position_1 = L_158;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_159 = ___color3;
(&V_20)->___tint_2 = L_159;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_160 = V_2;
(&V_20)->___flags_6 = L_160;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_161 = V_3;
(&V_20)->___opacityColorPages_7 = L_161;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_162 = V_4;
(&V_20)->___ids_5 = L_162;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_163 = V_20;
V_16 = L_163;
il2cpp_codegen_initobj((&V_20), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_164 = V_14;
(&V_20)->___position_1 = L_164;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_165 = ___color3;
(&V_20)->___tint_2 = L_165;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_166 = V_2;
(&V_20)->___flags_6 = L_166;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_167 = V_3;
(&V_20)->___opacityColorPages_7 = L_167;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_168 = V_4;
(&V_20)->___ids_5 = L_168;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_169 = V_20;
V_17 = L_169;
il2cpp_codegen_initobj((&V_20), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_170 = V_1;
(&V_20)->___position_1 = L_170;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_171 = ___color3;
(&V_20)->___tint_2 = L_171;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_172 = V_2;
(&V_20)->___flags_6 = L_172;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_173 = V_3;
(&V_20)->___opacityColorPages_7 = L_173;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_174 = V_4;
(&V_20)->___ids_5 = L_174;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_175 = V_20;
V_18 = L_175;
int32_t L_176 = ___smoothedEdges1;
int32_t L_177 = V_12;
int32_t L_178 = V_12;
V_21 = (bool)((((int32_t)((int32_t)((int32_t)L_176&(int32_t)L_177))) == ((int32_t)L_178))? 1 : 0);
bool L_179 = V_21;
if (!L_179)
{
goto IL_0406;
}
}
{
float L_180 = V_15;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_EncodeStraightArc_m4F99C95EF24D73C3EC6106BFFF4D6500364E0201((&V_16), (&V_17), (&V_18), L_180, NULL);
}
IL_0406:
{
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_181 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_182 = V_16;
NullCheck(L_181);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_181, L_182, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_183 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_184 = V_17;
NullCheck(L_183);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_183, L_184, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_185 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_186 = V_18;
NullCheck(L_185);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_185, L_186, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_187 = ___mesh5;
uint16_t L_188 = V_5;
uint16_t L_189 = L_188;
V_5 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_189, 1)));
NullCheck(L_187);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_187, L_189, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_190 = ___mesh5;
uint16_t L_191 = V_5;
uint16_t L_192 = L_191;
V_5 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_192, 1)));
NullCheck(L_190);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_190, L_192, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_193 = ___mesh5;
uint16_t L_194 = V_5;
uint16_t L_195 = L_194;
V_5 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_195, 1)));
NullCheck(L_193);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_193, L_195, NULL);
int32_t L_196 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add(L_196, 1));
}
IL_045b:
{
int32_t L_197 = V_11;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* L_198 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___s_AllEdges_5;
NullCheck(L_198);
V_22 = (bool)((((int32_t)L_197) < ((int32_t)((int32_t)(((RuntimeArray*)L_198)->max_length))))? 1 : 0);
bool L_199 = V_22;
if (L_199)
{
goto IL_02f0;
}
}
{
uint16_t* L_200 = ___vertexCount7;
uint16_t* L_201 = ___vertexCount7;
int32_t L_202 = *((uint16_t*)L_201);
*((int16_t*)L_200) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_202, ((int32_t)12))));
uint16_t* L_203 = ___indexCount8;
uint16_t* L_204 = ___indexCount8;
int32_t L_205 = *((uint16_t*)L_204);
*((int16_t*)L_203) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_205, ((int32_t)12))));
}
IL_0483:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::EncodeStraightArc(UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_EncodeStraightArc_m4F99C95EF24D73C3EC6106BFFF4D6500364E0201 (Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v00, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v11, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___center2, float ___radius3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
float V_3 = 0.0f;
{
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_0 = ___v00;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_1 = (&L_0->___position_1);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_2 = ___v11;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_3 = (&L_2->___position_1);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_4 = ___center2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = L_4->___position_1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_ExpandTriangle_m2359D3122105558B986E3626805E6B35949FCFBD(L_1, L_3, L_5, (2.0f), NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_6 = ___v00;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = L_6->___position_1;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_8 = ___v11;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = L_8->___position_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
L_10 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_7, L_9, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
L_11 = Vector3_op_Division_mD7200D6D432BAFC4135C5B17A0B0A812203B0270_inline(L_10, (2.0f), NULL);
V_0 = L_11;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_12 = ___center2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = L_12->___position_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
L_15 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_13, L_14, NULL);
V_1 = L_15;
float L_16;
L_16 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_1), NULL);
V_2 = L_16;
float L_17 = V_2;
float L_18 = ___radius3;
V_3 = ((float)(L_17/L_18));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_19 = ___center2;
float L_20 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_21 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22;
memset((&L_22), 0, sizeof(L_22));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_22), (0.0f), (0.0f), L_20, L_21, /*hidden argument*/NULL);
L_19->___circle_8 = L_22;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_23 = ___v00;
float L_24 = V_3;
float L_25 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_26 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27;
memset((&L_27), 0, sizeof(L_27));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_27), L_24, (0.0f), L_25, L_26, /*hidden argument*/NULL);
L_23->___circle_8 = L_27;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_28 = ___v11;
float L_29 = V_3;
float L_30 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_31 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_32;
memset((&L_32), 0, sizeof(L_32));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_32), L_29, (0.0f), L_30, L_31, /*hidden argument*/NULL);
L_28->___circle_8 = L_32;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_33 = ___v00;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_34 = (&L_33->___flags_6);
L_34->___b_3 = (uint8_t)1;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_35 = ___v11;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_36 = (&L_35->___flags_6);
L_36->___b_3 = (uint8_t)1;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_37 = ___center2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_38 = (&L_37->___flags_6);
L_38->___b_3 = (uint8_t)1;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::ExpandTriangle(UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_ExpandTriangle_m2359D3122105558B986E3626805E6B35949FCFBD (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___v00, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___v11, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center2, float ___factor3, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___v00;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_1 = ___v00;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_1);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_3 = ___v00;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_3);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___center2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
L_6 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_4, L_5, NULL);
V_0 = L_6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
L_7 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_0), NULL);
float L_8 = ___factor3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
L_9 = Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline(L_7, L_8, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
L_10 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_2, L_9, NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_0 = L_10;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_11 = ___v11;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_12 = ___v11;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_12);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_14 = ___v11;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_14);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = ___center2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
L_17 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_15, L_16, NULL);
V_0 = L_17;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18;
L_18 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_0), NULL);
float L_19 = ___factor3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
L_20 = Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline(L_18, L_19, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
L_21 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_13, L_20, NULL);
*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_11 = L_21;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateQuadSingleEdge(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateQuadSingleEdge_mC898B3A1ED053A5BD97CDCACD9086DBBC4A54B63 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdge1, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color2, float ___posZ3, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh4, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage5, uint16_t* ___vertexCount6, uint16_t* ___indexCount7, bool ___countOnly8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
memset((&V_5), 0, sizeof(V_5));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_6;
memset((&V_6), 0, sizeof(V_6));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_7;
memset((&V_7), 0, sizeof(V_7));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_8;
memset((&V_8), 0, sizeof(V_8));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_9;
memset((&V_9), 0, sizeof(V_9));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_10;
memset((&V_10), 0, sizeof(V_10));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_11;
memset((&V_11), 0, sizeof(V_11));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_12;
memset((&V_12), 0, sizeof(V_12));
uint16_t V_13 = 0;
bool V_14 = false;
int32_t V_15 = 0;
int32_t V_16 = 0;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_17;
memset((&V_17), 0, sizeof(V_17));
int32_t G_B13_0 = 0;
int32_t G_B13_1 = 0;
int32_t G_B13_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B13_3 = NULL;
int32_t G_B12_0 = 0;
int32_t G_B12_1 = 0;
int32_t G_B12_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B12_3 = NULL;
int32_t G_B14_0 = 0;
int32_t G_B14_1 = 0;
int32_t G_B14_2 = 0;
int32_t G_B14_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B14_4 = NULL;
{
bool L_0 = ___countOnly8;
V_14 = L_0;
bool L_1 = V_14;
if (!L_1)
{
goto IL_0021;
}
}
{
uint16_t* L_2 = ___vertexCount6;
uint16_t* L_3 = ___vertexCount6;
int32_t L_4 = *((uint16_t*)L_3);
*((int16_t*)L_2) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_4, 4)));
uint16_t* L_5 = ___indexCount7;
uint16_t* L_6 = ___indexCount7;
int32_t L_7 = *((uint16_t*)L_6);
*((int16_t*)L_5) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_7, 6)));
goto IL_0495;
}
IL_0021:
{
float L_8;
L_8 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_9;
L_9 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_10 = ___posZ3;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), L_8, L_9, L_10, NULL);
float L_11;
L_11 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_12;
L_12 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
float L_13;
L_13 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_14 = ___posZ3;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_1), ((float)il2cpp_codegen_add(L_11, L_12)), L_13, L_14, NULL);
float L_15;
L_15 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_16;
L_16 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
float L_17;
L_17 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_18;
L_18 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
float L_19 = ___posZ3;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_2), ((float)il2cpp_codegen_add(L_15, L_16)), ((float)il2cpp_codegen_add(L_17, L_18)), L_19, NULL);
float L_20;
L_20 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___rect0), NULL);
float L_21;
L_21 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___rect0), NULL);
float L_22;
L_22 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
float L_23 = ___posZ3;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_3), L_20, ((float)il2cpp_codegen_add(L_21, L_22)), L_23, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = V_1;
float L_25 = L_24.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_0;
float L_27 = L_26.___x_2;
float L_28;
L_28 = fabsf(((float)il2cpp_codegen_subtract(L_25, L_27)));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29 = V_2;
float L_30 = L_29.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31 = V_1;
float L_32 = L_31.___y_3;
float L_33;
L_33 = fabsf(((float)il2cpp_codegen_subtract(L_30, L_32)));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_4), L_28, L_33, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = V_4;
float L_35 = L_34.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = V_4;
float L_37 = L_36.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = V_4;
float L_39 = L_38.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40 = V_4;
float L_41 = L_40.___y_1;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_5), ((float)(((float)il2cpp_codegen_add(L_35, (2.0f)))/L_37)), ((float)(((float)il2cpp_codegen_add(L_39, (2.0f)))/L_41)), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_42;
L_42 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
V_6 = L_42;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_43;
L_43 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
V_7 = L_43;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44;
L_44 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
V_8 = L_44;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_45;
L_45 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
V_9 = L_45;
int32_t L_46 = ___smoothedEdge1;
V_16 = L_46;
int32_t L_47 = V_16;
V_15 = L_47;
int32_t L_48 = V_15;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_48, 1)))
{
case 0:
{
goto IL_0140;
}
case 1:
{
goto IL_01a5;
}
case 2:
{
goto IL_02ce;
}
case 3:
{
goto IL_020a;
}
}
}
{
goto IL_0133;
}
IL_0133:
{
int32_t L_49 = V_15;
if ((((int32_t)L_49) == ((int32_t)8)))
{
goto IL_026c;
}
}
{
goto IL_02ce;
}
IL_0140:
{
float* L_50 = (&(&V_0)->___x_2);
float* L_51 = L_50;
float L_52 = *((float*)L_51);
*((float*)L_51) = (float)((float)il2cpp_codegen_subtract(L_52, (2.0f)));
float* L_53 = (&(&V_3)->___x_2);
float* L_54 = L_53;
float L_55 = *((float*)L_54);
*((float*)L_54) = (float)((float)il2cpp_codegen_subtract(L_55, (2.0f)));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56 = V_5;
float L_57 = L_56.___x_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_58 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_59 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_9), L_57, (0.0f), L_58, L_59, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_60 = V_9;
V_6 = L_60;
float L_61 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_62 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_8), (0.0f), (0.0f), L_61, L_62, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_63 = V_8;
V_7 = L_63;
goto IL_02d0;
}
IL_01a5:
{
float* L_64 = (&(&V_0)->___y_3);
float* L_65 = L_64;
float L_66 = *((float*)L_65);
*((float*)L_65) = (float)((float)il2cpp_codegen_subtract(L_66, (2.0f)));
float* L_67 = (&(&V_1)->___y_3);
float* L_68 = L_67;
float L_69 = *((float*)L_68);
*((float*)L_68) = (float)((float)il2cpp_codegen_subtract(L_69, (2.0f)));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70 = V_5;
float L_71 = L_70.___y_1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_72 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_73 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_7), (0.0f), L_71, L_72, L_73, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_74 = V_7;
V_6 = L_74;
float L_75 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_76 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_9), (0.0f), (0.0f), L_75, L_76, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_77 = V_9;
V_8 = L_77;
goto IL_02d0;
}
IL_020a:
{
float* L_78 = (&(&V_1)->___x_2);
float* L_79 = L_78;
float L_80 = *((float*)L_79);
*((float*)L_79) = (float)((float)il2cpp_codegen_add(L_80, (2.0f)));
float* L_81 = (&(&V_2)->___x_2);
float* L_82 = L_81;
float L_83 = *((float*)L_82);
*((float*)L_82) = (float)((float)il2cpp_codegen_add(L_83, (2.0f)));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_84 = V_5;
float L_85 = L_84.___x_0;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_86 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_87 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_8), L_85, (0.0f), L_86, L_87, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_88 = V_8;
V_7 = L_88;
float L_89 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_90 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_9), (0.0f), (0.0f), L_89, L_90, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_91 = V_9;
V_6 = L_91;
goto IL_02d0;
}
IL_026c:
{
float* L_92 = (&(&V_2)->___y_3);
float* L_93 = L_92;
float L_94 = *((float*)L_93);
*((float*)L_93) = (float)((float)il2cpp_codegen_add(L_94, (2.0f)));
float* L_95 = (&(&V_3)->___y_3);
float* L_96 = L_95;
float L_97 = *((float*)L_96);
*((float*)L_96) = (float)((float)il2cpp_codegen_add(L_97, (2.0f)));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_98 = V_5;
float L_99 = L_98.___y_1;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_100 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_101 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_9), (0.0f), L_99, L_100, L_101, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_102 = V_9;
V_8 = L_102;
float L_103 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_104 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_7), (0.0f), (0.0f), L_103, L_104, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_105 = V_7;
V_6 = L_105;
goto IL_02d0;
}
IL_02ce:
{
goto IL_02d0;
}
IL_02d0:
{
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_106 = ___colorPage5;
bool L_107 = L_106.___isValid_0;
G_B12_0 = 1;
G_B12_1 = 0;
G_B12_2 = 0;
G_B12_3 = (&V_10);
if (L_107)
{
G_B13_0 = 1;
G_B13_1 = 0;
G_B13_2 = 0;
G_B13_3 = (&V_10);
goto IL_02e1;
}
}
{
G_B14_0 = 0;
G_B14_1 = G_B12_0;
G_B14_2 = G_B12_1;
G_B14_3 = G_B12_2;
G_B14_4 = G_B12_3;
goto IL_02e2;
}
IL_02e1:
{
G_B14_0 = 1;
G_B14_1 = G_B13_0;
G_B14_2 = G_B13_1;
G_B14_3 = G_B13_2;
G_B14_4 = G_B13_3;
}
IL_02e2:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B14_4, (uint8_t)G_B14_3, (uint8_t)G_B14_2, (uint8_t)G_B14_1, (uint8_t)G_B14_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_108 = ___colorPage5;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_109 = L_108.___pageAndID_1;
uint8_t L_110 = L_109.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_111 = ___colorPage5;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_112 = L_111.___pageAndID_1;
uint8_t L_113 = L_112.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_11), (uint8_t)0, (uint8_t)0, L_110, L_113, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_114 = ___colorPage5;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_115 = L_114.___pageAndID_1;
uint8_t L_116 = L_115.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_12), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_116, NULL);
uint16_t* L_117 = ___vertexCount6;
int32_t L_118 = *((uint16_t*)L_117);
V_13 = (uint16_t)L_118;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_119 = ___mesh4;
il2cpp_codegen_initobj((&V_17), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_120 = V_0;
(&V_17)->___position_1 = L_120;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_121 = ___color2;
(&V_17)->___tint_2 = L_121;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_122 = V_10;
(&V_17)->___flags_6 = L_122;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_123 = V_6;
(&V_17)->___circle_8 = L_123;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_124 = V_11;
(&V_17)->___opacityColorPages_7 = L_124;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_125 = V_12;
(&V_17)->___ids_5 = L_125;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_126 = V_17;
NullCheck(L_119);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_119, L_126, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_127 = ___mesh4;
il2cpp_codegen_initobj((&V_17), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_128 = V_1;
(&V_17)->___position_1 = L_128;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_129 = ___color2;
(&V_17)->___tint_2 = L_129;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_130 = V_10;
(&V_17)->___flags_6 = L_130;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_131 = V_7;
(&V_17)->___circle_8 = L_131;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_132 = V_11;
(&V_17)->___opacityColorPages_7 = L_132;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_133 = V_12;
(&V_17)->___ids_5 = L_133;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_134 = V_17;
NullCheck(L_127);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_127, L_134, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_135 = ___mesh4;
il2cpp_codegen_initobj((&V_17), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_136 = V_2;
(&V_17)->___position_1 = L_136;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_137 = ___color2;
(&V_17)->___tint_2 = L_137;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_138 = V_10;
(&V_17)->___flags_6 = L_138;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_139 = V_8;
(&V_17)->___circle_8 = L_139;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_140 = V_11;
(&V_17)->___opacityColorPages_7 = L_140;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_141 = V_12;
(&V_17)->___ids_5 = L_141;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_142 = V_17;
NullCheck(L_135);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_135, L_142, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_143 = ___mesh4;
il2cpp_codegen_initobj((&V_17), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_144 = V_3;
(&V_17)->___position_1 = L_144;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_145 = ___color2;
(&V_17)->___tint_2 = L_145;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_146 = V_10;
(&V_17)->___flags_6 = L_146;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_147 = V_9;
(&V_17)->___circle_8 = L_147;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_148 = V_11;
(&V_17)->___opacityColorPages_7 = L_148;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_149 = V_12;
(&V_17)->___ids_5 = L_149;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_150 = V_17;
NullCheck(L_143);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_143, L_150, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_151 = ___mesh4;
uint16_t L_152 = V_13;
NullCheck(L_151);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_151, L_152, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_153 = ___mesh4;
uint16_t L_154 = V_13;
NullCheck(L_153);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_153, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_154, 1))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_155 = ___mesh4;
uint16_t L_156 = V_13;
NullCheck(L_155);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_155, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_157 = ___mesh4;
uint16_t L_158 = V_13;
NullCheck(L_157);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_157, L_158, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_159 = ___mesh4;
uint16_t L_160 = V_13;
NullCheck(L_159);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_159, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_160, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_161 = ___mesh4;
uint16_t L_162 = V_13;
NullCheck(L_161);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_161, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_162, 3))), NULL);
uint16_t* L_163 = ___vertexCount6;
uint16_t* L_164 = ___vertexCount6;
int32_t L_165 = *((uint16_t*)L_164);
*((int16_t*)L_163) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_165, 4)));
uint16_t* L_166 = ___indexCount7;
uint16_t* L_167 = ___indexCount7;
int32_t L_168 = *((uint16_t*)L_167);
*((int16_t*)L_166) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_168, 6)));
}
IL_0495:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateStraightBorder(UnityEngine.Rect,UnityEngine.UIElements.UIR.Tessellation/Edges,System.Single,UnityEngine.Color,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateStraightBorder_mE1A452F63CE2F0FDA9BD15B2303C581011F82CDB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, int32_t ___smoothedEdge1, float ___miterOffset2, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color3, float ___posZ4, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh5, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage6, uint16_t* ___vertexCount7, uint16_t* ___indexCount8, bool ___countOnly9, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
memset((&V_3), 0, sizeof(V_3));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_5;
memset((&V_5), 0, sizeof(V_5));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_6;
memset((&V_6), 0, sizeof(V_6));
uint16_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_11;
memset((&V_11), 0, sizeof(V_11));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_12;
memset((&V_12), 0, sizeof(V_12));
float V_13 = 0.0f;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_14;
memset((&V_14), 0, sizeof(V_14));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_15;
memset((&V_15), 0, sizeof(V_15));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_16;
memset((&V_16), 0, sizeof(V_16));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_17;
memset((&V_17), 0, sizeof(V_17));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_18;
memset((&V_18), 0, sizeof(V_18));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_19;
memset((&V_19), 0, sizeof(V_19));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_20;
memset((&V_20), 0, sizeof(V_20));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_21;
memset((&V_21), 0, sizeof(V_21));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_22;
memset((&V_22), 0, sizeof(V_22));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_23;
memset((&V_23), 0, sizeof(V_23));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_24;
memset((&V_24), 0, sizeof(V_24));
float V_25 = 0.0f;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_26;
memset((&V_26), 0, sizeof(V_26));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_27;
memset((&V_27), 0, sizeof(V_27));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_28;
memset((&V_28), 0, sizeof(V_28));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_29;
memset((&V_29), 0, sizeof(V_29));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_30;
memset((&V_30), 0, sizeof(V_30));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_31;
memset((&V_31), 0, sizeof(V_31));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_32;
memset((&V_32), 0, sizeof(V_32));
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B12_1 = 0;
int32_t G_B12_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B12_3 = NULL;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
int32_t G_B11_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B11_3 = NULL;
int32_t G_B13_0 = 0;
int32_t G_B13_1 = 0;
int32_t G_B13_2 = 0;
int32_t G_B13_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B13_4 = NULL;
{
int32_t L_0 = ___smoothedEdge1;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_000b;
}
}
{
int32_t L_1 = ___smoothedEdge1;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)2))? 1 : 0);
goto IL_000c;
}
IL_000b:
{
G_B3_0 = 1;
}
IL_000c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
float L_2;
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_3 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
if ((((float)L_2) < ((float)L_3)))
{
goto IL_0030;
}
}
{
float L_4;
L_4 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_5 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
G_B6_0 = ((((float)L_4) < ((float)L_5))? 1 : 0);
goto IL_0031;
}
IL_0030:
{
G_B6_0 = 1;
}
IL_0031:
{
V_8 = (bool)G_B6_0;
bool L_6 = V_8;
if (!L_6)
{
goto IL_003c;
}
}
{
goto IL_0611;
}
IL_003c:
{
bool L_7 = ___countOnly9;
V_9 = L_7;
bool L_8 = V_9;
if (!L_8)
{
goto IL_005c;
}
}
{
uint16_t* L_9 = ___vertexCount7;
uint16_t* L_10 = ___vertexCount7;
int32_t L_11 = *((uint16_t*)L_10);
*((int16_t*)L_9) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_11, 4)));
uint16_t* L_12 = ___indexCount8;
uint16_t* L_13 = ___indexCount8;
int32_t L_14 = *((uint16_t*)L_13);
*((int16_t*)L_12) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_14, 6)));
goto IL_0611;
}
IL_005c:
{
float L_15;
L_15 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
float L_16;
L_16 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
float L_17 = ___posZ4;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), L_15, L_16, L_17, NULL);
float L_18;
L_18 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
float L_19;
L_19 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
float L_20 = ___posZ4;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_1), L_18, L_19, L_20, NULL);
float L_21;
L_21 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
float L_22;
L_22 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
float L_23 = ___posZ4;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_2), L_21, L_22, L_23, NULL);
float L_24;
L_24 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
float L_25;
L_25 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
float L_26 = ___posZ4;
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_3), L_24, L_25, L_26, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_27 = ___colorPage6;
bool L_28 = L_27.___isValid_0;
G_B11_0 = 1;
G_B11_1 = 0;
G_B11_2 = 0;
G_B11_3 = (&V_4);
if (L_28)
{
G_B12_0 = 1;
G_B12_1 = 0;
G_B12_2 = 0;
G_B12_3 = (&V_4);
goto IL_00c9;
}
}
{
G_B13_0 = 0;
G_B13_1 = G_B11_0;
G_B13_2 = G_B11_1;
G_B13_3 = G_B11_2;
G_B13_4 = G_B11_3;
goto IL_00ca;
}
IL_00c9:
{
G_B13_0 = 1;
G_B13_1 = G_B12_0;
G_B13_2 = G_B12_1;
G_B13_3 = G_B12_2;
G_B13_4 = G_B12_3;
}
IL_00ca:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B13_4, (uint8_t)G_B13_3, (uint8_t)G_B13_2, (uint8_t)G_B13_1, (uint8_t)G_B13_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_29 = ___colorPage6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_30 = L_29.___pageAndID_1;
uint8_t L_31 = L_30.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_32 = ___colorPage6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_33 = L_32.___pageAndID_1;
uint8_t L_34 = L_33.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_5), (uint8_t)0, (uint8_t)0, L_31, L_34, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_35 = ___colorPage6;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_36 = L_35.___pageAndID_1;
uint8_t L_37 = L_36.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_6), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_37, NULL);
int32_t L_38 = ___smoothedEdge1;
V_10 = (bool)((((int32_t)L_38) == ((int32_t)1))? 1 : 0);
bool L_39 = V_10;
if (!L_39)
{
goto IL_0365;
}
}
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40 = V_0;
V_11 = L_40;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41 = V_1;
V_12 = L_41;
float* L_42 = (&(&V_0)->___x_2);
float* L_43 = L_42;
float L_44 = *((float*)L_43);
*((float*)L_43) = (float)((float)il2cpp_codegen_subtract(L_44, (2.0f)));
float* L_45 = (&(&V_1)->___x_2);
float* L_46 = L_45;
float L_47 = *((float*)L_46);
*((float*)L_46) = (float)((float)il2cpp_codegen_add(L_47, (2.0f)));
float* L_48 = (&(&V_2)->___x_2);
float* L_49 = L_48;
float L_50 = *((float*)L_49);
*((float*)L_49) = (float)((float)il2cpp_codegen_add(L_50, (2.0f)));
float* L_51 = (&(&V_3)->___x_2);
float* L_52 = L_51;
float L_53 = *((float*)L_52);
*((float*)L_52) = (float)((float)il2cpp_codegen_subtract(L_53, (2.0f)));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_54 = V_1;
float L_55 = L_54.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56 = V_0;
float L_57 = L_56.___x_2;
V_13 = ((float)il2cpp_codegen_subtract(L_55, L_57));
float L_58 = V_13;
float L_59;
L_59 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
float L_60 = V_13;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_14), ((float)(L_58/((float)il2cpp_codegen_add(L_59, (2.0f))))), (0.0f), ((float)(L_60/(2.0f))), (0.0f), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_61;
L_61 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
V_15 = L_61;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62 = V_0;
(&V_21)->___position_1 = L_62;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_63 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_64;
L_64 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_63, NULL);
(&V_21)->___tint_2 = L_64;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_65 = V_4;
(&V_21)->___flags_6 = L_65;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_66 = V_14;
(&V_21)->___circle_8 = L_66;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_67 = V_5;
(&V_21)->___opacityColorPages_7 = L_67;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_68 = V_6;
(&V_21)->___ids_5 = L_68;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_69 = V_21;
V_16 = L_69;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70 = V_1;
(&V_21)->___position_1 = L_70;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_71 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_72;
L_72 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_71, NULL);
(&V_21)->___tint_2 = L_72;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_73 = V_4;
(&V_21)->___flags_6 = L_73;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_74 = V_15;
(&V_21)->___circle_8 = L_74;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_75 = V_5;
(&V_21)->___opacityColorPages_7 = L_75;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_76 = V_6;
(&V_21)->___ids_5 = L_76;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_77 = V_21;
V_17 = L_77;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_78 = V_2;
(&V_21)->___position_1 = L_78;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_79 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_80;
L_80 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_79, NULL);
(&V_21)->___tint_2 = L_80;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_81 = V_4;
(&V_21)->___flags_6 = L_81;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_82 = V_15;
(&V_21)->___circle_8 = L_82;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_83 = V_5;
(&V_21)->___opacityColorPages_7 = L_83;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_84 = V_6;
(&V_21)->___ids_5 = L_84;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_85 = V_21;
V_18 = L_85;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_86 = V_3;
(&V_21)->___position_1 = L_86;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_87 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_88;
L_88 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_87, NULL);
(&V_21)->___tint_2 = L_88;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_89 = V_4;
(&V_21)->___flags_6 = L_89;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_90 = V_14;
(&V_21)->___circle_8 = L_90;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_91 = V_5;
(&V_21)->___opacityColorPages_7 = L_91;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_92 = V_6;
(&V_21)->___ids_5 = L_92;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_93 = V_21;
V_19 = L_93;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_94 = V_11;
V_0 = L_94;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_95 = V_12;
V_1 = L_95;
float* L_96 = (&(&V_1)->___y_3);
float* L_97 = L_96;
float L_98 = *((float*)L_97);
float L_99 = ___miterOffset2;
*((float*)L_97) = (float)((float)il2cpp_codegen_add(L_98, L_99));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_100 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_101 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_102;
L_102 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_100, L_101, NULL);
V_22 = L_102;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_103;
L_103 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_22), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_104;
L_104 = Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline(L_103, (1.41419995f), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_105;
L_105 = Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline(L_104, (2.0f), NULL);
V_20 = L_105;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_106 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_107 = V_20;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_108;
L_108 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_106, L_107, NULL);
V_0 = L_108;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_109 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_110 = V_20;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_111;
L_111 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_109, L_110, NULL);
V_1 = L_111;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_112 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_113;
L_113 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_112, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_114;
L_114 = Tessellation_GetInterpolatedCircle_mAFBCE9ABD9DAF70A06C6C40ECF0ED0306D35F2E9(L_113, (&V_16), (&V_17), (&V_18), NULL);
(&V_16)->___circle_8 = L_114;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_115 = V_0;
(&V_16)->___position_1 = L_115;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_116 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_117;
L_117 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_116, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_118;
L_118 = Tessellation_GetInterpolatedCircle_mAFBCE9ABD9DAF70A06C6C40ECF0ED0306D35F2E9(L_117, (&V_16), (&V_17), (&V_18), NULL);
(&V_17)->___circle_8 = L_118;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_119 = V_1;
(&V_17)->___position_1 = L_119;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_120 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_121 = V_16;
NullCheck(L_120);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_120, L_121, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_122 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_123 = V_17;
NullCheck(L_122);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_122, L_123, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_124 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_125 = V_18;
NullCheck(L_124);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_124, L_125, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_126 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_127 = V_19;
NullCheck(L_126);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_126, L_127, NULL);
goto IL_05b2;
}
IL_0365:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_128 = V_0;
V_23 = L_128;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_129 = V_3;
V_24 = L_129;
float* L_130 = (&(&V_0)->___y_3);
float* L_131 = L_130;
float L_132 = *((float*)L_131);
*((float*)L_131) = (float)((float)il2cpp_codegen_subtract(L_132, (2.0f)));
float* L_133 = (&(&V_1)->___y_3);
float* L_134 = L_133;
float L_135 = *((float*)L_134);
*((float*)L_134) = (float)((float)il2cpp_codegen_subtract(L_135, (2.0f)));
float* L_136 = (&(&V_2)->___y_3);
float* L_137 = L_136;
float L_138 = *((float*)L_137);
*((float*)L_137) = (float)((float)il2cpp_codegen_add(L_138, (2.0f)));
float* L_139 = (&(&V_3)->___y_3);
float* L_140 = L_139;
float L_141 = *((float*)L_140);
*((float*)L_140) = (float)((float)il2cpp_codegen_add(L_141, (2.0f)));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_142 = V_3;
float L_143 = L_142.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_144 = V_0;
float L_145 = L_144.___y_3;
V_25 = ((float)il2cpp_codegen_subtract(L_143, L_145));
float L_146 = V_25;
float L_147;
L_147 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
float L_148 = V_25;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_26), (0.0f), ((float)(L_146/((float)il2cpp_codegen_add(L_147, (2.0f))))), (0.0f), ((float)(L_148/(2.0f))), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_149;
L_149 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
V_27 = L_149;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_150 = V_0;
(&V_21)->___position_1 = L_150;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_151 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_152;
L_152 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_151, NULL);
(&V_21)->___tint_2 = L_152;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_153 = V_4;
(&V_21)->___flags_6 = L_153;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_154 = V_26;
(&V_21)->___circle_8 = L_154;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_155 = V_5;
(&V_21)->___opacityColorPages_7 = L_155;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_156 = V_6;
(&V_21)->___ids_5 = L_156;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_157 = V_21;
V_28 = L_157;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_158 = V_1;
(&V_21)->___position_1 = L_158;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_159 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_160;
L_160 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_159, NULL);
(&V_21)->___tint_2 = L_160;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_161 = V_4;
(&V_21)->___flags_6 = L_161;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_162 = V_26;
(&V_21)->___circle_8 = L_162;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_163 = V_5;
(&V_21)->___opacityColorPages_7 = L_163;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_164 = V_6;
(&V_21)->___ids_5 = L_164;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_165 = V_21;
V_29 = L_165;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_166 = V_2;
(&V_21)->___position_1 = L_166;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_167 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_168;
L_168 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_167, NULL);
(&V_21)->___tint_2 = L_168;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_169 = V_4;
(&V_21)->___flags_6 = L_169;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_170 = V_27;
(&V_21)->___circle_8 = L_170;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_171 = V_5;
(&V_21)->___opacityColorPages_7 = L_171;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_172 = V_6;
(&V_21)->___ids_5 = L_172;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_173 = V_21;
V_30 = L_173;
il2cpp_codegen_initobj((&V_21), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_174 = V_3;
(&V_21)->___position_1 = L_174;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_175 = ___color3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_176;
L_176 = Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline(L_175, NULL);
(&V_21)->___tint_2 = L_176;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_177 = V_4;
(&V_21)->___flags_6 = L_177;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_178 = V_27;
(&V_21)->___circle_8 = L_178;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_179 = V_5;
(&V_21)->___opacityColorPages_7 = L_179;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_180 = V_6;
(&V_21)->___ids_5 = L_180;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_181 = V_21;
V_31 = L_181;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_182 = V_23;
V_0 = L_182;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_183 = V_24;
V_3 = L_183;
float* L_184 = (&(&V_3)->___x_2);
float* L_185 = L_184;
float L_186 = *((float*)L_185);
float L_187 = ___miterOffset2;
*((float*)L_185) = (float)((float)il2cpp_codegen_add(L_186, L_187));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_188 = V_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_189 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_190;
L_190 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_188, L_189, NULL);
V_22 = L_190;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_191;
L_191 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_22), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_192;
L_192 = Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline(L_191, (1.41419995f), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_193;
L_193 = Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline(L_192, (2.0f), NULL);
V_32 = L_193;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_194 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_195 = V_32;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_196;
L_196 = Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline(L_194, L_195, NULL);
V_0 = L_196;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_197 = V_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_198 = V_32;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_199;
L_199 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_197, L_198, NULL);
V_3 = L_199;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_200 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_201;
L_201 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_200, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_202;
L_202 = Tessellation_GetInterpolatedCircle_mAFBCE9ABD9DAF70A06C6C40ECF0ED0306D35F2E9(L_201, (&V_28), (&V_29), (&V_30), NULL);
(&V_28)->___circle_8 = L_202;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_203 = V_0;
(&V_28)->___position_1 = L_203;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_204 = V_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_205;
L_205 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_204, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_206;
L_206 = Tessellation_GetInterpolatedCircle_mAFBCE9ABD9DAF70A06C6C40ECF0ED0306D35F2E9(L_205, (&V_28), (&V_29), (&V_30), NULL);
(&V_31)->___circle_8 = L_206;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_207 = V_3;
(&V_31)->___position_1 = L_207;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_208 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_209 = V_28;
NullCheck(L_208);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_208, L_209, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_210 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_211 = V_29;
NullCheck(L_210);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_210, L_211, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_212 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_213 = V_30;
NullCheck(L_212);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_212, L_213, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_214 = ___mesh5;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_215 = V_31;
NullCheck(L_214);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_214, L_215, NULL);
}
IL_05b2:
{
uint16_t* L_216 = ___vertexCount7;
int32_t L_217 = *((uint16_t*)L_216);
V_7 = (uint16_t)L_217;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_218 = ___mesh5;
uint16_t L_219 = V_7;
NullCheck(L_218);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_218, L_219, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_220 = ___mesh5;
uint16_t L_221 = V_7;
NullCheck(L_220);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_220, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_221, 1))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_222 = ___mesh5;
uint16_t L_223 = V_7;
NullCheck(L_222);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_222, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_223, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_224 = ___mesh5;
uint16_t L_225 = V_7;
NullCheck(L_224);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_224, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_225, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_226 = ___mesh5;
uint16_t L_227 = V_7;
NullCheck(L_226);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_226, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_227, 3))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_228 = ___mesh5;
uint16_t L_229 = V_7;
NullCheck(L_228);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_228, L_229, NULL);
uint16_t* L_230 = ___vertexCount7;
uint16_t* L_231 = ___vertexCount7;
int32_t L_232 = *((uint16_t*)L_231);
*((int16_t*)L_230) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_232, 4)));
uint16_t* L_233 = ___indexCount8;
uint16_t* L_234 = ___indexCount8;
int32_t L_235 = *((uint16_t*)L_234);
*((int16_t*)L_233) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_235, 6)));
}
IL_0611:
{
return;
}
}
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Tessellation::GetInterpolatedCircle(UnityEngine.Vector2,UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&,UnityEngine.UIElements.Vertex&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Tessellation_GetInterpolatedCircle_mAFBCE9ABD9DAF70A06C6C40ECF0ED0306D35F2E9 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p0, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v01, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v12, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* ___v23, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_3;
memset((&V_3), 0, sizeof(V_3));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___p0;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_1 = ___v01;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = L_1->___position_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
L_3 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_2, NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_4 = ___v12;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = L_4->___position_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
L_6 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_5, NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_7 = ___v23;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = L_7->___position_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
L_9 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Tessellation_ComputeBarycentricCoordinates_m07C4FC06D7348C22B2192B62741C75915A9EDEC6(L_0, L_3, L_6, L_9, (&V_0), (&V_1), (&V_2), NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_10 = ___v01;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = L_10->___circle_8;
float L_12 = V_0;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13;
L_13 = Vector4_op_Multiply_m10DA1FA6A405C8988C46FFD159ED9FF9E5D732F5_inline(L_11, L_12, NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_14 = ___v12;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_15 = L_14->___circle_8;
float L_16 = V_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17;
L_17 = Vector4_op_Multiply_m10DA1FA6A405C8988C46FFD159ED9FF9E5D732F5_inline(L_15, L_16, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18;
L_18 = Vector4_op_Addition_m5E7015CDA7DD1FCB4E488DE23C5DB959D7406843_inline(L_13, L_17, NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* L_19 = ___v23;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_20 = L_19->___circle_8;
float L_21 = V_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22;
L_22 = Vector4_op_Multiply_m10DA1FA6A405C8988C46FFD159ED9FF9E5D732F5_inline(L_20, L_21, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23;
L_23 = Vector4_op_Addition_m5E7015CDA7DD1FCB4E488DE23C5DB959D7406843_inline(L_18, L_22, NULL);
V_3 = L_23;
goto IL_0060;
}
IL_0060:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_24 = V_3;
return L_24;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::ComputeBarycentricCoordinates(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_ComputeBarycentricCoordinates_m07C4FC06D7348C22B2192B62741C75915A9EDEC6 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___p0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b2, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___c3, float* ___u4, float* ___v5, float* ___w6, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
float V_8 = 0.0f;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___b2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___a1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
L_2 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_0, L_1, NULL);
V_0 = L_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___c3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_3, L_4, NULL);
V_1 = L_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___p0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___a1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
L_8 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_6, L_7, NULL);
V_2 = L_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_0;
float L_11;
L_11 = Vector2_Dot_mBF0FA0B529C821F4733DDC3AD366B07CD27625F4_inline(L_9, L_10, NULL);
V_3 = L_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_1;
float L_14;
L_14 = Vector2_Dot_mBF0FA0B529C821F4733DDC3AD366B07CD27625F4_inline(L_12, L_13, NULL);
V_4 = L_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_1;
float L_17;
L_17 = Vector2_Dot_mBF0FA0B529C821F4733DDC3AD366B07CD27625F4_inline(L_15, L_16, NULL);
V_5 = L_17;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = V_0;
float L_20;
L_20 = Vector2_Dot_mBF0FA0B529C821F4733DDC3AD366B07CD27625F4_inline(L_18, L_19, NULL);
V_6 = L_20;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_1;
float L_23;
L_23 = Vector2_Dot_mBF0FA0B529C821F4733DDC3AD366B07CD27625F4_inline(L_21, L_22, NULL);
V_7 = L_23;
float L_24 = V_3;
float L_25 = V_5;
float L_26 = V_4;
float L_27 = V_4;
V_8 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_24, L_25)), ((float)il2cpp_codegen_multiply(L_26, L_27))));
float* L_28 = ___v5;
float L_29 = V_5;
float L_30 = V_6;
float L_31 = V_4;
float L_32 = V_7;
float L_33 = V_8;
*((float*)L_28) = (float)((float)(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_29, L_30)), ((float)il2cpp_codegen_multiply(L_31, L_32))))/L_33));
float* L_34 = ___w6;
float L_35 = V_3;
float L_36 = V_7;
float L_37 = V_4;
float L_38 = V_6;
float L_39 = V_8;
*((float*)L_34) = (float)((float)(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_35, L_36)), ((float)il2cpp_codegen_multiply(L_37, L_38))))/L_39));
float* L_40 = ___u4;
float* L_41 = ___v5;
float L_42 = *((float*)L_41);
float* L_43 = ___w6;
float L_44 = *((float*)L_43);
*((float*)L_40) = (float)((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_42)), L_44));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateFilledFan(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateFilledFan_m60425B5CBC5B79DD03EBDCF77FC9E5FC4965177F (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___center0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___miterOffset2, float ___leftWidth3, float ___topWidth4, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor5, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor6, float ___posZ7, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage9, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage10, uint16_t* ___vertexCount11, uint16_t* ___indexCount12, bool ___countOnly13, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
memset((&V_0), 0, sizeof(V_0));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_1;
memset((&V_1), 0, sizeof(V_1));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
memset((&V_3), 0, sizeof(V_3));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_5;
memset((&V_5), 0, sizeof(V_5));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_6;
memset((&V_6), 0, sizeof(V_6));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_7;
memset((&V_7), 0, sizeof(V_7));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_8;
memset((&V_8), 0, sizeof(V_8));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_9;
memset((&V_9), 0, sizeof(V_9));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_10;
memset((&V_10), 0, sizeof(V_10));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_11;
memset((&V_11), 0, sizeof(V_11));
bool V_12 = false;
bool V_13 = false;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_14;
memset((&V_14), 0, sizeof(V_14));
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
int32_t G_B4_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B4_3 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B3_3 = NULL;
int32_t G_B5_0 = 0;
int32_t G_B5_1 = 0;
int32_t G_B5_2 = 0;
int32_t G_B5_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B5_4 = NULL;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
int32_t G_B7_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B7_3 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B6_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B6_3 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B8_2 = 0;
int32_t G_B8_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B8_4 = NULL;
{
bool L_0 = ___countOnly13;
V_12 = L_0;
bool L_1 = V_12;
if (!L_1)
{
goto IL_0021;
}
}
{
uint16_t* L_2 = ___vertexCount11;
uint16_t* L_3 = ___vertexCount11;
int32_t L_4 = *((uint16_t*)L_3);
*((int16_t*)L_2) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_4, 6)));
uint16_t* L_5 = ___indexCount12;
uint16_t* L_6 = ___indexCount12;
int32_t L_7 = *((uint16_t*)L_6);
*((int16_t*)L_5) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_7, 6)));
goto IL_0392;
}
IL_0021:
{
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_8 = ___leftColorPage9;
bool L_9 = L_8.___isValid_0;
G_B3_0 = 1;
G_B3_1 = 0;
G_B3_2 = 0;
G_B3_3 = (&V_0);
if (L_9)
{
G_B4_0 = 1;
G_B4_1 = 0;
G_B4_2 = 0;
G_B4_3 = (&V_0);
goto IL_0032;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
G_B5_4 = G_B3_3;
goto IL_0033;
}
IL_0032:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
G_B5_4 = G_B4_3;
}
IL_0033:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B5_4, (uint8_t)G_B5_3, (uint8_t)G_B5_2, (uint8_t)G_B5_1, (uint8_t)G_B5_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_10 = ___leftColorPage9;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_11 = L_10.___pageAndID_1;
uint8_t L_12 = L_11.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_13 = ___leftColorPage9;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14 = L_13.___pageAndID_1;
uint8_t L_15 = L_14.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_1), (uint8_t)0, (uint8_t)0, L_12, L_15, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_16 = ___leftColorPage9;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = L_16.___pageAndID_1;
uint8_t L_18 = L_17.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_2), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_18, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_19 = ___topColorPage10;
bool L_20 = L_19.___isValid_0;
G_B6_0 = 1;
G_B6_1 = 0;
G_B6_2 = 0;
G_B6_3 = (&V_3);
if (L_20)
{
G_B7_0 = 1;
G_B7_1 = 0;
G_B7_2 = 0;
G_B7_3 = (&V_3);
goto IL_0080;
}
}
{
G_B8_0 = 0;
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
G_B8_4 = G_B6_3;
goto IL_0081;
}
IL_0080:
{
G_B8_0 = 1;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
G_B8_4 = G_B7_3;
}
IL_0081:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B8_4, (uint8_t)G_B8_3, (uint8_t)G_B8_2, (uint8_t)G_B8_1, (uint8_t)G_B8_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_21 = ___topColorPage10;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_22 = L_21.___pageAndID_1;
uint8_t L_23 = L_22.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_24 = ___topColorPage10;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_25 = L_24.___pageAndID_1;
uint8_t L_26 = L_25.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_4), (uint8_t)0, (uint8_t)0, L_23, L_26, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_27 = ___topColorPage10;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_28 = L_27.___pageAndID_1;
uint8_t L_29 = L_28.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_5), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_29, NULL);
il2cpp_codegen_initobj((&V_6), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_30 = V_6;
V_7 = L_30;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_31 = V_6;
V_8 = L_31;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_32 = V_6;
V_9 = L_32;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = ___center0;
float L_34 = L_33.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = ___center0;
float L_36 = L_35.___y_1;
float L_37 = ___posZ7;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38;
memset((&L_38), 0, sizeof(L_38));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_38), L_34, L_36, L_37, /*hidden argument*/NULL);
(&V_6)->___position_1 = L_38;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = ___center0;
float L_40 = L_39.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = ___radius1;
float L_42 = L_41.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43 = ___center0;
float L_44 = L_43.___y_1;
float L_45 = ___posZ7;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46;
memset((&L_46), 0, sizeof(L_46));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_46), ((float)il2cpp_codegen_subtract(L_40, L_42)), L_44, L_45, /*hidden argument*/NULL);
(&V_7)->___position_1 = L_46;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_47 = ___center0;
float L_48 = L_47.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49 = ___radius1;
float L_50 = L_49.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_51 = ___center0;
float L_52 = L_51.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53 = ___radius1;
float L_54 = L_53.___y_1;
float L_55 = ___posZ7;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56;
memset((&L_56), 0, sizeof(L_56));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_56), ((float)il2cpp_codegen_subtract(L_48, L_50)), ((float)il2cpp_codegen_subtract(L_52, L_54)), L_55, /*hidden argument*/NULL);
(&V_8)->___position_1 = L_56;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57 = ___center0;
float L_58 = L_57.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59 = ___center0;
float L_60 = L_59.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61 = ___radius1;
float L_62 = L_61.___y_1;
float L_63 = ___posZ7;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_64;
memset((&L_64), 0, sizeof(L_64));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_64), L_58, ((float)il2cpp_codegen_subtract(L_60, L_62)), L_63, /*hidden argument*/NULL);
(&V_9)->___position_1 = L_64;
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
float L_65 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_66 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_67;
memset((&L_67), 0, sizeof(L_67));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_67), (0.0f), (0.0f), L_65, L_66, /*hidden argument*/NULL);
(&V_6)->___circle_8 = L_67;
float L_68 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_69 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_70;
memset((&L_70), 0, sizeof(L_70));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_70), (1.0f), (0.0f), L_68, L_69, /*hidden argument*/NULL);
(&V_7)->___circle_8 = L_70;
float L_71 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_72 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_73;
memset((&L_73), 0, sizeof(L_73));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_73), (1.0f), (1.0f), L_71, L_72, /*hidden argument*/NULL);
(&V_8)->___circle_8 = L_73;
float L_74 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
float L_75 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_76;
memset((&L_76), 0, sizeof(L_76));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_76), (0.0f), (1.0f), L_74, L_75, /*hidden argument*/NULL);
(&V_9)->___circle_8 = L_76;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_77 = ___miterOffset2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78;
L_78 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
bool L_79;
L_79 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_77, L_78, NULL);
V_13 = L_79;
bool L_80 = V_13;
if (!L_80)
{
goto IL_021e;
}
}
{
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_81 = V_6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_82 = L_81.___position_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_83 = ___miterOffset2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_84;
L_84 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_83, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_85;
L_85 = Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline(L_82, L_84, NULL);
V_14 = L_85;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_86 = V_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87;
L_87 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_86, NULL);
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_88;
L_88 = Tessellation_GetInterpolatedCircle_mAFBCE9ABD9DAF70A06C6C40ECF0ED0306D35F2E9(L_87, (&V_6), (&V_7), (&V_8), NULL);
(&V_6)->___circle_8 = L_88;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_89 = V_14;
(&V_6)->___position_1 = L_89;
}
IL_021e:
{
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_90 = V_8;
V_10 = L_90;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_91 = V_6;
V_11 = L_91;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_92 = ___leftColor5;
(&V_6)->___tint_2 = L_92;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_93 = ___leftColor5;
(&V_7)->___tint_2 = L_93;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_94 = ___leftColor5;
(&V_10)->___tint_2 = L_94;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_95 = ___topColor6;
(&V_8)->___tint_2 = L_95;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_96 = ___topColor6;
(&V_9)->___tint_2 = L_96;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_97 = ___topColor6;
(&V_11)->___tint_2 = L_97;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_98 = V_0;
(&V_6)->___flags_6 = L_98;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_99 = V_1;
(&V_6)->___opacityColorPages_7 = L_99;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_100 = V_2;
(&V_6)->___ids_5 = L_100;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_101 = V_0;
(&V_7)->___flags_6 = L_101;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_102 = V_1;
(&V_7)->___opacityColorPages_7 = L_102;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_103 = V_2;
(&V_7)->___ids_5 = L_103;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_104 = V_0;
(&V_10)->___flags_6 = L_104;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_105 = V_1;
(&V_10)->___opacityColorPages_7 = L_105;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_106 = V_2;
(&V_10)->___ids_5 = L_106;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_107 = V_3;
(&V_8)->___flags_6 = L_107;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_108 = V_4;
(&V_8)->___opacityColorPages_7 = L_108;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_109 = V_5;
(&V_8)->___ids_5 = L_109;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_110 = V_3;
(&V_9)->___flags_6 = L_110;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_111 = V_4;
(&V_9)->___opacityColorPages_7 = L_111;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_112 = V_5;
(&V_9)->___ids_5 = L_112;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_113 = V_3;
(&V_11)->___flags_6 = L_113;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_114 = V_4;
(&V_11)->___opacityColorPages_7 = L_114;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_115 = V_5;
(&V_11)->___ids_5 = L_115;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_116 = ___mesh8;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_117 = V_6;
NullCheck(L_116);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_116, L_117, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_118 = ___mesh8;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_119 = V_7;
NullCheck(L_118);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_118, L_119, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_120 = ___mesh8;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_121 = V_10;
NullCheck(L_120);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_120, L_121, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_122 = ___mesh8;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_123 = V_8;
NullCheck(L_122);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_122, L_123, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_124 = ___mesh8;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_125 = V_9;
NullCheck(L_124);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_124, L_125, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_126 = ___mesh8;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_127 = V_11;
NullCheck(L_126);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_126, L_127, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_128 = ___mesh8;
uint16_t* L_129 = ___vertexCount11;
int32_t L_130 = *((uint16_t*)L_129);
NullCheck(L_128);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_128, (uint16_t)((int32_t)(uint16_t)L_130), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_131 = ___mesh8;
uint16_t* L_132 = ___vertexCount11;
int32_t L_133 = *((uint16_t*)L_132);
NullCheck(L_131);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_131, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_133, 1))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_134 = ___mesh8;
uint16_t* L_135 = ___vertexCount11;
int32_t L_136 = *((uint16_t*)L_135);
NullCheck(L_134);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_134, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_136, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_137 = ___mesh8;
uint16_t* L_138 = ___vertexCount11;
int32_t L_139 = *((uint16_t*)L_138);
NullCheck(L_137);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_137, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_139, 3))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_140 = ___mesh8;
uint16_t* L_141 = ___vertexCount11;
int32_t L_142 = *((uint16_t*)L_141);
NullCheck(L_140);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_140, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_142, 4))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_143 = ___mesh8;
uint16_t* L_144 = ___vertexCount11;
int32_t L_145 = *((uint16_t*)L_144);
NullCheck(L_143);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_143, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_145, 5))), NULL);
uint16_t* L_146 = ___vertexCount11;
uint16_t* L_147 = ___vertexCount11;
int32_t L_148 = *((uint16_t*)L_147);
*((int16_t*)L_146) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_148, 6)));
uint16_t* L_149 = ___indexCount12;
uint16_t* L_150 = ___indexCount12;
int32_t L_151 = *((uint16_t*)L_150);
*((int16_t*)L_149) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_151, 6)));
}
IL_0392:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::TessellateBorderedFan(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.Color32,UnityEngine.Color32,System.Single,UnityEngine.UIElements.MeshWriteData,UnityEngine.UIElements.ColorPage,UnityEngine.UIElements.ColorPage,System.UInt16&,System.UInt16&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_TessellateBorderedFan_mFE58A7B39ADC6475BDA6BC55C7EFFC5CEADE0640 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___center0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___outerRadius1, float ___leftWidth2, float ___topWidth3, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___leftColor4, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___topColor5, float ___posZ6, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___mesh7, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage8, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage9, uint16_t* ___vertexCount10, uint16_t* ___indexCount11, bool ___countOnly12, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_1;
memset((&V_1), 0, sizeof(V_1));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
memset((&V_3), 0, sizeof(V_3));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_5;
memset((&V_5), 0, sizeof(V_5));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_6;
memset((&V_6), 0, sizeof(V_6));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_7;
memset((&V_7), 0, sizeof(V_7));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_8;
memset((&V_8), 0, sizeof(V_8));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_9;
memset((&V_9), 0, sizeof(V_9));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_10;
memset((&V_10), 0, sizeof(V_10));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_11;
memset((&V_11), 0, sizeof(V_11));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_12;
memset((&V_12), 0, sizeof(V_12));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_13;
memset((&V_13), 0, sizeof(V_13));
bool V_14 = false;
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
int32_t G_B4_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B4_3 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B3_3 = NULL;
int32_t G_B5_0 = 0;
int32_t G_B5_1 = 0;
int32_t G_B5_2 = 0;
int32_t G_B5_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B5_4 = NULL;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
int32_t G_B7_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B7_3 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B6_2 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B6_3 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B8_2 = 0;
int32_t G_B8_3 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B8_4 = NULL;
{
bool L_0 = ___countOnly12;
V_14 = L_0;
bool L_1 = V_14;
if (!L_1)
{
goto IL_0021;
}
}
{
uint16_t* L_2 = ___vertexCount10;
uint16_t* L_3 = ___vertexCount10;
int32_t L_4 = *((uint16_t*)L_3);
*((int16_t*)L_2) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_4, 6)));
uint16_t* L_5 = ___indexCount11;
uint16_t* L_6 = ___indexCount11;
int32_t L_7 = *((uint16_t*)L_6);
*((int16_t*)L_5) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_7, 6)));
goto IL_0374;
}
IL_0021:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = ___outerRadius1;
float L_9 = L_8.___x_0;
float L_10 = ___leftWidth2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = ___outerRadius1;
float L_12 = L_11.___y_1;
float L_13 = ___topWidth3;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((float)il2cpp_codegen_subtract(L_9, L_10)), ((float)il2cpp_codegen_subtract(L_12, L_13)), NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_14 = ___leftColorPage8;
bool L_15 = L_14.___isValid_0;
G_B3_0 = 1;
G_B3_1 = 0;
G_B3_2 = 0;
G_B3_3 = (&V_1);
if (L_15)
{
G_B4_0 = 1;
G_B4_1 = 0;
G_B4_2 = 0;
G_B4_3 = (&V_1);
goto IL_0049;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
G_B5_4 = G_B3_3;
goto IL_004a;
}
IL_0049:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
G_B5_4 = G_B4_3;
}
IL_004a:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B5_4, (uint8_t)G_B5_3, (uint8_t)G_B5_2, (uint8_t)G_B5_1, (uint8_t)G_B5_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_16 = ___leftColorPage8;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = L_16.___pageAndID_1;
uint8_t L_18 = L_17.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_19 = ___leftColorPage8;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_20 = L_19.___pageAndID_1;
uint8_t L_21 = L_20.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_2), (uint8_t)0, (uint8_t)0, L_18, L_21, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_22 = ___leftColorPage8;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_23 = L_22.___pageAndID_1;
uint8_t L_24 = L_23.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_3), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_24, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_25 = ___topColorPage9;
bool L_26 = L_25.___isValid_0;
G_B6_0 = 1;
G_B6_1 = 0;
G_B6_2 = 0;
G_B6_3 = (&V_4);
if (L_26)
{
G_B7_0 = 1;
G_B7_1 = 0;
G_B7_2 = 0;
G_B7_3 = (&V_4);
goto IL_0097;
}
}
{
G_B8_0 = 0;
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
G_B8_4 = G_B6_3;
goto IL_0098;
}
IL_0097:
{
G_B8_0 = 1;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
G_B8_4 = G_B7_3;
}
IL_0098:
{
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B8_4, (uint8_t)G_B8_3, (uint8_t)G_B8_2, (uint8_t)G_B8_1, (uint8_t)G_B8_0, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_27 = ___topColorPage9;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_28 = L_27.___pageAndID_1;
uint8_t L_29 = L_28.___r_1;
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_30 = ___topColorPage9;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_31 = L_30.___pageAndID_1;
uint8_t L_32 = L_31.___g_2;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_5), (uint8_t)0, (uint8_t)0, L_29, L_32, NULL);
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_33 = ___topColorPage9;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_34 = L_33.___pageAndID_1;
uint8_t L_35 = L_34.___b_3;
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_6), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_35, NULL);
il2cpp_codegen_initobj((&V_7), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_36 = V_7;
V_8 = L_36;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_37 = V_7;
V_9 = L_37;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_38 = V_7;
V_10 = L_38;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = ___center0;
float L_40 = L_39.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = ___center0;
float L_42 = L_41.___y_1;
float L_43 = ___posZ6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44;
memset((&L_44), 0, sizeof(L_44));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_44), L_40, L_42, L_43, /*hidden argument*/NULL);
(&V_7)->___position_1 = L_44;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_45 = ___center0;
float L_46 = L_45.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_47 = ___outerRadius1;
float L_48 = L_47.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49 = ___center0;
float L_50 = L_49.___y_1;
float L_51 = ___posZ6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52;
memset((&L_52), 0, sizeof(L_52));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_52), ((float)il2cpp_codegen_subtract(L_46, L_48)), L_50, L_51, /*hidden argument*/NULL);
(&V_8)->___position_1 = L_52;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53 = ___center0;
float L_54 = L_53.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55 = ___outerRadius1;
float L_56 = L_55.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57 = ___center0;
float L_58 = L_57.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59 = ___outerRadius1;
float L_60 = L_59.___y_1;
float L_61 = ___posZ6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62;
memset((&L_62), 0, sizeof(L_62));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_62), ((float)il2cpp_codegen_subtract(L_54, L_56)), ((float)il2cpp_codegen_subtract(L_58, L_60)), L_61, /*hidden argument*/NULL);
(&V_9)->___position_1 = L_62;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63 = ___center0;
float L_64 = L_63.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_65 = ___center0;
float L_66 = L_65.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_67 = ___outerRadius1;
float L_68 = L_67.___y_1;
float L_69 = ___posZ6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70;
memset((&L_70), 0, sizeof(L_70));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_70), L_64, ((float)il2cpp_codegen_subtract(L_66, L_68)), L_69, /*hidden argument*/NULL);
(&V_10)->___position_1 = L_70;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71 = ___outerRadius1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_72 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_73;
L_73 = Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline(L_71, L_72, NULL);
V_11 = L_73;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_74;
memset((&L_74), 0, sizeof(L_74));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_74), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
(&V_7)->___circle_8 = L_74;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_75 = V_11;
float L_76 = L_75.___x_0;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_77;
memset((&L_77), 0, sizeof(L_77));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_77), (1.0f), (0.0f), L_76, (0.0f), /*hidden argument*/NULL);
(&V_8)->___circle_8 = L_77;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78 = V_11;
float L_79 = L_78.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_80 = V_11;
float L_81 = L_80.___y_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_82;
memset((&L_82), 0, sizeof(L_82));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_82), (1.0f), (1.0f), L_79, L_81, /*hidden argument*/NULL);
(&V_9)->___circle_8 = L_82;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_83 = V_11;
float L_84 = L_83.___y_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_85;
memset((&L_85), 0, sizeof(L_85));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_85), (0.0f), (1.0f), (0.0f), L_84, /*hidden argument*/NULL);
(&V_10)->___circle_8 = L_85;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_86 = V_9;
V_12 = L_86;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_87 = V_7;
V_13 = L_87;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_88 = ___leftColor4;
(&V_7)->___tint_2 = L_88;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_89 = ___leftColor4;
(&V_8)->___tint_2 = L_89;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_90 = ___leftColor4;
(&V_12)->___tint_2 = L_90;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_91 = ___topColor5;
(&V_9)->___tint_2 = L_91;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_92 = ___topColor5;
(&V_10)->___tint_2 = L_92;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_93 = ___topColor5;
(&V_13)->___tint_2 = L_93;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_94 = V_1;
(&V_7)->___flags_6 = L_94;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_95 = V_2;
(&V_7)->___opacityColorPages_7 = L_95;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_96 = V_3;
(&V_7)->___ids_5 = L_96;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_97 = V_1;
(&V_8)->___flags_6 = L_97;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_98 = V_2;
(&V_8)->___opacityColorPages_7 = L_98;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_99 = V_3;
(&V_8)->___ids_5 = L_99;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_100 = V_1;
(&V_12)->___flags_6 = L_100;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_101 = V_2;
(&V_12)->___opacityColorPages_7 = L_101;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_102 = V_3;
(&V_12)->___ids_5 = L_102;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_103 = V_4;
(&V_9)->___flags_6 = L_103;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_104 = V_5;
(&V_9)->___opacityColorPages_7 = L_104;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_105 = V_6;
(&V_9)->___ids_5 = L_105;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_106 = V_4;
(&V_10)->___flags_6 = L_106;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_107 = V_5;
(&V_10)->___opacityColorPages_7 = L_107;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_108 = V_6;
(&V_10)->___ids_5 = L_108;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_109 = V_4;
(&V_13)->___flags_6 = L_109;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_110 = V_5;
(&V_13)->___opacityColorPages_7 = L_110;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_111 = V_6;
(&V_13)->___ids_5 = L_111;
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_112 = ___mesh7;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_113 = V_7;
NullCheck(L_112);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_112, L_113, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_114 = ___mesh7;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_115 = V_8;
NullCheck(L_114);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_114, L_115, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_116 = ___mesh7;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_117 = V_12;
NullCheck(L_116);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_116, L_117, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_118 = ___mesh7;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_119 = V_9;
NullCheck(L_118);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_118, L_119, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_120 = ___mesh7;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_121 = V_10;
NullCheck(L_120);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_120, L_121, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_122 = ___mesh7;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_123 = V_13;
NullCheck(L_122);
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_122, L_123, NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_124 = ___mesh7;
uint16_t* L_125 = ___vertexCount10;
int32_t L_126 = *((uint16_t*)L_125);
NullCheck(L_124);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_124, (uint16_t)((int32_t)(uint16_t)L_126), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_127 = ___mesh7;
uint16_t* L_128 = ___vertexCount10;
int32_t L_129 = *((uint16_t*)L_128);
NullCheck(L_127);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_127, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_129, 1))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_130 = ___mesh7;
uint16_t* L_131 = ___vertexCount10;
int32_t L_132 = *((uint16_t*)L_131);
NullCheck(L_130);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_130, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_132, 2))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_133 = ___mesh7;
uint16_t* L_134 = ___vertexCount10;
int32_t L_135 = *((uint16_t*)L_134);
NullCheck(L_133);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_133, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_135, 3))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_136 = ___mesh7;
uint16_t* L_137 = ___vertexCount10;
int32_t L_138 = *((uint16_t*)L_137);
NullCheck(L_136);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_136, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_138, 4))), NULL);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_139 = ___mesh7;
uint16_t* L_140 = ___vertexCount10;
int32_t L_141 = *((uint16_t*)L_140);
NullCheck(L_139);
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_139, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_141, 5))), NULL);
uint16_t* L_142 = ___vertexCount10;
uint16_t* L_143 = ___vertexCount10;
int32_t L_144 = *((uint16_t*)L_143);
*((int16_t*)L_142) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_144, 6)));
uint16_t* L_145 = ___indexCount11;
uint16_t* L_146 = ___indexCount11;
int32_t L_147 = *((uint16_t*)L_146);
*((int16_t*)L_145) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_147, 6)));
}
IL_0374:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::MirrorVertices(UnityEngine.Rect,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_MirrorVertices_m6FC140774080C73210E9F83CACEB2A4FA8937245 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices1, int32_t ___vertexStart2, int32_t ___vertexCount3, bool ___flipHorizontal4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
int32_t V_4 = 0;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
{
bool L_0 = ___flipHorizontal4;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0073;
}
}
{
V_1 = 0;
goto IL_0068;
}
IL_000c:
{
int32_t L_2 = ___vertexStart2;
int32_t L_3 = V_1;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_4;
L_4 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&___vertices1), ((int32_t)il2cpp_codegen_add(L_2, L_3)), NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
V_2 = L_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_5 = (&(&V_2)->___position_1);
float L_6;
L_6 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_7 = V_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = L_7.___position_1;
float L_9 = L_8.___x_2;
float L_10;
L_10 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rect0), NULL);
L_5->___x_2 = ((float)il2cpp_codegen_subtract(L_6, ((float)il2cpp_codegen_subtract(L_9, L_10))));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_11 = (&(&V_2)->___uv_3);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_12 = V_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = L_12.___uv_3;
float L_14 = L_13.___x_0;
L_11->___x_0 = ((-L_14));
int32_t L_15 = ___vertexStart2;
int32_t L_16 = V_1;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_17 = V_2;
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&___vertices1), ((int32_t)il2cpp_codegen_add(L_15, L_16)), L_17, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0068:
{
int32_t L_19 = V_1;
int32_t L_20 = ___vertexCount3;
V_3 = (bool)((((int32_t)L_19) < ((int32_t)L_20))? 1 : 0);
bool L_21 = V_3;
if (L_21)
{
goto IL_000c;
}
}
{
goto IL_00e9;
}
IL_0073:
{
V_4 = 0;
goto IL_00dd;
}
IL_0079:
{
int32_t L_22 = ___vertexStart2;
int32_t L_23 = V_4;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_24;
L_24 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&___vertices1), ((int32_t)il2cpp_codegen_add(L_22, L_23)), NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
V_5 = L_24;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_25 = (&(&V_5)->___position_1);
float L_26;
L_26 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_27 = V_5;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = L_27.___position_1;
float L_29 = L_28.___y_3;
float L_30;
L_30 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rect0), NULL);
L_25->___y_3 = ((float)il2cpp_codegen_subtract(L_26, ((float)il2cpp_codegen_subtract(L_29, L_30))));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_31 = (&(&V_5)->___uv_3);
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_32 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = L_32.___uv_3;
float L_34 = L_33.___y_1;
L_31->___y_1 = ((-L_34));
int32_t L_35 = ___vertexStart2;
int32_t L_36 = V_4;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_37 = V_5;
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&___vertices1), ((int32_t)il2cpp_codegen_add(L_35, L_36)), L_37, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
int32_t L_38 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_38, 1));
}
IL_00dd:
{
int32_t L_39 = V_4;
int32_t L_40 = ___vertexCount3;
V_6 = (bool)((((int32_t)L_39) < ((int32_t)L_40))? 1 : 0);
bool L_41 = V_6;
if (L_41)
{
goto IL_0079;
}
}
{
}
IL_00e9:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::FlipWinding(Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_FlipWinding_m7D6C3C950B9E2D5441B833C33DFD48F701F9317A (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices0, int32_t ___indexStart1, int32_t ___indexCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint16_t V_1 = 0;
bool V_2 = false;
{
V_0 = 0;
goto IL_003b;
}
IL_0005:
{
int32_t L_0 = ___indexStart1;
int32_t L_1 = V_0;
uint16_t L_2;
L_2 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&___indices0), ((int32_t)il2cpp_codegen_add(L_0, L_1)), NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
V_1 = L_2;
int32_t L_3 = ___indexStart1;
int32_t L_4 = V_0;
int32_t L_5 = ___indexStart1;
int32_t L_6 = V_0;
uint16_t L_7;
L_7 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&___indices0), ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_5, L_6)), 1)), NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___indices0), ((int32_t)il2cpp_codegen_add(L_3, L_4)), L_7, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
int32_t L_8 = ___indexStart1;
int32_t L_9 = V_0;
uint16_t L_10 = V_1;
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___indices0), ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_8, L_9)), 1)), L_10, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 3));
}
IL_003b:
{
int32_t L_12 = V_0;
int32_t L_13 = ___indexCount2;
V_2 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_2;
if (L_14)
{
goto IL_0005;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::ComputeUVs(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Rect,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation_ComputeUVs_mB71B9A6E6CB31E14D533DA77FF809A0233E0E6DA (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___tessellatedRect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___textureRect1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uvRegion2, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
L_0 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&___tessellatedRect0), NULL);
V_0 = L_0;
float L_1;
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___tessellatedRect0), NULL);
float L_2;
L_2 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___tessellatedRect0), NULL);
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), ((float)((1.0f)/L_1)), ((float)((1.0f)/L_2)), NULL);
V_2 = 0;
goto IL_00d7;
}
IL_0031:
{
int32_t L_3 = V_2;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_4;
L_4 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&___vertices3), L_3, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
V_3 = L_4;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_5 = V_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5.___position_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
L_7 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_6, NULL);
V_4 = L_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = V_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
L_10 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_8, L_9, NULL);
V_4 = L_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
L_13 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_11, L_12, NULL);
V_4 = L_13;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_14 = (&(&V_3)->___uv_3);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_4;
float L_16 = L_15.___x_0;
float L_17;
L_17 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___textureRect1), NULL);
float L_18;
L_18 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___textureRect1), NULL);
float L_19;
L_19 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___uvRegion2), NULL);
float L_20;
L_20 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___uvRegion2), NULL);
L_14->___x_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_16, L_17)), L_18)), L_19)), L_20));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_21 = (&(&V_3)->___uv_3);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_4;
float L_23 = L_22.___y_1;
float L_24;
L_24 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___textureRect1), NULL);
float L_25;
L_25 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___textureRect1), NULL);
float L_26;
L_26 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___uvRegion2), NULL);
float L_27;
L_27 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___uvRegion2), NULL);
L_21->___y_1 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_23)), L_24)), L_25)), L_26)), L_27));
int32_t L_28 = V_2;
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_29 = V_3;
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&___vertices3), L_28, L_29, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
int32_t L_30 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_00d7:
{
int32_t L_31 = V_2;
int32_t L_32;
L_32 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_inline((&___vertices3), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
V_5 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0);
bool L_33 = V_5;
if (L_33)
{
goto IL_0031;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.Tessellation::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tessellation__cctor_m9A17F1952F041F455F23E18C56DB46EF583B30A2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46B2C5194353B68813203D9EC7AFC20016EC23A3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8940764EF74E36BFE702FA01C2AD7A3D820A8D3);
s_Il2CppMethodInitialized = true;
}
{
((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0 = (0.00100000005f);
((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kUnusedArc_1 = (-9999.90039f);
((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kSubdivisions_2 = (uint16_t)6;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
memset((&L_0), 0, sizeof(L_0));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteral46B2C5194353B68813203D9EC7AFC20016EC23A3, /*hidden argument*/NULL);
((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___s_MarkerTessellateRect_3 = L_0;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteralB8940764EF74E36BFE702FA01C2AD7A3D820A8D3, /*hidden argument*/NULL);
((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___s_MarkerTessellateBorder_4 = L_1;
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* L_2 = (EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918*)(EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918*)SZArrayNew(EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918_il2cpp_TypeInfo_var, (uint32_t)4);
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* L_3 = L_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)1);
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)2);
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)4);
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* L_6 = L_5;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (int32_t)8);
((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___s_AllEdges_5 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___s_AllEdges_5), (void*)L_6);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.UIElements.UIR.TextCoreSettings::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextCoreSettings_Equals_m2AA97F8B441D49BCE3BC1C4D3ACF270E7236EA3B (TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
RuntimeObject* L_0 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115_il2cpp_TypeInfo_var)))
{
goto IL_0017;
}
}
{
RuntimeObject* L_1 = ___obj0;
bool L_2;
L_2 = TextCoreSettings_Equals_mCD3C40E96B7F9E933D26701DC7A1485ED753CD1E(__this, ((*(TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115*)((TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115*)(TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115*)UnBox(L_1, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115_il2cpp_TypeInfo_var)))), NULL);
G_B3_0 = ((int32_t)(L_2));
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 0;
}
IL_0018:
{
V_0 = (bool)G_B3_0;
goto IL_001b;
}
IL_001b:
{
bool L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C bool TextCoreSettings_Equals_m2AA97F8B441D49BCE3BC1C4D3ACF270E7236EA3B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115*>(__this + _offset);
bool _returnValue;
_returnValue = TextCoreSettings_Equals_m2AA97F8B441D49BCE3BC1C4D3ACF270E7236EA3B(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean UnityEngine.UIElements.UIR.TextCoreSettings::Equals(UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextCoreSettings_Equals_mCD3C40E96B7F9E933D26701DC7A1485ED753CD1E (TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B7_0 = 0;
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_0 = ___other0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = L_0.___faceColor_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = __this->___faceColor_0;
bool L_3;
L_3 = Color_op_Equality_m3A255F888F9300ABB36ED2BC0640CFFDAAEFED2F_inline(L_1, L_2, NULL);
if (!L_3)
{
goto IL_006b;
}
}
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_4 = ___other0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = L_4.___outlineColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = __this->___outlineColor_1;
bool L_7;
L_7 = Color_op_Equality_m3A255F888F9300ABB36ED2BC0640CFFDAAEFED2F_inline(L_5, L_6, NULL);
if (!L_7)
{
goto IL_006b;
}
}
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_8 = ___other0;
float L_9 = L_8.___outlineWidth_2;
float L_10 = __this->___outlineWidth_2;
if ((!(((float)L_9) == ((float)L_10))))
{
goto IL_006b;
}
}
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_11 = ___other0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = L_11.___underlayColor_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = __this->___underlayColor_3;
bool L_14;
L_14 = Color_op_Equality_m3A255F888F9300ABB36ED2BC0640CFFDAAEFED2F_inline(L_12, L_13, NULL);
if (!L_14)
{
goto IL_006b;
}
}
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_15 = ___other0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = L_15.___underlayOffset_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = __this->___underlayOffset_4;
bool L_18;
L_18 = Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline(L_16, L_17, NULL);
if (!L_18)
{
goto IL_006b;
}
}
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_19 = ___other0;
float L_20 = L_19.___underlaySoftness_5;
float L_21 = __this->___underlaySoftness_5;
G_B7_0 = ((((float)L_20) == ((float)L_21))? 1 : 0);
goto IL_006c;
}
IL_006b:
{
G_B7_0 = 0;
}
IL_006c:
{
V_0 = (bool)G_B7_0;
goto IL_006f;
}
IL_006f:
{
bool L_22 = V_0;
return L_22;
}
}
IL2CPP_EXTERN_C bool TextCoreSettings_Equals_mCD3C40E96B7F9E933D26701DC7A1485ED753CD1E_AdjustorThunk (RuntimeObject* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___other0, const RuntimeMethod* method)
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115*>(__this + _offset);
bool _returnValue;
_returnValue = TextCoreSettings_Equals_mCD3C40E96B7F9E933D26701DC7A1485ED753CD1E(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Int32 UnityEngine.UIElements.UIR.TextCoreSettings::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextCoreSettings_GetHashCode_m392468372DAB1B9BE9F4067E89245DCC57735A2F (TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = ((int32_t)75905159);
int32_t L_0 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_1 = (&__this->___faceColor_0);
int32_t L_2;
L_2 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_1, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_0, ((int32_t)-1521134295))), L_2));
int32_t L_3 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_4 = (&__this->___outlineColor_1);
int32_t L_5;
L_5 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_4, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)-1521134295))), L_5));
int32_t L_6 = V_0;
float* L_7 = (&__this->___outlineWidth_2);
int32_t L_8;
L_8 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_7, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_6, ((int32_t)-1521134295))), L_8));
int32_t L_9 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_10 = (&__this->___underlayColor_3);
int32_t L_11;
L_11 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_10, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_9, ((int32_t)-1521134295))), L_11));
int32_t L_12 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_13 = (&__this->___underlayOffset_4);
float* L_14 = (&L_13->___x_0);
int32_t L_15;
L_15 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_14, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_12, ((int32_t)-1521134295))), L_15));
int32_t L_16 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_17 = (&__this->___underlayOffset_4);
float* L_18 = (&L_17->___y_1);
int32_t L_19;
L_19 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_18, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_16, ((int32_t)-1521134295))), L_19));
int32_t L_20 = V_0;
float* L_21 = (&__this->___underlaySoftness_5);
int32_t L_22;
L_22 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_21, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)-1521134295))), L_22));
int32_t L_23 = V_0;
V_1 = L_23;
goto IL_00b3;
}
IL_00b3:
{
int32_t L_24 = V_1;
return L_24;
}
}
IL2CPP_EXTERN_C int32_t TextCoreSettings_GetHashCode_m392468372DAB1B9BE9F4067E89245DCC57735A2F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115*>(__this + _offset);
int32_t _returnValue;
_returnValue = TextCoreSettings_GetHashCode_m392468372DAB1B9BE9F4067E89245DCC57735A2F(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.UIElements.UIR.TextureBlitter::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureBlitter_get_disposed_m00CEB7B2330A6DBE3BE95049ED60406DD90B8EAF (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_8;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::set_disposed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_set_disposed_m3FA52D5FE5C9EEAC9DAA3E89BD506901DB9352EE (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_8 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_Dispose_m29FEFB901C826EABA7FDC30FD4A03EC1E2C0D72C (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VirtualActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.UIElements.UIR.TextureBlitter::Dispose(System.Boolean) */, __this, (bool)1);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_Dispose_mC8338BCA927FD3558E2BD7631A38D4E038F9F82B (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
bool L_0;
L_0 = TextureBlitter_get_disposed_m00CEB7B2330A6DBE3BE95049ED60406DD90B8EAF_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
goto IL_0031;
}
IL_000d:
{
bool L_2 = ___disposing0;
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0029;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = __this->___m_BlitMaterial_3;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48(L_4, NULL);
__this->___m_BlitMaterial_3 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlitMaterial_3), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
goto IL_0029;
}
IL_0029:
{
TextureBlitter_set_disposed_m3FA52D5FE5C9EEAC9DAA3E89BD506901DB9352EE_inline(__this, (bool)1, NULL);
}
IL_0031:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter__cctor_mFBD95D2FEA41BFF5DC969823C70525FEEBE939F3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F3A8CC0D1341CC2058A61F50C7E55491AC61AF4);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
memset((&L_0), 0, sizeof(L_0));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteral6F3A8CC0D1341CC2058A61F50C7E55491AC61AF4, /*hidden argument*/NULL);
((TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_StaticFields*)il2cpp_codegen_static_fields_for(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var))->___s_CommitSampler_1 = L_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)8);
((TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_StaticFields*)il2cpp_codegen_static_fields_for(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var))->___k_TextureIds_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_StaticFields*)il2cpp_codegen_static_fields_for(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var))->___k_TextureIds_0), (void*)L_1);
V_0 = 0;
goto IL_0040;
}
IL_001f:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = ((TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_StaticFields*)il2cpp_codegen_static_fields_for(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var))->___k_TextureIds_0;
int32_t L_3 = V_0;
String_t* L_4;
L_4 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
String_t* L_5;
L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_4, NULL);
int32_t L_6;
L_6 = Shader_PropertyToID_mF5F7BA2EFF23D83482ECDE4C34227145D817B1EB(L_5, NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_6);
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0040:
{
int32_t L_8 = V_0;
V_1 = (bool)((((int32_t)L_8) < ((int32_t)8))? 1 : 0);
bool L_9 = V_1;
if (L_9)
{
goto IL_001f;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter__ctor_mD79919BDF48AF5D515F1C764FCD22BAC796BD035 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAB2B123AE51CDC79605EF4A41537BADA1774F2CA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0BE12F16A937298114B20824E93D706BCA5214D5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* L_0 = (BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA*)(BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA*)SZArrayNew(BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA_il2cpp_TypeInfo_var, (uint32_t)1);
__this->___m_SingleBlit_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SingleBlit_2), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_1 = ___capacity0;
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* L_2 = (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5*)il2cpp_codegen_object_new(List_1_t0BE12F16A937298114B20824E93D706BCA5214D5_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_mAB2B123AE51CDC79605EF4A41537BADA1774F2CA(L_2, L_1, List_1__ctor_mAB2B123AE51CDC79605EF4A41537BADA1774F2CA_RuntimeMethod_var);
__this->___m_PendingBlits_7 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PendingBlits_7), (void*)L_2);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::QueueBlit(UnityEngine.Texture,UnityEngine.RectInt,UnityEngine.Vector2Int,System.Boolean,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_QueueBlit_mFF3675087045B052103F691186186D3F42F46A01 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src0, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___srcRect1, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___dstPos2, bool ___addBorder3, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 V_1;
memset((&V_1), 0, sizeof(V_1));
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* G_B4_0 = NULL;
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* G_B4_1 = NULL;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* G_B3_0 = NULL;
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* G_B3_1 = NULL;
int32_t G_B5_0 = 0;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* G_B5_1 = NULL;
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* G_B5_2 = NULL;
{
bool L_0;
L_0 = TextureBlitter_get_disposed_m00CEB7B2330A6DBE3BE95049ED60406DD90B8EAF_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
goto IL_005a;
}
IL_0015:
{
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* L_2 = __this->___m_PendingBlits_7;
il2cpp_codegen_initobj((&V_1), sizeof(BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357));
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___src0;
(&V_1)->___src_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___src_0), (void*)L_3);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_4 = ___srcRect1;
(&V_1)->___srcRect_1 = L_4;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5 = ___dstPos2;
(&V_1)->___dstPos_2 = L_5;
bool L_6 = ___addBorder3;
G_B3_0 = (&V_1);
G_B3_1 = L_2;
if (L_6)
{
G_B4_0 = (&V_1);
G_B4_1 = L_2;
goto IL_0044;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
goto IL_0045;
}
IL_0044:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
}
IL_0045:
{
G_B5_1->___border_3 = G_B5_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = ___tint4;
(&V_1)->___tint_4 = L_7;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_8 = V_1;
NullCheck(G_B5_2);
List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_inline(G_B5_2, L_8, List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_RuntimeMethod_var);
}
IL_005a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::BlitOneNow(UnityEngine.RenderTexture,UnityEngine.Texture,UnityEngine.RectInt,UnityEngine.Vector2Int,System.Boolean,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_BlitOneNow_m36B06C9C2FA624B74430BC2A89D054B3945A2185 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dst0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src1, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___srcRect2, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___dstPos3, bool ___addBorder4, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint5, const RuntimeMethod* method)
{
bool V_0 = false;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 V_1;
memset((&V_1), 0, sizeof(V_1));
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* G_B4_2 = NULL;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* G_B3_2 = NULL;
int32_t G_B5_0 = 0;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357* G_B5_1 = NULL;
int32_t G_B5_2 = 0;
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* G_B5_3 = NULL;
{
bool L_0;
L_0 = TextureBlitter_get_disposed_m00CEB7B2330A6DBE3BE95049ED60406DD90B8EAF_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
goto IL_0078;
}
IL_0015:
{
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* L_2 = __this->___m_SingleBlit_2;
il2cpp_codegen_initobj((&V_1), sizeof(BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357));
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___src1;
(&V_1)->___src_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___src_0), (void*)L_3);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_4 = ___srcRect2;
(&V_1)->___srcRect_1 = L_4;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5 = ___dstPos3;
(&V_1)->___dstPos_2 = L_5;
bool L_6 = ___addBorder4;
G_B3_0 = (&V_1);
G_B3_1 = 0;
G_B3_2 = L_2;
if (L_6)
{
G_B4_0 = (&V_1);
G_B4_1 = 0;
G_B4_2 = L_2;
goto IL_0046;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
goto IL_0047;
}
IL_0046:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
}
IL_0047:
{
G_B5_1->___border_3 = G_B5_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = ___tint5;
(&V_1)->___tint_4 = L_7;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_8 = V_1;
NullCheck(G_B5_3);
(G_B5_3)->SetAt(static_cast<il2cpp_array_size_t>(G_B5_2), (BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357)L_8);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_9 = ___dst0;
TextureBlitter_BeginBlit_mC1A1F6F82313120D441016B34D143CF97E997A56(__this, L_9, NULL);
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* L_10 = __this->___m_SingleBlit_2;
TextureBlitter_DoBlit_m375A25BFCB3180100BF799325A2AD49C85DEAF0B(__this, (RuntimeObject*)L_10, 0, NULL);
TextureBlitter_EndBlit_m247EB2A9604A08925D457D13844BF0702F8DD4E5(__this, NULL);
}
IL_0078:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::Commit(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_Commit_mAB0D92623C9AEA7B1439EB1613D9A1DA62A2465F (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dst0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
{
bool L_0;
L_0 = TextureBlitter_get_disposed_m00CEB7B2330A6DBE3BE95049ED60406DD90B8EAF_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
goto IL_006c;
}
IL_0015:
{
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* L_2 = __this->___m_PendingBlits_7;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_inline(L_2, List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0029;
}
}
{
goto IL_006c;
}
IL_0029:
{
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5 = ___dst0;
TextureBlitter_BeginBlit_mC1A1F6F82313120D441016B34D143CF97E997A56(__this, L_5, NULL);
V_2 = 0;
goto IL_0047;
}
IL_0035:
{
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* L_6 = __this->___m_PendingBlits_7;
int32_t L_7 = V_2;
TextureBlitter_DoBlit_m375A25BFCB3180100BF799325A2AD49C85DEAF0B(__this, L_6, L_7, NULL);
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 8));
}
IL_0047:
{
int32_t L_9 = V_2;
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* L_10 = __this->___m_PendingBlits_7;
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_inline(L_10, List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_3;
if (L_12)
{
goto IL_0035;
}
}
{
TextureBlitter_EndBlit_m247EB2A9604A08925D457D13844BF0702F8DD4E5(__this, NULL);
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* L_13 = __this->___m_PendingBlits_7;
NullCheck(L_13);
List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_inline(L_13, List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_RuntimeMethod_var);
}
IL_006c:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::BeginBlit(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_BeginBlit_mC1A1F6F82313120D441016B34D143CF97E997A56 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dst0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* V_1 = NULL;
bool V_2 = false;
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_BlitMaterial_3;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_003e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
String_t* L_3 = ((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4;
L_4 = Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72(L_3, NULL);
V_1 = L_4;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = V_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_6);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL);
__this->___m_BlitMaterial_3 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlitMaterial_3), (void*)L_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___m_BlitMaterial_3;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7;
NullCheck(L_8);
int32_t L_9;
L_9 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_8, NULL);
NullCheck(L_8);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)((int32_t)L_9|4)), NULL);
}
IL_003e:
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_10 = __this->___m_Properties_4;
V_2 = (bool)((((RuntimeObject*)(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)L_10) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_0056;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_12 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
NullCheck(L_12);
MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_12, NULL);
__this->___m_Properties_4 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Properties_4), (void*)L_12);
}
IL_0056:
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_13;
L_13 = Utility_GetActiveViewport_m6219330120AEDFC96C9AA0EE75023E9431EB189D(NULL);
__this->___m_Viewport_5 = L_13;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14;
L_14 = RenderTexture_get_active_m2204DF860773F9A8CDFF92BDB35CEB72A0643345(NULL);
__this->___m_PrevRT_6 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PrevRT_6), (void*)L_14);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = ___dst0;
NullCheck(L_15);
int32_t L_16;
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_15);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = ___dst0;
NullCheck(L_17);
int32_t L_18;
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_17);
GL_LoadPixelMatrix_m4E6F7BAFD87A2FE91048B0F602519811690CAA63((0.0f), ((float)L_16), (0.0f), ((float)L_18), NULL);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = ___dst0;
il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
Graphics_SetRenderTarget_mDA2F41245400E50551268368F6C551FFFDCC9CAC(L_19, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = __this->___m_BlitMaterial_3;
NullCheck(L_20);
bool L_21;
L_21 = Material_SetPass_mBB03542DFF4FAEADFCED332009F9D61B6DED75FE(L_20, 0, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::DoBlit(System.Collections.Generic.IList`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_DoBlit_m375A25BFCB3180100BF799325A2AD49C85DEAF0B (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RuntimeObject* ___blitInfos0, int32_t ___startIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tAE76549282407BAEF1D73046665FE2FA3E0FFC16_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t4A9A4A4522238CC06724A58FE97BCC6029EA9F08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
int32_t V_8 = 0;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 V_9;
memset((&V_9), 0, sizeof(V_9));
float V_10 = 0.0f;
float V_11 = 0.0f;
float V_12 = 0.0f;
float V_13 = 0.0f;
float V_14 = 0.0f;
float V_15 = 0.0f;
float V_16 = 0.0f;
float V_17 = 0.0f;
float V_18 = 0.0f;
float V_19 = 0.0f;
bool V_20 = false;
{
RuntimeObject* L_0 = ___blitInfos0;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::get_Count() */, ICollection_1_tAE76549282407BAEF1D73046665FE2FA3E0FFC16_il2cpp_TypeInfo_var, L_0);
int32_t L_2 = ___startIndex1;
int32_t L_3;
L_3 = Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline(((int32_t)il2cpp_codegen_subtract(L_1, L_2)), 8, NULL);
V_0 = L_3;
int32_t L_4 = ___startIndex1;
int32_t L_5 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
int32_t L_6 = ___startIndex1;
V_2 = L_6;
V_3 = 0;
goto IL_0055;
}
IL_001a:
{
RuntimeObject* L_7 = ___blitInfos0;
int32_t L_8 = V_2;
NullCheck(L_7);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_9;
L_9 = InterfaceFuncInvoker1< BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::get_Item(System.Int32) */, IList_1_t4A9A4A4522238CC06724A58FE97BCC6029EA9F08_il2cpp_TypeInfo_var, L_7, L_8);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = L_9.___src_0;
V_4 = L_10;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_11 = V_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_5 = L_12;
bool L_13 = V_5;
if (!L_13)
{
goto IL_004c;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_14 = __this->___m_Properties_4;
il2cpp_codegen_runtime_class_init_inline(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_15 = ((TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_StaticFields*)il2cpp_codegen_static_fields_for(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var))->___k_TextureIds_0;
int32_t L_16 = V_3;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_19 = V_4;
NullCheck(L_14);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_14, L_18, L_19, NULL);
}
IL_004c:
{
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
int32_t L_21 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_0055:
{
int32_t L_22 = V_2;
int32_t L_23 = V_1;
V_6 = (bool)((((int32_t)L_22) < ((int32_t)L_23))? 1 : 0);
bool L_24 = V_6;
if (L_24)
{
goto IL_001a;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_25 = __this->___m_Properties_4;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetPropertyBlock_m186F7D4B9C21DB895748F5B7E01F5AB6DB286AA5(L_25, NULL);
GL_Begin_m484E517466FBE5D4AE78DAC608E403159A57BD10(7, NULL);
int32_t L_26 = ___startIndex1;
V_7 = L_26;
V_8 = 0;
goto IL_0241;
}
IL_007d:
{
RuntimeObject* L_27 = ___blitInfos0;
int32_t L_28 = V_7;
NullCheck(L_27);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_29;
L_29 = InterfaceFuncInvoker1< BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>::get_Item(System.Int32) */, IList_1_t4A9A4A4522238CC06724A58FE97BCC6029EA9F08_il2cpp_TypeInfo_var, L_27, L_28);
V_9 = L_29;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_30 = V_9;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_31 = L_30.___src_0;
NullCheck(L_31);
int32_t L_32;
L_32 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_31);
V_10 = ((float)((1.0f)/((float)L_32)));
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_33 = V_9;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_34 = L_33.___src_0;
NullCheck(L_34);
int32_t L_35;
L_35 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_34);
V_11 = ((float)((1.0f)/((float)L_35)));
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_36 = (&(&V_9)->___dstPos_2);
int32_t L_37;
L_37 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_36, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_38 = V_9;
int32_t L_39 = L_38.___border_3;
V_12 = ((float)((int32_t)il2cpp_codegen_subtract(L_37, L_39)));
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_40 = (&(&V_9)->___dstPos_2);
int32_t L_41;
L_41 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_40, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_42 = V_9;
int32_t L_43 = L_42.___border_3;
V_13 = ((float)((int32_t)il2cpp_codegen_subtract(L_41, L_43)));
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_44 = (&(&V_9)->___dstPos_2);
int32_t L_45;
L_45 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_44, NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_46 = (&(&V_9)->___srcRect_1);
int32_t L_47;
L_47 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7(L_46, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_48 = V_9;
int32_t L_49 = L_48.___border_3;
V_14 = ((float)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_45, L_47)), L_49)));
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_50 = (&(&V_9)->___dstPos_2);
int32_t L_51;
L_51 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_50, NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_52 = (&(&V_9)->___srcRect_1);
int32_t L_53;
L_53 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C(L_52, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_54 = V_9;
int32_t L_55 = L_54.___border_3;
V_15 = ((float)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_51, L_53)), L_55)));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_56 = (&(&V_9)->___srcRect_1);
int32_t L_57;
L_57 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA(L_56, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_58 = V_9;
int32_t L_59 = L_58.___border_3;
float L_60 = V_10;
V_16 = ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_subtract(L_57, L_59))), L_60));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_61 = (&(&V_9)->___srcRect_1);
int32_t L_62;
L_62 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878(L_61, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_63 = V_9;
int32_t L_64 = L_63.___border_3;
float L_65 = V_11;
V_17 = ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_subtract(L_62, L_64))), L_65));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_66 = (&(&V_9)->___srcRect_1);
int32_t L_67;
L_67 = RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0(L_66, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_68 = V_9;
int32_t L_69 = L_68.___border_3;
float L_70 = V_10;
V_18 = ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_add(L_67, L_69))), L_70));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_71 = (&(&V_9)->___srcRect_1);
int32_t L_72;
L_72 = RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44(L_71, NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_73 = V_9;
int32_t L_74 = L_73.___border_3;
float L_75 = V_11;
V_19 = ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_add(L_72, L_74))), L_75));
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_76 = V_9;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_77 = L_76.___tint_4;
GL_Color_mF6C9058C9552C5E26A15FBB7061BEB5E78C7D3D8(L_77, NULL);
float L_78 = V_16;
float L_79 = V_17;
int32_t L_80 = V_8;
GL_TexCoord3_m34D6FE6E9AFF2A1DC7F0DA57DF386AEB58C59DAA(L_78, L_79, ((float)L_80), NULL);
float L_81 = V_12;
float L_82 = V_13;
GL_Vertex3_m9FFEDAB32CC9A54F1BF7572D0CE856AE41A6473F(L_81, L_82, (0.0f), NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_83 = V_9;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_84 = L_83.___tint_4;
GL_Color_mF6C9058C9552C5E26A15FBB7061BEB5E78C7D3D8(L_84, NULL);
float L_85 = V_16;
float L_86 = V_19;
int32_t L_87 = V_8;
GL_TexCoord3_m34D6FE6E9AFF2A1DC7F0DA57DF386AEB58C59DAA(L_85, L_86, ((float)L_87), NULL);
float L_88 = V_12;
float L_89 = V_15;
GL_Vertex3_m9FFEDAB32CC9A54F1BF7572D0CE856AE41A6473F(L_88, L_89, (0.0f), NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_90 = V_9;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_91 = L_90.___tint_4;
GL_Color_mF6C9058C9552C5E26A15FBB7061BEB5E78C7D3D8(L_91, NULL);
float L_92 = V_18;
float L_93 = V_19;
int32_t L_94 = V_8;
GL_TexCoord3_m34D6FE6E9AFF2A1DC7F0DA57DF386AEB58C59DAA(L_92, L_93, ((float)L_94), NULL);
float L_95 = V_14;
float L_96 = V_15;
GL_Vertex3_m9FFEDAB32CC9A54F1BF7572D0CE856AE41A6473F(L_95, L_96, (0.0f), NULL);
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_97 = V_9;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_98 = L_97.___tint_4;
GL_Color_mF6C9058C9552C5E26A15FBB7061BEB5E78C7D3D8(L_98, NULL);
float L_99 = V_18;
float L_100 = V_17;
int32_t L_101 = V_8;
GL_TexCoord3_m34D6FE6E9AFF2A1DC7F0DA57DF386AEB58C59DAA(L_99, L_100, ((float)L_101), NULL);
float L_102 = V_14;
float L_103 = V_13;
GL_Vertex3_m9FFEDAB32CC9A54F1BF7572D0CE856AE41A6473F(L_102, L_103, (0.0f), NULL);
int32_t L_104 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_104, 1));
int32_t L_105 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_105, 1));
}
IL_0241:
{
int32_t L_106 = V_7;
int32_t L_107 = V_1;
V_20 = (bool)((((int32_t)L_106) < ((int32_t)L_107))? 1 : 0);
bool L_108 = V_20;
if (L_108)
{
goto IL_007d;
}
}
{
GL_End_m804EE4091F69FC2F6B764371D327CFCB28884550(NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::EndBlit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_EndBlit_m247EB2A9604A08925D457D13844BF0702F8DD4E5 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_PrevRT_6;
il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
Graphics_SetRenderTarget_mDA2F41245400E50551268368F6C551FFFDCC9CAC(L_0, NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_1 = (&__this->___m_Viewport_5);
int32_t L_2;
L_2 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA(L_1, NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_3 = (&__this->___m_Viewport_5);
int32_t L_4;
L_4 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878(L_3, NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_5 = (&__this->___m_Viewport_5);
int32_t L_6;
L_6 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7(L_5, NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_7 = (&__this->___m_Viewport_5);
int32_t L_8;
L_8 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C(L_7, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_9;
memset((&L_9), 0, sizeof(L_9));
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_9), ((float)L_2), ((float)L_4), ((float)L_6), ((float)L_8), /*hidden argument*/NULL);
GL_Viewport_mEB02BD765EBA8B3474864D735DDD1FEB74609D9F(L_9, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo
IL2CPP_EXTERN_C void BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshal_pinvoke(const BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357& unmarshaled, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_pinvoke& marshaled)
{
Exception_t* ___src_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'src' of type 'BlitInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___src_0Exception, NULL);
}
IL2CPP_EXTERN_C void BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshal_pinvoke_back(const BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_pinvoke& marshaled, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357& unmarshaled)
{
Exception_t* ___src_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'src' of type 'BlitInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___src_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo
IL2CPP_EXTERN_C void BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshal_pinvoke_cleanup(BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo
IL2CPP_EXTERN_C void BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshal_com(const BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357& unmarshaled, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_com& marshaled)
{
Exception_t* ___src_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'src' of type 'BlitInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___src_0Exception, NULL);
}
IL2CPP_EXTERN_C void BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshal_com_back(const BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_com& marshaled, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357& unmarshaled)
{
Exception_t* ___src_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'src' of type 'BlitInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___src_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo
IL2CPP_EXTERN_C void BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshal_com_cleanup(BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager__cctor_mDB7062E5AA3653E706BC4C749FB11268E461C0CA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BC794DABBF58EC754946493A7249124D49ADF5A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral465727E7041A2140650559A4295CA9E1A3B84BD0);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
int32_t L_0;
L_0 = Shader_PropertyToID_mF5F7BA2EFF23D83482ECDE4C34227145D817B1EB(_stringLiteral3BC794DABBF58EC754946493A7249124D49ADF5A, NULL);
((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___textureTableId_2 = L_0;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_1;
L_1 = UIRenderDevice_get_shaderModelIs35_m51A2CDA2E2BA4ACB8CF53004F53371C7ACAE3B28(NULL);
if (L_1)
{
goto IL_001a;
}
}
{
G_B3_0 = 4;
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 8;
}
IL_001b:
{
((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0 = G_B3_0;
int32_t L_2 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_2);
((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___slotIds_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___slotIds_1), (void*)L_3);
V_0 = 0;
goto IL_0053;
}
IL_0033:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___slotIds_1;
int32_t L_5 = V_0;
int32_t L_6 = V_0;
int32_t L_7 = L_6;
RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7);
String_t* L_9;
L_9 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral465727E7041A2140650559A4295CA9E1A3B84BD0, L_8, NULL);
int32_t L_10;
L_10 = Shader_PropertyToID_mF5F7BA2EFF23D83482ECDE4C34227145D817B1EB(L_9, NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (int32_t)L_10);
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0053:
{
int32_t L_12 = V_0;
int32_t L_13 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
V_1 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_1;
if (L_14)
{
goto IL_0033;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager__ctor_mEBC84CCC93A32AAAF79D89198EE985B002C5C794 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
int32_t L_0 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
__this->___U3CFreeSlotsU3Ek__BackingField_8 = L_0;
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_1;
L_1 = TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline(NULL);
__this->___textureRegistry_9 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___textureRegistry_9), (void*)L_1);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_2 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A* L_3 = (TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A*)(TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A*)SZArrayNew(TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A_il2cpp_TypeInfo_var, (uint32_t)L_2);
__this->___m_Textures_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Textures_3), (void*)L_3);
int32_t L_4 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_4);
__this->___m_Tickets_4 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Tickets_4), (void*)L_5);
int32_t L_6 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_7 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)L_6);
__this->___m_GpuTextures_7 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GpuTextures_7), (void*)L_7);
TextureSlotManager_Reset_m43FECB6D32D307D151C8173B6223C7E2BF4484F2(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_Reset_m43FECB6D32D307D151C8173B6223C7E2BF4484F2 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
__this->___m_CurrentTicket_5 = 0;
__this->___m_FirstUsedTicket_6 = 0;
V_0 = 0;
goto IL_0058;
}
IL_0013:
{
TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A* L_0 = __this->___m_Textures_3;
int32_t L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_2 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58)L_2);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = __this->___m_Tickets_4;
int32_t L_4 = V_0;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (int32_t)(-1));
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_5 = __this->___m_GpuTextures_7;
int32_t L_6 = V_0;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7;
memset((&L_7), 0, sizeof(L_7));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_7), (-1.0f), (1.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_7);
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0058:
{
int32_t L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
int32_t L_10 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
V_1 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_1;
if (L_11)
{
goto IL_0013;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::StartNewBatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_StartNewBatch_mF47EF4AC21E2781DC4B92F3FA46859FB48713EDD (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_CurrentTicket_5;
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
int32_t L_1 = V_0;
__this->___m_CurrentTicket_5 = L_1;
int32_t L_2 = V_0;
__this->___m_FirstUsedTicket_6 = L_2;
il2cpp_codegen_runtime_class_init_inline(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
int32_t L_3 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline(__this, L_3, NULL);
return;
}
}
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::IndexOf(UnityEngine.UIElements.TextureId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureSlotManager_IndexOf_m53C156E4C78E731B3035E593E64C2AF517BC9091 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
{
V_0 = 0;
goto IL_002b;
}
IL_0005:
{
TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A* L_0 = __this->___m_Textures_3;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2;
L_2 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27(((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), NULL);
int32_t L_3;
L_3 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
V_1 = (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0027;
}
}
{
int32_t L_5 = V_0;
V_2 = L_5;
goto IL_003b;
}
IL_0027:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_002b:
{
int32_t L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
int32_t L_8 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
V_3 = (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
bool L_9 = V_3;
if (L_9)
{
goto IL_0005;
}
}
{
V_2 = (-1);
goto IL_003b;
}
IL_003b:
{
int32_t L_10 = V_2;
return L_10;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::MarkUsed(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___slotIndex0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Tickets_4;
int32_t L_1 = ___slotIndex0;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
int32_t L_4 = V_0;
int32_t L_5 = __this->___m_FirstUsedTicket_6;
V_1 = (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0028;
}
}
{
int32_t L_7;
L_7 = TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline(__this, NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
int32_t L_8 = V_2;
TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline(__this, L_8, NULL);
}
IL_0028:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_Tickets_4;
int32_t L_10 = ___slotIndex0;
int32_t L_11 = __this->___m_CurrentTicket_5;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
int32_t L_12 = V_2;
__this->___m_CurrentTicket_5 = L_12;
int32_t L_13 = V_2;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (int32_t)L_13);
return;
}
}
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::get_FreeSlots()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CFreeSlotsU3Ek__BackingField_8;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::set_FreeSlots(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CFreeSlotsU3Ek__BackingField_8 = L_0;
return;
}
}
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::FindOldestSlot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureSlotManager_FindOldestSlot_m671207D54F6A42A0D547BBDC3E4FBC584E38C597 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Tickets_4;
NullCheck(L_0);
int32_t L_1 = 0;
int32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
V_0 = L_2;
V_1 = 0;
V_2 = 1;
goto IL_0032;
}
IL_0010:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = __this->___m_Tickets_4;
int32_t L_4 = V_2;
NullCheck(L_3);
int32_t L_5 = L_4;
int32_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
int32_t L_7 = V_0;
V_3 = (bool)((((int32_t)L_6) < ((int32_t)L_7))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_002d;
}
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_Tickets_4;
int32_t L_10 = V_2;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_0 = L_12;
int32_t L_13 = V_2;
V_1 = L_13;
}
IL_002d:
{
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0032:
{
int32_t L_15 = V_2;
il2cpp_codegen_runtime_class_init_inline(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
int32_t L_16 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___k_SlotCount_0;
V_4 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
bool L_17 = V_4;
if (L_17)
{
goto IL_0010;
}
}
{
int32_t L_18 = V_1;
V_5 = L_18;
goto IL_0045;
}
IL_0045:
{
int32_t L_19 = V_5;
return L_19;
}
}
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::Bind(UnityEngine.UIElements.TextureId,System.Int32,UnityEngine.MaterialPropertyBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_Bind_m43AA141013C559BD295A0B70B4C64C111B72EE80 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, int32_t ___slot1, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___mat2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_0 = NULL;
bool V_1 = false;
{
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_0 = __this->___textureRegistry_9;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = ___id0;
NullCheck(L_0);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2;
L_2 = TextureRegistry_GetTexture_mB02C07261977269B6661D7A6D95ED757178676AE(L_0, L_1, NULL);
V_0 = L_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_001f;
}
}
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6;
L_6 = Texture2D_get_whiteTexture_m7999084E0B635CF834F8DD2D840FAA71720404DA(NULL);
V_0 = L_6;
}
IL_001f:
{
TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A* L_7 = __this->___m_Textures_3;
int32_t L_8 = ___slot1;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_9 = ___id0;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58)L_9);
int32_t L_10 = ___slot1;
TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126_inline(__this, L_10, NULL);
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_11 = __this->___m_GpuTextures_7;
int32_t L_12 = ___slot1;
float L_13;
L_13 = TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3((&___id0), NULL);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_14 = V_0;
NullCheck(L_14);
int32_t L_15;
L_15 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_14);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = V_0;
NullCheck(L_16);
int32_t L_17;
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_16);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18;
memset((&L_18), 0, sizeof(L_18));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_18), L_13, ((float)((1.0f)/((float)L_15))), ((float)((1.0f)/((float)L_17))), (0.0f), /*hidden argument*/NULL);
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_18);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_19 = ___mat2;
il2cpp_codegen_runtime_class_init_inline(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_20 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___slotIds_1;
int32_t L_21 = ___slot1;
NullCheck(L_20);
int32_t L_22 = L_21;
int32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = V_0;
NullCheck(L_19);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_19, L_23, L_24, NULL);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_25 = ___mat2;
int32_t L_26 = ((TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields*)il2cpp_codegen_static_fields_for(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var))->___textureTableId_2;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_27 = __this->___m_GpuTextures_7;
NullCheck(L_25);
MaterialPropertyBlock_SetVectorArray_m5C0A3017A7EA9EE5F01295E346EA72D70A8BD682(L_25, L_26, L_27, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfoPool__ctor_mD76EBB49C8F106BEDADAFBC5BB742D32B65D9477 (VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B2_0 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B2_1 = NULL;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B1_0 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B1_1 = NULL;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* G_B4_0 = NULL;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B4_1 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B4_2 = NULL;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* G_B3_0 = NULL;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B3_1 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B3_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_0 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0020;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* L_2 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_3 = (Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B*)il2cpp_codegen_object_new(Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B_il2cpp_TypeInfo_var);
NullCheck(L_3);
Func_1__ctor_mCC48CB6D9634530961BBADC7BB8BA2C5457794CB(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365_RuntimeMethod_var), NULL);
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_4 = L_3;
((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0020:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_5 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* L_7 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_8 = (Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F*)il2cpp_codegen_object_new(Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_m5B4A91CEA749E078E9FC5ED60BB45D891FE4B356(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD_RuntimeMethod_var), NULL);
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_9 = L_8;
((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_003f:
{
LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA(G_B4_2, G_B4_1, G_B4_0, ((int32_t)10000), LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m8AAED2C36B51D3F371A31B00C3C6E8ABBAD8090E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* L_0 = (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C*)il2cpp_codegen_object_new(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mEADD1F78308D864ACC1430EBCE4F68E36BE5ECCF(L_0, NULL);
((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEADD1F78308D864ACC1430EBCE4F68E36BE5ECCF (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.UIElements.UIR.VectorImageRenderInfo UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<.ctor>b__0_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365 (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_0 = (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458*)il2cpp_codegen_object_new(VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458_il2cpp_TypeInfo_var);
NullCheck(L_0);
VectorImageRenderInfo__ctor_mFA021640C734CABA0E412646150B6F97DB80EA96(L_0, NULL);
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<.ctor>b__0_1(UnityEngine.UIElements.UIR.VectorImageRenderInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___vectorImageInfo0, const RuntimeMethod* method)
{
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_0 = ___vectorImageInfo0;
NullCheck(L_0);
VectorImageRenderInfo_Reset_m81D42F4FE8D592935960D3D03E08F02E31B89D58(L_0, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo_Reset_m81D42F4FE8D592935960D3D03E08F02E31B89D58 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method)
{
{
__this->___useCount_1 = 0;
__this->___firstGradientRemap_2 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstGradientRemap_2), (void*)(GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_0 = (&__this->___gradientSettingsAlloc_3);
il2cpp_codegen_initobj(L_0, sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo__ctor_mFA021640C734CABA0E412646150B6F97DB80EA96 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2(__this, LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemapPool__ctor_m15F94F0B3B17E02566C0A72D083D31B67356994A (GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B2_0 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B2_1 = NULL;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B1_0 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B1_1 = NULL;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* G_B4_0 = NULL;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B4_1 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B4_2 = NULL;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* G_B3_0 = NULL;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B3_1 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B3_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_0 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0020;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* L_2 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_3 = (Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18*)il2cpp_codegen_object_new(Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18_il2cpp_TypeInfo_var);
NullCheck(L_3);
Func_1__ctor_m2C79825F77CF2C2CF16B33EA507E397008AB7CB1(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA_RuntimeMethod_var), NULL);
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_4 = L_3;
((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0020:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_5 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* L_7 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_8 = (Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6*)il2cpp_codegen_object_new(Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_mE4F2A9C6A957D1E4F3C5629498F8DE904E06B550(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00_RuntimeMethod_var), NULL);
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_9 = L_8;
((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_003f:
{
LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0(G_B4_2, G_B4_1, G_B4_0, ((int32_t)10000), LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mFBC9EAA9B6844C8FF4EF28FF4EC9AF2971625D3C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* L_0 = (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300*)il2cpp_codegen_object_new(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mEEC29CFF833F1CA531FD0C7F672BEBEE47EFFB2A(L_0, NULL);
((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEEC29CFF833F1CA531FD0C7F672BEBEE47EFFB2A (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<.ctor>b__0_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_0 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)il2cpp_codegen_object_new(GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307_il2cpp_TypeInfo_var);
NullCheck(L_0);
GradientRemap__ctor_m4DE4368D101429D92FBB0384812961647A7808B8(L_0, NULL);
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<.ctor>b__0_1(UnityEngine.UIElements.UIR.GradientRemap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00 (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___gradientRemap0, const RuntimeMethod* method)
{
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_0 = ___gradientRemap0;
NullCheck(L_0);
GradientRemap_Reset_mD01A646DA4156CA02B4BDA8767B6E0098F58F7AF(L_0, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.GradientRemap::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap_Reset_mD01A646DA4156CA02B4BDA8767B6E0098F58F7AF (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
__this->___origIndex_1 = 0;
__this->___destIndex_2 = 0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_0 = (&__this->___location_3);
il2cpp_codegen_initobj(L_0, sizeof(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8));
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
__this->___atlas_5 = L_1;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.GradientRemap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap__ctor_m4DE4368D101429D92FBB0384812961647A7808B8 (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27(__this, LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.VectorImageManager::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_0 = NULL;
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* G_B2_0 = NULL;
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* G_B1_0 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B3_0 = NULL;
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_0 = __this->___m_GradientSettingsAtlas_7;
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000e;
}
}
{
G_B3_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
goto IL_0013;
}
IL_000e:
{
NullCheck(G_B2_0);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_2;
L_2 = GradientSettingsAtlas_get_atlas_m0D754EE8FA774E5D016C3F922907E7C0C3F4C457(G_B2_0, NULL);
G_B3_0 = L_2;
}
IL_0013:
{
V_0 = G_B3_0;
goto IL_0016;
}
IL_0016:
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3 = V_0;
return L_3;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::.ctor(UnityEngine.UIElements.AtlasBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager__ctor_mE2CD0FB71F0F2B9AE8658276F195686194A20525 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___atlas0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* L_0 = ((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0;
NullCheck(L_0);
List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_inline(L_0, __this, List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_RuntimeMethod_var);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_1 = ___atlas0;
__this->___m_Atlas_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Atlas_3), (void*)L_1);
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_2 = (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E*)il2cpp_codegen_object_new(Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E_il2cpp_TypeInfo_var);
NullCheck(L_2);
Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4(L_2, ((int32_t)32), Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4_RuntimeMethod_var);
__this->___m_Registered_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Registered_4), (void*)L_2);
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* L_3 = (VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A*)il2cpp_codegen_object_new(VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A_il2cpp_TypeInfo_var);
NullCheck(L_3);
VectorImageRenderInfoPool__ctor_mD76EBB49C8F106BEDADAFBC5BB742D32B65D9477(L_3, NULL);
__this->___m_RenderInfoPool_5 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderInfoPool_5), (void*)L_3);
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_4 = (GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B*)il2cpp_codegen_object_new(GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B_il2cpp_TypeInfo_var);
NullCheck(L_4);
GradientRemapPool__ctor_m15F94F0B3B17E02566C0A72D083D31B67356994A(L_4, NULL);
__this->___m_GradientRemapPool_6 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GradientRemapPool_6), (void*)L_4);
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_5 = (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A*)il2cpp_codegen_object_new(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
NullCheck(L_5);
GradientSettingsAtlas__ctor_mCBA2EBBB6F83CBD06087C124728B980D0D5ACF52(L_5, ((int32_t)4096), NULL);
__this->___m_GradientSettingsAtlas_7 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GradientSettingsAtlas_7), (void*)L_5);
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_9;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::set_disposed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_9 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Dispose_mC3CFC26EB46727B6CF0A91174702C320BFCC2D22 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VirtualActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose(System.Boolean) */, __this, (bool)1);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Dispose_m344FA66D31A57D2070B855E7CF4E522CC9652E1A (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m54E01405E504B7C9641412876843BC359400894A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
bool L_0;
L_0 = VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
goto IL_005a;
}
IL_000d:
{
bool L_2 = ___disposing0;
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0052;
}
}
{
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_4 = __this->___m_Registered_4;
NullCheck(L_4);
Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39(L_4, Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39_RuntimeMethod_var);
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* L_5 = __this->___m_RenderInfoPool_5;
NullCheck(L_5);
LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58(L_5, LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58_RuntimeMethod_var);
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_6 = __this->___m_GradientRemapPool_6;
NullCheck(L_6);
LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028(L_6, LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028_RuntimeMethod_var);
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_7 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_7);
GradientSettingsAtlas_Dispose_m4C157AEF461F729E64B8D703F1935C7CC9AD6269(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* L_8 = ((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0;
NullCheck(L_8);
bool L_9;
L_9 = List_1_Remove_m54E01405E504B7C9641412876843BC359400894A(L_8, __this, List_1_Remove_m54E01405E504B7C9641412876843BC359400894A_RuntimeMethod_var);
goto IL_0052;
}
IL_0052:
{
VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415_inline(__this, (bool)1, NULL);
}
IL_005a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Commit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Commit_mD0E417D6D0BF44C9CC1AA28BB79E1A615B26C5CD (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
bool L_0;
L_0 = VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
goto IL_0021;
}
IL_0015:
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_2 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_2);
GradientSettingsAtlas_Commit_m35676ADF2285F3B08217018F5D9597095EE6A5F6(L_2, NULL);
}
IL_0021:
{
return;
}
}
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.VectorImageManager::AddUser(UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* VectorImageManager_AddUser_m3F4161820F0F85C7A51782F28D7BDD6DEF6281F3 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vi0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* V_0 = NULL;
bool V_1 = false;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
{
bool L_0;
L_0 = VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline(__this, NULL);
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0017;
}
}
{
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
V_2 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
goto IL_005c;
}
IL_0017:
{
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_2 = ___vi0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_3;
bool L_4 = V_3;
if (!L_4)
{
goto IL_0026;
}
}
{
V_2 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
goto IL_005c;
}
IL_0026:
{
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_5 = __this->___m_Registered_4;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_6 = ___vi0;
NullCheck(L_5);
bool L_7;
L_7 = Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D_RuntimeMethod_var);
V_4 = L_7;
bool L_8 = V_4;
if (!L_8)
{
goto IL_004a;
}
}
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_9 = V_0;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_10 = L_9;
NullCheck(L_10);
int32_t L_11 = L_10->___useCount_1;
NullCheck(L_10);
L_10->___useCount_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
goto IL_0053;
}
IL_004a:
{
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_12 = ___vi0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___context1;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_14;
L_14 = VectorImageManager_Register_m58586125DE952881660564F084D48C1B0587E912(__this, L_12, L_13, NULL);
V_0 = L_14;
}
IL_0053:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_15 = V_0;
NullCheck(L_15);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_16 = L_15->___firstGradientRemap_2;
V_2 = L_16;
goto IL_005c;
}
IL_005c:
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_17 = V_2;
return L_17;
}
}
// UnityEngine.UIElements.UIR.VectorImageRenderInfo UnityEngine.UIElements.UIR.VectorImageManager::Register(UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* VectorImageManager_Register_m58586125DE952881660564F084D48C1B0587E912 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vi0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E);
s_Il2CppMethodInitialized = true;
}
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_5;
memset((&V_5), 0, sizeof(V_5));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_8 = NULL;
int32_t V_9 = 0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_10 = NULL;
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 V_11;
memset((&V_11), 0, sizeof(V_11));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_12;
memset((&V_12), 0, sizeof(V_12));
bool V_13 = false;
bool V_14 = false;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_15 = NULL;
int32_t V_16 = 0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_17 = NULL;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
int32_t V_21 = 0;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* V_22 = NULL;
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* G_B2_0 = NULL;
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B24_0 = NULL;
String_t* G_B24_1 = NULL;
String_t* G_B24_2 = NULL;
String_t* G_B24_3 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B23_0 = NULL;
String_t* G_B23_1 = NULL;
String_t* G_B23_2 = NULL;
String_t* G_B23_3 = NULL;
String_t* G_B25_0 = NULL;
String_t* G_B25_1 = NULL;
String_t* G_B25_2 = NULL;
String_t* G_B25_3 = NULL;
{
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* L_0 = __this->___m_RenderInfoPool_5;
NullCheck(L_0);
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_1;
L_1 = LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5(L_0, LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5_RuntimeMethod_var);
V_0 = L_1;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_2 = V_0;
NullCheck(L_2);
L_2->___useCount_1 = 1;
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_3 = __this->___m_Registered_4;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_4 = ___vi0;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_5 = V_0;
NullCheck(L_3);
Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04(L_3, L_4, L_5, Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04_RuntimeMethod_var);
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_6 = ___vi0;
NullCheck(L_6);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_7 = L_6->___settings_7;
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_8 = L_7;
G_B1_0 = L_8;
if (L_8)
{
G_B2_0 = L_8;
goto IL_002f;
}
}
{
G_B3_0 = 0;
goto IL_0033;
}
IL_002f:
{
NullCheck(G_B2_0);
G_B3_0 = ((!(((uint32_t)(((RuntimeArray*)G_B2_0)->max_length)) <= ((uint32_t)0)))? 1 : 0);
}
IL_0033:
{
V_1 = (bool)G_B3_0;
bool L_9 = V_1;
if (!L_9)
{
goto IL_0245;
}
}
{
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_10 = ___vi0;
NullCheck(L_10);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_11 = L_10->___settings_7;
NullCheck(L_11);
V_2 = ((int32_t)(((RuntimeArray*)L_11)->max_length));
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_12 = __this->___m_GradientSettingsAtlas_7;
int32_t L_13 = V_2;
NullCheck(L_12);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_14;
L_14 = GradientSettingsAtlas_Add_mFB2E6AE2091A7658DDB0F22A0096D6ECB9E77BBE(L_12, L_13, NULL);
V_3 = L_14;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_15 = V_3;
uint32_t L_16 = L_15.___size_1;
V_4 = (bool)((!(((uint32_t)L_16) <= ((uint32_t)0)))? 1 : 0);
bool L_17 = V_4;
if (!L_17)
{
goto IL_01ea;
}
}
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_18 = __this->___m_Atlas_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___context1;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_20 = ___vi0;
NullCheck(L_20);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_21 = L_20->___atlas_4;
NullCheck(L_18);
bool L_22;
L_22 = VirtualFuncInvoker4< bool, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(4 /* System.Boolean UnityEngine.UIElements.AtlasBase::TryGetAtlas(UnityEngine.UIElements.VisualElement,UnityEngine.Texture2D,UnityEngine.UIElements.TextureId&,UnityEngine.RectInt&) */, L_18, L_19, L_21, (&V_5), (&V_6));
V_7 = L_22;
bool L_23 = V_7;
if (!L_23)
{
goto IL_0162;
}
}
{
V_8 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
V_9 = 0;
goto IL_0135;
}
IL_008f:
{
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_24 = __this->___m_GradientRemapPool_6;
NullCheck(L_24);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_25;
L_25 = LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096(L_24, LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var);
V_10 = L_25;
int32_t L_26 = V_9;
V_13 = (bool)((((int32_t)L_26) > ((int32_t)0))? 1 : 0);
bool L_27 = V_13;
if (!L_27)
{
goto IL_00b3;
}
}
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_28 = V_8;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_29 = V_10;
NullCheck(L_28);
L_28->___next_4 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&L_28->___next_4), (void*)L_29);
goto IL_00bb;
}
IL_00b3:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_30 = V_0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_31 = V_10;
NullCheck(L_30);
L_30->___firstGradientRemap_2 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&L_30->___firstGradientRemap_2), (void*)L_31);
}
IL_00bb:
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_32 = V_10;
V_8 = L_32;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_33 = V_10;
int32_t L_34 = V_9;
NullCheck(L_33);
L_33->___origIndex_1 = L_34;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_35 = V_10;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_36 = V_3;
uint32_t L_37 = L_36.___start_0;
int32_t L_38 = V_9;
NullCheck(L_35);
L_35->___destIndex_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, L_38));
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_39 = ___vi0;
NullCheck(L_39);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_40 = L_39->___settings_7;
int32_t L_41 = V_9;
NullCheck(L_40);
int32_t L_42 = L_41;
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
V_11 = L_43;
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_44 = V_11;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_45 = L_44.___location_3;
V_12 = L_45;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_46 = (&V_12);
int32_t L_47;
L_47 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA(L_46, NULL);
int32_t L_48;
L_48 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA((&V_6), NULL);
RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075(L_46, ((int32_t)il2cpp_codegen_add(L_47, L_48)), NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_49 = (&V_12);
int32_t L_50;
L_50 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878(L_49, NULL);
int32_t L_51;
L_51 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878((&V_6), NULL);
RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D(L_49, ((int32_t)il2cpp_codegen_add(L_50, L_51)), NULL);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_52 = V_10;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_53 = V_12;
NullCheck(L_52);
L_52->___location_3 = L_53;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_54 = V_10;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_55 = V_5;
NullCheck(L_54);
L_54->___atlas_5 = L_55;
int32_t L_56 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_56, 1));
}
IL_0135:
{
int32_t L_57 = V_9;
int32_t L_58 = V_2;
V_14 = (bool)((((int32_t)L_57) < ((int32_t)L_58))? 1 : 0);
bool L_59 = V_14;
if (L_59)
{
goto IL_008f;
}
}
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_60 = __this->___m_GradientSettingsAtlas_7;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_61 = V_3;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_62 = ___vi0;
NullCheck(L_62);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_63 = L_62->___settings_7;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_64 = V_0;
NullCheck(L_64);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_65 = L_64->___firstGradientRemap_2;
NullCheck(L_60);
GradientSettingsAtlas_Write_mC7603726B6BBB05C4B9D353224C56A89954FA9B6(L_60, L_61, L_63, L_65, NULL);
goto IL_01e7;
}
IL_0162:
{
V_15 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
V_16 = 0;
goto IL_01c7;
}
IL_016b:
{
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_66 = __this->___m_GradientRemapPool_6;
NullCheck(L_66);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_67;
L_67 = LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096(L_66, LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var);
V_17 = L_67;
int32_t L_68 = V_16;
V_18 = (bool)((((int32_t)L_68) > ((int32_t)0))? 1 : 0);
bool L_69 = V_18;
if (!L_69)
{
goto IL_018f;
}
}
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_70 = V_15;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_71 = V_17;
NullCheck(L_70);
L_70->___next_4 = L_71;
Il2CppCodeGenWriteBarrier((void**)(&L_70->___next_4), (void*)L_71);
goto IL_0197;
}
IL_018f:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_72 = V_0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_73 = V_17;
NullCheck(L_72);
L_72->___firstGradientRemap_2 = L_73;
Il2CppCodeGenWriteBarrier((void**)(&L_72->___firstGradientRemap_2), (void*)L_73);
}
IL_0197:
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_74 = V_17;
V_15 = L_74;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_75 = V_17;
int32_t L_76 = V_16;
NullCheck(L_75);
L_75->___origIndex_1 = L_76;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_77 = V_17;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_78 = V_3;
uint32_t L_79 = L_78.___start_0;
int32_t L_80 = V_16;
NullCheck(L_77);
L_77->___destIndex_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, L_80));
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_81 = V_17;
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_82 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
NullCheck(L_81);
L_81->___atlas_5 = L_82;
int32_t L_83 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_83, 1));
}
IL_01c7:
{
int32_t L_84 = V_16;
int32_t L_85 = V_2;
V_19 = (bool)((((int32_t)L_84) < ((int32_t)L_85))? 1 : 0);
bool L_86 = V_19;
if (L_86)
{
goto IL_016b;
}
}
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_87 = __this->___m_GradientSettingsAtlas_7;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_88 = V_3;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_89 = ___vi0;
NullCheck(L_89);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_90 = L_89->___settings_7;
NullCheck(L_87);
GradientSettingsAtlas_Write_mC7603726B6BBB05C4B9D353224C56A89954FA9B6(L_87, L_88, L_90, (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL, NULL);
}
IL_01e7:
{
goto IL_0244;
}
IL_01ea:
{
bool L_91 = __this->___m_LoggedExhaustedSettingsAtlas_8;
V_20 = (bool)((((int32_t)L_91) == ((int32_t)0))? 1 : 0);
bool L_92 = V_20;
if (!L_92)
{
goto IL_0243;
}
}
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_93 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_93);
int32_t L_94;
L_94 = GradientSettingsAtlas_get_length_m1B3592189141C1B29FBE8A22603E772230E9E5EA(L_93, NULL);
V_21 = L_94;
String_t* L_95;
L_95 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_21), NULL);
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_96 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_96);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_97;
L_97 = GradientSettingsAtlas_get_atlas_m0D754EE8FA774E5D016C3F922907E7C0C3F4C457(L_96, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_98 = L_97;
G_B23_0 = L_98;
G_B23_1 = _stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E;
G_B23_2 = L_95;
G_B23_3 = _stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0;
if (L_98)
{
G_B24_0 = L_98;
G_B24_1 = _stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E;
G_B24_2 = L_95;
G_B24_3 = _stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0;
goto IL_022b;
}
}
{
G_B25_0 = ((String_t*)(NULL));
G_B25_1 = G_B23_1;
G_B25_2 = G_B23_2;
G_B25_3 = G_B23_3;
goto IL_0230;
}
IL_022b:
{
NullCheck(G_B24_0);
String_t* L_99;
L_99 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(G_B24_0, NULL);
G_B25_0 = L_99;
G_B25_1 = G_B24_1;
G_B25_2 = G_B24_2;
G_B25_3 = G_B24_3;
}
IL_0230:
{
String_t* L_100;
L_100 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(G_B25_3, G_B25_2, G_B25_1, G_B25_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_100, NULL);
__this->___m_LoggedExhaustedSettingsAtlas_8 = (bool)1;
}
IL_0243:
{
}
IL_0244:
{
}
IL_0245:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_101 = V_0;
V_22 = L_101;
goto IL_024a;
}
IL_024a:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_102 = V_22;
return L_102;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager__cctor_m802F8B6665EE86DF3815C52C66528BBB6FCD222D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB1AF195B08342163FC13F7F466782A6C6D6ECF2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDE3EF859A5D9C724E68CF2D3A667034D0F29E2F);
s_Il2CppMethodInitialized = true;
}
{
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* L_0 = (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00*)il2cpp_codegen_object_new(List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC(L_0, ((int32_t)16), List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC_RuntimeMethod_var);
((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0), (void*)L_0);
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteralDDE3EF859A5D9C724E68CF2D3A667034D0F29E2F, /*hidden argument*/NULL);
((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___s_MarkerRegister_1 = L_1;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
memset((&L_2), 0, sizeof(L_2));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteralCB1AF195B08342163FC13F7F466782A6C6D6ECF2, /*hidden argument*/NULL);
((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___s_MarkerUnregister_2 = L_2;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::Equals(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
int32_t L_0 = __this->___page_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_1 = ___other0;
int32_t L_2 = L_1.___page_1;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_002d;
}
}
{
uint16_t L_3 = __this->___pageLine_2;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4 = ___other0;
uint16_t L_5 = L_4.___pageLine_2;
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
uint8_t L_6 = __this->___bitIndex_3;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___other0;
uint8_t L_8 = L_7.___bitIndex_3;
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C bool BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___other0, const RuntimeMethod* method)
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*>(__this + _offset);
bool _returnValue;
_returnValue = BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::IsValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = __this->___page_1;
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_0010:
{
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*>(__this + _offset);
bool _returnValue;
_returnValue = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.UIElements.UIR.BMPAlloc::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EBADBF936A8318FD524A66B4EFFF9D6A6C69330);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
int32_t L_0 = __this->___page_1;
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
uint16_t L_3 = __this->___pageLine_2;
uint16_t L_4 = L_3;
RuntimeObject* L_5 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_4);
uint8_t L_6 = __this->___bitIndex_3;
uint8_t L_7 = L_6;
RuntimeObject* L_8 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_7);
String_t* L_9;
L_9 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral5EBADBF936A8318FD524A66B4EFFF9D6A6C69330, L_2, L_5, L_8, NULL);
V_0 = L_9;
goto IL_002f;
}
IL_002f:
{
String_t* L_10 = V_0;
return L_10;
}
}
IL2CPP_EXTERN_C String_t* BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*>(__this + _offset);
String_t* _returnValue;
_returnValue = BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.BMPAlloc::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BMPAlloc__cctor_mE60B5988AF2172E883A6C3F1E1DAD0B163D16FA8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30));
(&V_0)->___page_1 = (-1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = V_0;
((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0 = L_0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Construct(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___pageHeight0, int32_t ___entryWidth1, int32_t ___entryHeight2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___pageHeight0;
__this->___m_PageHeight_0 = L_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_1 = (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*)il2cpp_codegen_object_new(List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC(L_1, 1, List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_RuntimeMethod_var);
__this->___m_Pages_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Pages_1), (void*)L_1);
int32_t L_2 = __this->___m_PageHeight_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_3 = __this->___m_Pages_1;
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892(L_3, List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_RuntimeMethod_var);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_5 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_5);
List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9(L_5, ((int32_t)il2cpp_codegen_multiply(L_2, L_4)), List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_RuntimeMethod_var);
__this->___m_AllocMap_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllocMap_2), (void*)L_5);
int32_t L_6 = ___entryWidth1;
__this->___m_EntryWidth_3 = L_6;
int32_t L_7 = ___entryHeight2;
__this->___m_EntryHeight_4 = L_7;
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279_AdjustorThunk (RuntimeObject* __this, int32_t ___pageHeight0, int32_t ___entryWidth1, int32_t ___entryHeight2, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(_thisAdjusted, ___pageHeight0, ___entryWidth1, ___entryHeight2, method);
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::ForceFirstAlloc(System.UInt16,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, uint16_t ___firstPageX0, uint16_t ___firstPageY1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_2;
memset((&V_2), 0, sizeof(V_2));
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_0 = __this->___m_AllocMap_2;
NullCheck(L_0);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_0, ((int32_t)-2), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
V_0 = 1;
goto IL_0024;
}
IL_0013:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_1 = __this->___m_AllocMap_2;
NullCheck(L_1);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_1, (-1), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
}
IL_0024:
{
int32_t L_3 = V_0;
int32_t L_4 = __this->___m_PageHeight_0;
V_1 = (bool)((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
bool L_5 = V_1;
if (L_5)
{
goto IL_0013;
}
}
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_6 = __this->___m_Pages_1;
il2cpp_codegen_initobj((&V_2), sizeof(Page_t04FE552A388BF55B12C8868E19589136957E00A5));
uint16_t L_7 = ___firstPageX0;
(&V_2)->___x_0 = L_7;
uint16_t L_8 = ___firstPageY1;
(&V_2)->___y_1 = L_8;
int32_t L_9 = __this->___m_PageHeight_0;
(&V_2)->___freeSlots_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(((int32_t)32), L_9)), 1));
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_10 = V_2;
NullCheck(L_6);
List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_inline(L_6, L_10, List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6_AdjustorThunk (RuntimeObject* __this, uint16_t ___firstPageX0, uint16_t ___firstPageY1, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(_thisAdjusted, ___firstPageX0, ___firstPageY1, method);
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BitmapAllocator32::Allocate(UnityEngine.UIElements.UIR.BaseShaderInfoStorage)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___storage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
uint32_t V_7 = 0;
uint8_t V_8 = 0x0;
bool V_9 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_10;
memset((&V_10), 0, sizeof(V_10));
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_11;
memset((&V_11), 0, sizeof(V_11));
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
int32_t V_15 = 0;
bool V_16 = false;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_17;
memset((&V_17), 0, sizeof(V_17));
int32_t G_B15_0 = 0;
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_0 = __this->___m_Pages_1;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_inline(L_0, List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var);
V_0 = L_1;
V_2 = 0;
goto IL_0100;
}
IL_0014:
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_2 = __this->___m_Pages_1;
int32_t L_3 = V_2;
NullCheck(L_2);
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_4;
L_4 = List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B(L_2, L_3, List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
V_3 = L_4;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_5 = V_3;
int32_t L_6 = L_5.___freeSlots_2;
V_6 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_6;
if (!L_7)
{
goto IL_0036;
}
}
{
goto IL_00fc;
}
IL_0036:
{
int32_t L_8 = V_2;
int32_t L_9 = __this->___m_PageHeight_0;
V_4 = ((int32_t)il2cpp_codegen_multiply(L_8, L_9));
int32_t L_10 = V_4;
int32_t L_11 = __this->___m_PageHeight_0;
V_5 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
goto IL_00ec;
}
IL_0050:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_12 = __this->___m_AllocMap_2;
int32_t L_13 = V_4;
NullCheck(L_12);
uint32_t L_14;
L_14 = List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324(L_12, L_13, List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
V_7 = L_14;
uint32_t L_15 = V_7;
V_9 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
bool L_16 = V_9;
if (!L_16)
{
goto IL_006d;
}
}
{
goto IL_00e6;
}
IL_006d:
{
uint32_t L_17 = V_7;
uint8_t L_18;
L_18 = BitmapAllocator32_CountTrailingZeroes_m29DAA0AE9C1869E980D3B62C0643ADA3993D382B(L_17, NULL);
V_8 = L_18;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_19 = __this->___m_AllocMap_2;
int32_t L_20 = V_4;
uint32_t L_21 = V_7;
uint8_t L_22 = V_8;
NullCheck(L_19);
List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5(L_19, L_20, ((int32_t)((int32_t)L_21&((~((int32_t)(1<<((int32_t)((int32_t)L_22&((int32_t)31))))))))), List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
int32_t* L_23 = (&(&V_3)->___freeSlots_2);
int32_t* L_24 = L_23;
int32_t L_25 = *((int32_t*)L_24);
*((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_25, 1));
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_26 = __this->___m_Pages_1;
int32_t L_27 = V_2;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_28 = V_3;
NullCheck(L_26);
List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9(L_26, L_27, L_28, List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30));
int32_t L_29 = V_2;
(&V_10)->___page_1 = L_29;
int32_t L_30 = V_4;
int32_t L_31 = V_2;
int32_t L_32 = __this->___m_PageHeight_0;
(&V_10)->___pageLine_2 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(L_30, ((int32_t)il2cpp_codegen_multiply(L_31, L_32)))));
uint8_t L_33 = V_8;
(&V_10)->___bitIndex_3 = L_33;
(&V_10)->___ownedState_4 = 1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_34 = V_10;
V_11 = L_34;
goto IL_0205;
}
IL_00e6:
{
int32_t L_35 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00ec:
{
int32_t L_36 = V_4;
int32_t L_37 = V_5;
V_12 = (bool)((((int32_t)L_36) < ((int32_t)L_37))? 1 : 0);
bool L_38 = V_12;
if (L_38)
{
goto IL_0050;
}
}
{
}
IL_00fc:
{
int32_t L_39 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_39, 1));
}
IL_0100:
{
int32_t L_40 = V_2;
int32_t L_41 = V_0;
V_13 = (bool)((((int32_t)L_40) < ((int32_t)L_41))? 1 : 0);
bool L_42 = V_13;
if (L_42)
{
goto IL_0014;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_43 = ___storage0;
if (!L_43)
{
goto IL_0133;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_44 = ___storage0;
int32_t L_45 = __this->___m_EntryWidth_3;
int32_t L_46 = __this->___m_PageHeight_0;
int32_t L_47 = __this->___m_EntryHeight_4;
NullCheck(L_44);
bool L_48;
L_48 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_44, ((int32_t)il2cpp_codegen_multiply(((int32_t)32), L_45)), ((int32_t)il2cpp_codegen_multiply(L_46, L_47)), (&V_1));
G_B15_0 = ((((int32_t)L_48) == ((int32_t)0))? 1 : 0);
goto IL_0134;
}
IL_0133:
{
G_B15_0 = 1;
}
IL_0134:
{
V_14 = (bool)G_B15_0;
bool L_49 = V_14;
if (!L_49)
{
goto IL_0146;
}
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_50 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
V_11 = L_50;
goto IL_0205;
}
IL_0146:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_51 = __this->___m_AllocMap_2;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_52 = L_51;
NullCheck(L_52);
int32_t L_53;
L_53 = List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925(L_52, List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_RuntimeMethod_var);
int32_t L_54 = __this->___m_PageHeight_0;
NullCheck(L_52);
List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D(L_52, ((int32_t)il2cpp_codegen_add(L_53, L_54)), List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_RuntimeMethod_var);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_55 = __this->___m_AllocMap_2;
NullCheck(L_55);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_55, ((int32_t)-2), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
V_15 = 1;
goto IL_0185;
}
IL_0172:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_56 = __this->___m_AllocMap_2;
NullCheck(L_56);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_56, (-1), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
int32_t L_57 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add(L_57, 1));
}
IL_0185:
{
int32_t L_58 = V_15;
int32_t L_59 = __this->___m_PageHeight_0;
V_16 = (bool)((((int32_t)L_58) < ((int32_t)L_59))? 1 : 0);
bool L_60 = V_16;
if (L_60)
{
goto IL_0172;
}
}
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_61 = __this->___m_Pages_1;
il2cpp_codegen_initobj((&V_17), sizeof(Page_t04FE552A388BF55B12C8868E19589136957E00A5));
int32_t L_62;
L_62 = RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B((&V_1), NULL);
(&V_17)->___x_0 = (uint16_t)((int32_t)(uint16_t)L_62);
int32_t L_63;
L_63 = RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B((&V_1), NULL);
(&V_17)->___y_1 = (uint16_t)((int32_t)(uint16_t)L_63);
int32_t L_64 = __this->___m_PageHeight_0;
(&V_17)->___freeSlots_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(((int32_t)32), L_64)), 1));
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_65 = V_17;
NullCheck(L_61);
List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_inline(L_61, L_65, List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30));
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_66 = __this->___m_Pages_1;
NullCheck(L_66);
int32_t L_67;
L_67 = List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_inline(L_66, List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var);
(&V_10)->___page_1 = ((int32_t)il2cpp_codegen_subtract(L_67, 1));
(&V_10)->___ownedState_4 = 1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_68 = V_10;
V_11 = L_68;
goto IL_0205;
}
IL_0205:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_69 = V_11;
return L_69;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092_AdjustorThunk (RuntimeObject* __this, BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___storage0, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(_thisAdjusted, ___storage0, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Free(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___alloc0;
uint8_t L_1 = L_0.___ownedState_4;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0), NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
int32_t L_3 = L_2.___page_1;
int32_t L_4 = __this->___m_PageHeight_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = ___alloc0;
uint16_t L_6 = L_5.___pageLine_2;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_3, L_4)), (int32_t)L_6));
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_7 = __this->___m_AllocMap_2;
int32_t L_8 = V_0;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_9 = __this->___m_AllocMap_2;
int32_t L_10 = V_0;
NullCheck(L_9);
uint32_t L_11;
L_11 = List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324(L_9, L_10, List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___alloc0;
uint8_t L_13 = L_12.___bitIndex_3;
NullCheck(L_7);
List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5(L_7, L_8, ((int32_t)((int32_t)L_11|((int32_t)(1<<((int32_t)((int32_t)L_13&((int32_t)31))))))), List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_14 = __this->___m_Pages_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_15 = ___alloc0;
int32_t L_16 = L_15.___page_1;
NullCheck(L_14);
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_17;
L_17 = List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B(L_14, L_16, List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
V_1 = L_17;
int32_t* L_18 = (&(&V_1)->___freeSlots_2);
int32_t* L_19 = L_18;
int32_t L_20 = *((int32_t*)L_19);
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add(L_20, 1));
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_21 = __this->___m_Pages_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_22 = ___alloc0;
int32_t L_23 = L_22.___page_1;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_24 = V_1;
NullCheck(L_21);
List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9(L_21, L_23, L_24, List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(_thisAdjusted, ___alloc0, method);
}
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_EntryWidth_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
int32_t _returnValue;
_returnValue = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_EntryHeight_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
int32_t _returnValue;
_returnValue = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::GetAllocPageAtlasLocation(System.Int32,System.UInt16&,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___page0, uint16_t* ___x1, uint16_t* ___y2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_0 = __this->___m_Pages_1;
int32_t L_1 = ___page0;
NullCheck(L_0);
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_2;
L_2 = List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B(L_0, L_1, List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
V_0 = L_2;
uint16_t* L_3 = ___x1;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_4 = V_0;
uint16_t L_5 = L_4.___x_0;
*((int16_t*)L_3) = (int16_t)L_5;
uint16_t* L_6 = ___y2;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_7 = V_0;
uint16_t L_8 = L_7.___y_1;
*((int16_t*)L_6) = (int16_t)L_8;
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3_AdjustorThunk (RuntimeObject* __this, int32_t ___page0, uint16_t* ___x1, uint16_t* ___y2, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(_thisAdjusted, ___page0, ___x1, ___y2, method);
}
// System.Byte UnityEngine.UIElements.UIR.BitmapAllocator32::CountTrailingZeroes(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BitmapAllocator32_CountTrailingZeroes_m29DAA0AE9C1869E980D3B62C0643ADA3993D382B (uint32_t ___val0, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
uint8_t V_6 = 0x0;
{
V_0 = (uint8_t)0;
uint32_t L_0 = ___val0;
V_1 = (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)65535)))) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001c;
}
}
{
uint32_t L_2 = ___val0;
___val0 = ((int32_t)((uint32_t)L_2>>((int32_t)16)));
V_0 = (uint8_t)((int32_t)16);
}
IL_001c:
{
uint32_t L_3 = ___val0;
V_2 = (bool)((((int32_t)((int32_t)((int32_t)L_3&((int32_t)255)))) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0036;
}
}
{
uint32_t L_5 = ___val0;
___val0 = ((int32_t)((uint32_t)L_5>>8));
uint8_t L_6 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, 8)));
}
IL_0036:
{
uint32_t L_7 = ___val0;
V_3 = (bool)((((int32_t)((int32_t)((int32_t)L_7&((int32_t)15)))) == ((int32_t)0))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_004d;
}
}
{
uint32_t L_9 = ___val0;
___val0 = ((int32_t)((uint32_t)L_9>>4));
uint8_t L_10 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, 4)));
}
IL_004d:
{
uint32_t L_11 = ___val0;
V_4 = (bool)((((int32_t)((int32_t)((int32_t)L_11&3))) == ((int32_t)0))? 1 : 0);
bool L_12 = V_4;
if (!L_12)
{
goto IL_0065;
}
}
{
uint32_t L_13 = ___val0;
___val0 = ((int32_t)((uint32_t)L_13>>2));
uint8_t L_14 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, 2)));
}
IL_0065:
{
uint32_t L_15 = ___val0;
V_5 = (bool)((((int32_t)((int32_t)((int32_t)L_15&1))) == ((int32_t)0))? 1 : 0);
bool L_16 = V_5;
if (!L_16)
{
goto IL_0076;
}
}
{
uint8_t L_17 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, 1)));
}
IL_0076:
{
uint8_t L_18 = V_0;
V_6 = L_18;
goto IL_007b;
}
IL_007b:
{
uint8_t L_19 = V_6;
return L_19;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_pinvoke(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_pinvoke_back(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke& marshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_pinvoke_cleanup(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_com(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com& marshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_com_back(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com& marshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_com_cleanup(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com& marshaled)
{
}
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B (const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = ((int32_t)32);
goto IL_0006;
}
IL_0006:
{
int32_t L_0 = V_0;
return L_0;
}
}
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB (const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 8;
goto IL_0005;
}
IL_0005:
{
int32_t L_0 = V_0;
return L_0;
}
}
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToTexelCoord(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A UIRVEShaderInfoAllocator_AllocToTexelCoord_mBE705C92243B56C2E95144C1E187084D30AE748F (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___allocator0, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc1, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_2;
memset((&V_2), 0, sizeof(V_2));
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_0 = ___allocator0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_1 = ___alloc1;
int32_t L_2 = L_1.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_0, L_2, (&V_0), (&V_1), NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___alloc1;
uint8_t L_4 = L_3.___bitIndex_3;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_5 = ___allocator0;
int32_t L_6;
L_6 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_5, NULL);
uint16_t L_7 = V_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_8 = ___alloc1;
uint16_t L_9 = L_8.___pageLine_2;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_10 = ___allocator0;
int32_t L_11;
L_11 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_10, NULL);
uint16_t L_12 = V_1;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_13), ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_4, L_6)), (int32_t)L_7)), ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_9, L_11)), (int32_t)L_12)), /*hidden argument*/NULL);
V_2 = L_13;
goto IL_0038;
}
IL_0038:
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_14 = V_2;
return L_14;
}
}
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToConstantBufferIndex(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m285535473E89B0FC94E193F2F797DE64373A278F (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___alloc0;
uint16_t L_1 = L_0.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___alloc0;
uint8_t L_4 = L_3.___bitIndex_3;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_1, L_2)), (int32_t)L_4));
goto IL_0017;
}
IL_0017:
{
int32_t L_5 = V_0;
return L_5;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AtlasRectMatchesPage(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.RectInt)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m5B834A5AA0455BFC1FADD8A40BCBD779564C6981 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___allocator0, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___defAlloc1, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___atlasRect2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
bool V_2 = false;
int32_t G_B5_0 = 0;
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_0 = ___allocator0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_1 = ___defAlloc1;
int32_t L_2 = L_1.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_0, L_2, (&V_0), (&V_1), NULL);
uint16_t L_3 = V_0;
int32_t L_4;
L_4 = RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B((&___atlasRect2), NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0052;
}
}
{
uint16_t L_5 = V_1;
int32_t L_6;
L_6 = RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B((&___atlasRect2), NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0052;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_7 = ___allocator0;
int32_t L_8;
L_8 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
int32_t L_10;
L_10 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&___atlasRect2), NULL);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_multiply(L_8, L_9))) == ((uint32_t)L_10))))
{
goto IL_0052;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_11 = ___allocator0;
int32_t L_12;
L_12 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_11, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_13;
L_13 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
int32_t L_14;
L_14 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&___atlasRect2), NULL);
G_B5_0 = ((((int32_t)((int32_t)il2cpp_codegen_multiply(L_12, L_13))) == ((int32_t)L_14))? 1 : 0);
goto IL_0053;
}
IL_0052:
{
G_B5_0 = 0;
}
IL_0053:
{
V_2 = (bool)G_B5_0;
goto IL_0056;
}
IL_0056:
{
bool L_15 = V_2;
return L_15;
}
}
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_transformConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_op_Implicit_m3FD3E79348A30677E180D0F53151DD73B955849E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 L_0 = __this->___m_Transforms_8;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_1;
L_1 = NativeSlice_1_op_Implicit_m3FD3E79348A30677E180D0F53151DD73B955849E(L_0, NativeSlice_1_op_Implicit_m3FD3E79348A30677E180D0F53151DD73B955849E_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B(_thisAdjusted, method);
return _returnValue;
}
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_clipRectConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_op_Implicit_m2716BA3C44B6AAB8979FA0F52FA3971D7141D976_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_0 = __this->___m_ClipRects_9;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_1;
L_1 = NativeSlice_1_op_Implicit_m2716BA3C44B6AAB8979FA0F52FA3971D7141D976(L_0, NativeSlice_1_op_Implicit_m2716BA3C44B6AAB8979FA0F52FA3971D7141D976_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F _returnValue;
_returnValue = UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.Texture UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_1 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B5_0 = NULL;
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_2 = __this->___m_Storage_0;
NullCheck(L_2);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3;
L_3 = VirtualFuncInvoker0< Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* >::Invoke(5 /* UnityEngine.Texture2D UnityEngine.UIElements.UIR.BaseShaderInfoStorage::get_texture() */, L_2);
V_1 = L_3;
goto IL_0030;
}
IL_0019:
{
bool L_4 = __this->___m_VertexTexturingEnabled_7;
if (L_4)
{
goto IL_0028;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5;
L_5 = UIRenderDevice_get_defaultShaderInfoTexARGB8_m409327C41268CAC263486D3ADA2DFD6D31B625F4(NULL);
G_B5_0 = L_5;
goto IL_002d;
}
IL_0028:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6;
L_6 = UIRenderDevice_get_defaultShaderInfoTexFloat_m5A81225DCBC36A1F8F4DD37D2814991BA9D7B533(NULL);
G_B5_0 = L_6;
}
IL_002d:
{
V_1 = G_B5_0;
goto IL_0030;
}
IL_0030:
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_7 = V_1;
return L_7;
}
}
IL2CPP_EXTERN_C Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* _returnValue;
_returnValue = UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Construct()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
int32_t V_3 = 0;
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F V_4;
memset((&V_4), 0, sizeof(V_4));
{
il2cpp_codegen_initobj((&V_0), sizeof(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73));
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_0 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_1 = L_0;
V_0 = L_1;
__this->___m_TextSettingsAllocator_5 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TextSettingsAllocator_5))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TextSettingsAllocator_5))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_2 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_3 = L_2;
V_0 = L_3;
__this->___m_TransformAllocator_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TransformAllocator_1))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TransformAllocator_1))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_4 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_5 = L_4;
V_0 = L_5;
__this->___m_ClipRectAllocator_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ClipRectAllocator_2))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ClipRectAllocator_2))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_6 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_7 = L_6;
V_0 = L_7;
__this->___m_ColorAllocator_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorAllocator_4))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorAllocator_4))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_8 = V_0;
__this->___m_OpacityAllocator_3 = L_8;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_OpacityAllocator_3))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_OpacityAllocator_3))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_9 = (&__this->___m_TransformAllocator_1);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_9, L_10, 1, 3, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_11 = (&__this->___m_TransformAllocator_1);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_12 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_12;
int32_t L_13;
L_13 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_14 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_14;
int32_t L_15;
L_15 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_11, (uint16_t)((int32_t)(uint16_t)L_13), (uint16_t)((int32_t)(uint16_t)L_15), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_16 = (&__this->___m_ClipRectAllocator_2);
int32_t L_17;
L_17 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_16, L_17, 1, 1, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_18 = (&__this->___m_ClipRectAllocator_2);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_19 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11;
V_1 = L_19;
int32_t L_20;
L_20 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_21 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11;
V_1 = L_21;
int32_t L_22;
L_22 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_18, (uint16_t)((int32_t)(uint16_t)L_20), (uint16_t)((int32_t)(uint16_t)L_22), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_23 = (&__this->___m_OpacityAllocator_3);
int32_t L_24;
L_24 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_23, L_24, 1, 1, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_25 = (&__this->___m_OpacityAllocator_3);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_26 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_26;
int32_t L_27;
L_27 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_28 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_28;
int32_t L_29;
L_29 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_25, (uint16_t)((int32_t)(uint16_t)L_27), (uint16_t)((int32_t)(uint16_t)L_29), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_30 = (&__this->___m_ColorAllocator_4);
int32_t L_31;
L_31 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_30, L_31, 1, 1, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_32 = (&__this->___m_ColorAllocator_4);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_33 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorTexel_13;
V_1 = L_33;
int32_t L_34;
L_34 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_35 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorTexel_13;
V_1 = L_35;
int32_t L_36;
L_36 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_32, (uint16_t)((int32_t)(uint16_t)L_34), (uint16_t)((int32_t)(uint16_t)L_36), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_37 = (&__this->___m_TextSettingsAllocator_5);
int32_t L_38;
L_38 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_37, L_38, 1, 4, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_39 = (&__this->___m_TextSettingsAllocator_5);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_40 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_40;
int32_t L_41;
L_41 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_42 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_42;
int32_t L_43;
L_43 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_39, (uint16_t)((int32_t)(uint16_t)L_41), (uint16_t)((int32_t)(uint16_t)L_43), NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_44;
L_44 = UIRenderDevice_get_vertexTexturingIsAvailable_m9F463C6B296B47824913966F52024C157E34A6B6(NULL);
__this->___m_VertexTexturingEnabled_7 = L_44;
bool L_45 = __this->___m_VertexTexturingEnabled_7;
V_2 = (bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0);
bool L_46 = V_2;
if (!L_46)
{
goto IL_01e1;
}
}
{
V_3 = ((int32_t)20);
int32_t L_47 = V_3;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 L_48;
memset((&L_48), 0, sizeof(L_48));
NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9((&L_48), L_47, 4, 0, /*hidden argument*/NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_RuntimeMethod_var);
__this->___m_Transforms_8 = L_48;
int32_t L_49 = V_3;
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_50;
memset((&L_50), 0, sizeof(L_50));
NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4((&L_50), L_49, 4, 0, /*hidden argument*/NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_RuntimeMethod_var);
__this->___m_ClipRects_9 = L_50;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_51 = (&__this->___m_Transforms_8);
il2cpp_codegen_initobj((&V_4), sizeof(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F));
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_52 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow0Value_16;
(&V_4)->___v0_0 = L_52;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_53 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow1Value_17;
(&V_4)->___v1_1 = L_53;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_54 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow2Value_18;
(&V_4)->___v2_2 = L_54;
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F L_55 = V_4;
IL2CPP_NATIVEARRAY_SET_ITEM(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F, (L_51)->___m_Buffer_0, 0, (L_55));
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_56 = (&__this->___m_ClipRects_9);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_57 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectValue_19;
IL2CPP_NATIVEARRAY_SET_ITEM(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, (L_56)->___m_Buffer_0, 0, (L_57));
}
IL_01e1:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3(_thisAdjusted, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ReallyCreateStorage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_0;
memset((&V_0), 0, sizeof(V_0));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
memset((&V_1), 0, sizeof(V_1));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_2;
memset((&V_2), 0, sizeof(V_2));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_3;
memset((&V_3), 0, sizeof(V_3));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
{
bool L_0 = __this->___m_VertexTexturingEnabled_7;
V_5 = L_0;
bool L_1 = V_5;
if (!L_1)
{
goto IL_0021;
}
}
{
ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27* L_2 = (ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27*)il2cpp_codegen_object_new(ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var);
NullCheck(L_2);
ShaderInfoStorageRGBAFloat__ctor_m1A6C0C0180903E3A2AA7D7DA534D30D2DEECE04B(L_2, ((int32_t)64), ((int32_t)4096), NULL);
__this->___m_Storage_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Storage_0), (void*)L_2);
goto IL_0033;
}
IL_0021:
{
ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0* L_3 = (ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0*)il2cpp_codegen_object_new(ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var);
NullCheck(L_3);
ShaderInfoStorageRGBA32__ctor_m082C6F170DFC30736704D1BB0713CA35F19FD909(L_3, ((int32_t)64), ((int32_t)4096), NULL);
__this->___m_Storage_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Storage_0), (void*)L_3);
}
IL_0033:
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_4 = __this->___m_Storage_0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_5;
L_5 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_6 = (&__this->___m_TransformAllocator_1);
int32_t L_7;
L_7 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_6, NULL);
int32_t L_8;
L_8 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_9 = (&__this->___m_TransformAllocator_1);
int32_t L_10;
L_10 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_9, NULL);
NullCheck(L_4);
bool L_11;
L_11 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_4, ((int32_t)il2cpp_codegen_multiply(L_5, L_7)), ((int32_t)il2cpp_codegen_multiply(L_8, L_10)), (&V_0));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_12 = __this->___m_Storage_0;
int32_t L_13;
L_13 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_14 = (&__this->___m_ClipRectAllocator_2);
int32_t L_15;
L_15 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_14, NULL);
int32_t L_16;
L_16 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_17 = (&__this->___m_ClipRectAllocator_2);
int32_t L_18;
L_18 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_17, NULL);
NullCheck(L_12);
bool L_19;
L_19 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_12, ((int32_t)il2cpp_codegen_multiply(L_13, L_15)), ((int32_t)il2cpp_codegen_multiply(L_16, L_18)), (&V_1));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_20 = __this->___m_Storage_0;
int32_t L_21;
L_21 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_22 = (&__this->___m_OpacityAllocator_3);
int32_t L_23;
L_23 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_22, NULL);
int32_t L_24;
L_24 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_25 = (&__this->___m_OpacityAllocator_3);
int32_t L_26;
L_26 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_25, NULL);
NullCheck(L_20);
bool L_27;
L_27 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_20, ((int32_t)il2cpp_codegen_multiply(L_21, L_23)), ((int32_t)il2cpp_codegen_multiply(L_24, L_26)), (&V_2));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_28 = __this->___m_Storage_0;
int32_t L_29;
L_29 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_30 = (&__this->___m_ColorAllocator_4);
int32_t L_31;
L_31 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_30, NULL);
int32_t L_32;
L_32 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_33 = (&__this->___m_ColorAllocator_4);
int32_t L_34;
L_34 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_33, NULL);
NullCheck(L_28);
bool L_35;
L_35 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_28, ((int32_t)il2cpp_codegen_multiply(L_29, L_31)), ((int32_t)il2cpp_codegen_multiply(L_32, L_34)), (&V_3));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_36 = __this->___m_Storage_0;
int32_t L_37;
L_37 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_38 = (&__this->___m_TextSettingsAllocator_5);
int32_t L_39;
L_39 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_38, NULL);
int32_t L_40;
L_40 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_41 = (&__this->___m_TextSettingsAllocator_5);
int32_t L_42;
L_42 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_41, NULL);
NullCheck(L_36);
bool L_43;
L_43 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_36, ((int32_t)il2cpp_codegen_multiply(L_37, L_39)), ((int32_t)il2cpp_codegen_multiply(L_40, L_42)), (&V_4));
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_44 = (&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_45 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransform_23;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_46 = V_0;
bool L_47;
L_47 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m5B834A5AA0455BFC1FADD8A40BCBD779564C6981(L_44, L_45, L_46, NULL);
V_6 = (bool)((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
bool L_48 = V_6;
if (!L_48)
{
goto IL_0148;
}
}
{
Exception_t* L_49 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_49);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0A1C4B5170F3015B68F6CDA6D30295985A37FF01)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_0148:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_50 = (&__this->___m_ClipRectAllocator_2);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_51 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_52 = V_1;
bool L_53;
L_53 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m5B834A5AA0455BFC1FADD8A40BCBD779564C6981(L_50, L_51, L_52, NULL);
V_7 = (bool)((((int32_t)L_53) == ((int32_t)0))? 1 : 0);
bool L_54 = V_7;
if (!L_54)
{
goto IL_016d;
}
}
{
Exception_t* L_55 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_55);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F39F69DBFDFD1E870E3C5C73FFA1F5399F946B8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_016d:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_56 = (&__this->___m_OpacityAllocator_3);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_57 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacity_25;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_58 = V_2;
bool L_59;
L_59 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m5B834A5AA0455BFC1FADD8A40BCBD779564C6981(L_56, L_57, L_58, NULL);
V_8 = (bool)((((int32_t)L_59) == ((int32_t)0))? 1 : 0);
bool L_60 = V_8;
if (!L_60)
{
goto IL_0192;
}
}
{
Exception_t* L_61 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_61);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_61, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral874C2929D19C3DF7D7CC696BF31565B5E2D72F1D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_0192:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_62 = (&__this->___m_ColorAllocator_4);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_63 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColor_26;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_64 = V_3;
bool L_65;
L_65 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m5B834A5AA0455BFC1FADD8A40BCBD779564C6981(L_62, L_63, L_64, NULL);
V_9 = (bool)((((int32_t)L_65) == ((int32_t)0))? 1 : 0);
bool L_66 = V_9;
if (!L_66)
{
goto IL_01b7;
}
}
{
Exception_t* L_67 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_67);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_67, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D19D4413E5CCDE05020C5EC9143A0BA3C7E76FD)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_01b7:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_68 = (&__this->___m_TextSettingsAllocator_5);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_69 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettings_27;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_70 = V_4;
bool L_71;
L_71 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m5B834A5AA0455BFC1FADD8A40BCBD779564C6981(L_68, L_69, L_70, NULL);
V_10 = (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0);
bool L_72 = V_10;
if (!L_72)
{
goto IL_01dd;
}
}
{
Exception_t* L_73 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_73);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_73, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D50259D5FC3727EC9985776D0C5307147AFBC81)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_01dd:
{
bool L_74 = __this->___m_VertexTexturingEnabled_7;
V_11 = L_74;
bool L_75 = V_11;
if (!L_75)
{
goto IL_020d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_76 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransform_23;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_77 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15;
UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57(__this, L_76, L_77, NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_78 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_79 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectValue_19;
UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3(__this, L_78, L_79, NULL);
}
IL_020d:
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_80 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacity_25;
float L_81 = (&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityValue_20)->___w_4;
UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559(__this, L_80, L_81, NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_82 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColor_26;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_83 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorValue_21;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_84;
L_84 = Color_op_Implicit_m04FFC6EBCB0576CD59529546F8FA10F4F71E9005_inline(L_83, NULL);
UIRVEShaderInfoAllocator_SetColorValue_m8246EA58FA06A05B865A19D650A39C49C06D2449(__this, L_82, L_84, NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_85 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettings_27;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_86 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsValue_22;
UIRVEShaderInfoAllocator_SetTextCoreSettingValue_m7D602BCB22DA80579F639208C0401FBD4502435D(__this, L_85, L_86, NULL);
__this->___m_StorageReallyCreated_6 = (bool)1;
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(_thisAdjusted, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_0 = __this->___m_Storage_0;
V_0 = (bool)((!(((RuntimeObject*)(BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_2 = __this->___m_Storage_0;
NullCheck(L_2);
BaseShaderInfoStorage_Dispose_m9DF4F3D71F97B25C83B13B5879DEE23FA8943CE6(L_2, NULL);
}
IL_001a:
{
__this->___m_Storage_0 = (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Storage_0), (void*)(BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL);
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_3 = (&__this->___m_ClipRects_9);
bool L_4;
L_4 = NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786(L_3, NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_RuntimeMethod_var);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_003c;
}
}
{
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_6 = (&__this->___m_ClipRects_9);
NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6(L_6, NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_RuntimeMethod_var);
}
IL_003c:
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_7 = (&__this->___m_Transforms_8);
bool L_8;
L_8 = NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652(L_7, NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_RuntimeMethod_var);
V_2 = L_8;
bool L_9 = V_2;
if (!L_9)
{
goto IL_0057;
}
}
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_10 = (&__this->___m_Transforms_8);
NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350(L_10, NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_RuntimeMethod_var);
}
IL_0057:
{
__this->___m_StorageReallyCreated_6 = (bool)0;
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984(_thisAdjusted, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::IssuePendingStorageChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* G_B2_0 = NULL;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* G_B1_0 = NULL;
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_0 = __this->___m_Storage_0;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
goto IL_0013;
}
IL_000d:
{
NullCheck(G_B2_0);
VirtualActionInvoker0::Invoke(8 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::UpdateTexture() */, G_B2_0);
}
IL_0013:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B(_thisAdjusted, method);
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0015;
}
}
{
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_0033;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (&__this->___m_TransformAllocator_1);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_5 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_6;
L_6 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_4, L_5, NULL);
V_3 = L_6;
goto IL_0072;
}
IL_0033:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_7 = (&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_8;
L_8 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_7, (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL, NULL);
V_0 = L_8;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m285535473E89B0FC94E193F2F797DE64373A278F(L_9, NULL);
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_11 = (&__this->___m_Transforms_8);
int32_t L_12;
L_12 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_11)->___m_Length_1);
V_4 = (bool)((((int32_t)L_10) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_005d;
}
}
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_14 = V_0;
V_3 = L_14;
goto IL_0072;
}
IL_005d:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_15 = (&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_16 = V_0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_15, L_16, NULL);
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_17 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
V_3 = L_17;
goto IL_0072;
}
IL_0072:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_18 = V_3;
return L_18;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocClipRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0015;
}
}
{
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_0033;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (&__this->___m_ClipRectAllocator_2);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_5 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_6;
L_6 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_4, L_5, NULL);
V_3 = L_6;
goto IL_0072;
}
IL_0033:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_7 = (&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_8;
L_8 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_7, (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL, NULL);
V_0 = L_8;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m285535473E89B0FC94E193F2F797DE64373A278F(L_9, NULL);
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_11 = (&__this->___m_ClipRects_9);
int32_t L_12;
L_12 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_11)->___m_Length_1);
V_4 = (bool)((((int32_t)L_10) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_005d;
}
}
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_14 = V_0;
V_3 = L_14;
goto IL_0072;
}
IL_005d:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_15 = (&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_16 = V_0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_15, L_16, NULL);
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_17 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
V_3 = L_17;
goto IL_0072;
}
IL_0072:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_18 = V_3;
return L_18;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocOpacity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (&__this->___m_OpacityAllocator_3);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_3 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4;
L_4 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0029;
}
IL_0029:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
bool V_0 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (&__this->___m_ColorAllocator_4);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_3 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4;
L_4 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0029;
}
IL_0029:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTextCoreSettings(UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___settings0, const RuntimeMethod* method)
{
bool V_0 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (&__this->___m_TextSettingsAllocator_5);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_3 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4;
L_4 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0029;
}
IL_0029:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1_AdjustorThunk (RuntimeObject* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___settings0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1(_thisAdjusted, ___settings0, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTransformValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___xform1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F V_2;
memset((&V_2), 0, sizeof(V_2));
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
bool L_1 = __this->___m_VertexTexturingEnabled_7;
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_00a5;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_3 = (&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4 = ___alloc0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5;
L_5 = UIRVEShaderInfoAllocator_AllocToTexelCoord_mBE705C92243B56C2E95144C1E187084D30AE748F(L_3, L_4, NULL);
V_1 = L_5;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_6 = __this->___m_Storage_0;
int32_t L_7;
L_7 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_8;
L_8 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9;
L_9 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___xform1), 0, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
L_10 = Color_op_Implicit_m04FFC6EBCB0576CD59529546F8FA10F4F71E9005_inline(L_9, NULL);
NullCheck(L_6);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_6, L_7, L_8, L_10);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_11 = __this->___m_Storage_0;
int32_t L_12;
L_12 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_13;
L_13 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14;
L_14 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___xform1), 1, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15;
L_15 = Color_op_Implicit_m04FFC6EBCB0576CD59529546F8FA10F4F71E9005_inline(L_14, NULL);
NullCheck(L_11);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_11, L_12, ((int32_t)il2cpp_codegen_add(L_13, 1)), L_15);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_16 = __this->___m_Storage_0;
int32_t L_17;
L_17 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_18;
L_18 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19;
L_19 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___xform1), 2, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20;
L_20 = Color_op_Implicit_m04FFC6EBCB0576CD59529546F8FA10F4F71E9005_inline(L_19, NULL);
NullCheck(L_16);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_16, L_17, ((int32_t)il2cpp_codegen_add(L_18, 2)), L_20);
goto IL_00ed;
}
IL_00a5:
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_21 = (&__this->___m_Transforms_8);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_22 = ___alloc0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_23;
L_23 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m285535473E89B0FC94E193F2F797DE64373A278F(L_22, NULL);
il2cpp_codegen_initobj((&V_2), sizeof(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_24;
L_24 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___xform1), 0, NULL);
(&V_2)->___v0_0 = L_24;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25;
L_25 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___xform1), 1, NULL);
(&V_2)->___v1_1 = L_25;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_26;
L_26 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___xform1), 2, NULL);
(&V_2)->___v2_2 = L_26;
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F L_27 = V_2;
IL2CPP_NATIVEARRAY_SET_ITEM(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F, (L_21)->___m_Buffer_0, L_23, (L_27));
}
IL_00ed:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___xform1, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57(_thisAdjusted, ___alloc0, ___xform1, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetClipRectValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___clipRect1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
bool L_1 = __this->___m_VertexTexturingEnabled_7;
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0049;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_3 = (&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4 = ___alloc0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5;
L_5 = UIRVEShaderInfoAllocator_AllocToTexelCoord_mBE705C92243B56C2E95144C1E187084D30AE748F(L_3, L_4, NULL);
V_1 = L_5;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_6 = __this->___m_Storage_0;
int32_t L_7;
L_7 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_8;
L_8 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___clipRect1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
L_10 = Color_op_Implicit_m04FFC6EBCB0576CD59529546F8FA10F4F71E9005_inline(L_9, NULL);
NullCheck(L_6);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_6, L_7, L_8, L_10);
goto IL_005c;
}
IL_0049:
{
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_11 = (&__this->___m_ClipRects_9);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___alloc0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_13;
L_13 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m285535473E89B0FC94E193F2F797DE64373A278F(L_12, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___clipRect1;
IL2CPP_NATIVEARRAY_SET_ITEM(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, (L_11)->___m_Buffer_0, L_13, (L_14));
}
IL_005c:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___clipRect1, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3(_thisAdjusted, ___alloc0, ___clipRect1, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetOpacityValue(UnityEngine.UIElements.UIR.BMPAlloc,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, float ___opacity1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_OpacityAllocator_3);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
L_3 = UIRVEShaderInfoAllocator_AllocToTexelCoord_mBE705C92243B56C2E95144C1E187084D30AE748F(L_1, L_2, NULL);
V_0 = L_3;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_4 = __this->___m_Storage_0;
int32_t L_5;
L_5 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_6;
L_6 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
float L_7 = ___opacity1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), (1.0f), (1.0f), (1.0f), L_7, /*hidden argument*/NULL);
NullCheck(L_4);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_4, L_5, L_6, L_8);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, float ___opacity1, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559(_thisAdjusted, ___alloc0, ___opacity1, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetColorValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetColorValue_m8246EA58FA06A05B865A19D650A39C49C06D2449 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_ColorAllocator_4);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
L_3 = UIRVEShaderInfoAllocator_AllocToTexelCoord_mBE705C92243B56C2E95144C1E187084D30AE748F(L_1, L_2, NULL);
V_0 = L_3;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_4 = __this->___m_Storage_0;
int32_t L_5;
L_5 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_6;
L_6 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = ___color1;
NullCheck(L_4);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_4, L_5, L_6, L_7);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetColorValue_m8246EA58FA06A05B865A19D650A39C49C06D2449_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color1, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetColorValue_m8246EA58FA06A05B865A19D650A39C49C06D2449(_thisAdjusted, ___alloc0, ___color1, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTextCoreSettingValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTextCoreSettingValue_m7D602BCB22DA80579F639208C0401FBD4502435D (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_TextSettingsAllocator_5);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
L_3 = UIRVEShaderInfoAllocator_AllocToTexelCoord_mBE705C92243B56C2E95144C1E187084D30AE748F(L_1, L_2, NULL);
V_0 = L_3;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_4 = ___settings1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = L_4.___underlayOffset_4;
float L_6 = L_5.___x_0;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_7 = ___settings1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = L_7.___underlayOffset_4;
float L_9 = L_8.___y_1;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_10 = ___settings1;
float L_11 = L_10.___underlaySoftness_5;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_12 = ___settings1;
float L_13 = L_12.___outlineWidth_2;
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&V_1), ((-L_6)), L_9, L_11, L_13, NULL);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_14 = __this->___m_Storage_0;
int32_t L_15;
L_15 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_16;
L_16 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_17 = ___settings1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18 = L_17.___faceColor_0;
NullCheck(L_14);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_14, L_15, L_16, L_18);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_19 = __this->___m_Storage_0;
int32_t L_20;
L_20 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_21;
L_21 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_22 = ___settings1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = L_22.___outlineColor_1;
NullCheck(L_19);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_19, L_20, ((int32_t)il2cpp_codegen_add(L_21, 1)), L_23);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_24 = __this->___m_Storage_0;
int32_t L_25;
L_25 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_26;
L_26 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_27 = ___settings1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_28 = L_27.___underlayColor_3;
NullCheck(L_24);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_24, L_25, ((int32_t)il2cpp_codegen_add(L_26, 2)), L_28);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_29 = __this->___m_Storage_0;
int32_t L_30;
L_30 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_31;
L_31 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_32 = V_1;
NullCheck(L_29);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_29, L_30, ((int32_t)il2cpp_codegen_add(L_31, 3)), L_32);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetTextCoreSettingValue_m7D602BCB22DA80579F639208C0401FBD4502435D_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___settings1, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetTextCoreSettingValue_m7D602BCB22DA80579F639208C0401FBD4502435D(_thisAdjusted, ___alloc0, ___settings1, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTransform(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15(_thisAdjusted, ___alloc0, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeClipRect(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D(_thisAdjusted, ___alloc0, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeOpacity(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_OpacityAllocator_3);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4(_thisAdjusted, ___alloc0, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeColor(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_ColorAllocator_4);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(_thisAdjusted, ___alloc0, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTextCoreSettings(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (&__this->___m_TextSettingsAllocator_5);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___alloc0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2(_thisAdjusted, ___alloc0, method);
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TransformAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
bool V_2 = false;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_003f;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = ___alloc0;
int32_t L_6 = L_5.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_4, L_6, (&V_0), (&V_1), NULL);
}
IL_003f:
{
uint16_t L_7 = V_0;
uint16_t L_8 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = ___alloc0;
uint16_t L_10 = L_9.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_11;
L_11 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___alloc0;
uint8_t L_13 = L_12.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14;
memset((&L_14), 0, sizeof(L_14));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_14), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_7>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_8>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_10, L_11)), (int32_t)L_13))), (uint8_t)0, /*hidden argument*/NULL);
V_3 = L_14;
goto IL_0064;
}
IL_0064:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_15 = V_3;
return L_15;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1(_thisAdjusted, ___alloc0, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ClipRectAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
bool V_2 = false;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_003f;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = ___alloc0;
int32_t L_6 = L_5.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_4, L_6, (&V_0), (&V_1), NULL);
}
IL_003f:
{
uint16_t L_7 = V_0;
uint16_t L_8 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = ___alloc0;
uint16_t L_10 = L_9.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_11;
L_11 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___alloc0;
uint8_t L_13 = L_12.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14;
memset((&L_14), 0, sizeof(L_14));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_14), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_7>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_8>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_10, L_11)), (int32_t)L_13))), (uint8_t)0, /*hidden argument*/NULL);
V_3 = L_14;
goto IL_0064;
}
IL_0064:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_15 = V_3;
return L_15;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA(_thisAdjusted, ___alloc0, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::OpacityAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (&__this->___m_OpacityAllocator_3);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___alloc0;
int32_t L_4 = L_3.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_2, L_4, (&V_0), (&V_1), NULL);
uint16_t L_5 = V_0;
uint16_t L_6 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___alloc0;
uint16_t L_8 = L_7.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_10 = ___alloc0;
uint8_t L_11 = L_10.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12;
memset((&L_12), 0, sizeof(L_12));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_12), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_5>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_6>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_8, L_9)), (int32_t)L_11))), (uint8_t)0, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0056;
}
IL_0056:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_13 = V_2;
return L_13;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B(_thisAdjusted, ___alloc0, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ColorAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (&__this->___m_ColorAllocator_4);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___alloc0;
int32_t L_4 = L_3.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_2, L_4, (&V_0), (&V_1), NULL);
uint16_t L_5 = V_0;
uint16_t L_6 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___alloc0;
uint16_t L_8 = L_7.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_10 = ___alloc0;
uint8_t L_11 = L_10.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12;
memset((&L_12), 0, sizeof(L_12));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_12), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_5>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_6>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_8, L_9)), (int32_t)L_11))), (uint8_t)0, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0056;
}
IL_0056:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_13 = V_2;
return L_13;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183(_thisAdjusted, ___alloc0, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TextCoreSettingsToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m4923A24CD4AB8F1731E352051A7551002226C4AB(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (&__this->___m_TextSettingsAllocator_5);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___alloc0;
int32_t L_4 = L_3.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_2, L_4, (&V_0), (&V_1), NULL);
uint16_t L_5 = V_0;
uint16_t L_6 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___alloc0;
uint16_t L_8 = L_7.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mEACC48912457FF6A344773AAB5E4D87A93B0609B(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_10 = ___alloc0;
uint8_t L_11 = L_10.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12;
memset((&L_12), 0, sizeof(L_12));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_12), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_5>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_6>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_8, L_9)), (int32_t)L_11))), (uint8_t)0, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0056;
}
IL_0056:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_13 = V_2;
return L_13;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A(_thisAdjusted, ___alloc0, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator__cctor_m1A684FBA426E53121695A56B53E38DA9D8D8F68B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0;
memset((&L_0), 0, sizeof(L_0));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_0), 0, 0, /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10 = L_0;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1;
memset((&L_1), 0, sizeof(L_1));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_1), 0, ((int32_t)32), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11 = L_1;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_2), ((int32_t)32), ((int32_t)32), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12 = L_2;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
memset((&L_3), 0, sizeof(L_3));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_3), 0, ((int32_t)40), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorTexel_13 = L_3;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4;
memset((&L_4), 0, sizeof(L_4));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_4), ((int32_t)32), 0, /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14 = L_4;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5;
L_5 = Matrix4x4_get_identity_m94A09872C449C26863FF10D0FDF87842D91BECD6_inline(NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15 = L_5;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6;
L_6 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15), 0, NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow0Value_16 = L_6;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7;
L_7 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15), 1, NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow1Value_17 = L_7;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8;
L_8 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15), 2, NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow2Value_18 = L_8;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9;
memset((&L_9), 0, sizeof(L_9));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_9), (-(std::numeric_limits<float>::max)()), (-(std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectValue_19 = L_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10;
memset((&L_10), 0, sizeof(L_10));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_10), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityValue_20 = L_10;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11;
memset((&L_11), 0, sizeof(L_11));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_11), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorValue_21 = L_11;
il2cpp_codegen_initobj((&V_0), sizeof(TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12;
L_12 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
(&V_0)->___faceColor_0 = L_12;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
L_13 = Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline(NULL);
(&V_0)->___outlineColor_1 = L_13;
(&V_0)->___outlineWidth_2 = (0.0f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14;
L_14 = Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline(NULL);
(&V_0)->___underlayColor_3 = L_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
L_15 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
(&V_0)->___underlayOffset_4 = L_15;
(&V_0)->___underlaySoftness_5 = (0.0f);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_16 = V_0;
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsValue_22 = L_16;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_inline (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___vertexCount0, uint32_t ___indexCount1, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___allocatorData2, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___vertexCount0, ___indexCount1, ___allocatorData2, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
intptr_t L_1;
L_1 = ProfilerUnsafeUtility_CreateMarker_m27DDE00D41B95677982DBFCE074D45B79E50C7CC(L_0, (uint16_t)1, 0, 0, NULL);
__this->___m_Ptr_0 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_0 = ((TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields*)il2cpp_codegen_static_fields_for(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var))->___U3CinstanceU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_31;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___value0, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = ___value0;
__this->___U3CpanelU3Ek__BackingField_33 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpanelU3Ek__BackingField_33), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___value0, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = ___value0;
__this->___U3CdeviceU3Ek__BackingField_34 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceU3Ek__BackingField_34), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___value0, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = ___value0;
__this->___U3CatlasU3Ek__BackingField_35 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CatlasU3Ek__BackingField_35), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___value0, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = ___value0;
__this->___U3CvectorImageManagerU3Ek__BackingField_36 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvectorImageManagerU3Ek__BackingField_36), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___value0, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = ___value0;
__this->___U3CpainterU3Ek__BackingField_38 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpainterU3Ek__BackingField_38), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = __this->___U3CpanelU3Ek__BackingField_33;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdrawInCamerasU3Ek__BackingField_40 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = __this->___U3CpainterU3Ek__BackingField_38;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = __this->___U3CvectorImageManagerU3Ek__BackingField_36;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = __this->___U3CdeviceU3Ek__BackingField_34;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_31 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = __this->___U3CatlasU3Ek__BackingField_35;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawInCamerasU3Ek__BackingField_40;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m94A09872C449C26863FF10D0FDF87842D91BECD6_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = ((Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields*)il2cpp_codegen_static_fields_for(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var))->___identityMatrix_17;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawStatsU3Ek__BackingField_39;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
{
{
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_0 = __this->___U3ChierarchyU3Ek__BackingField_48;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
float L_0 = ___x0;
__this->___x_0 = L_0;
float L_1 = ___y1;
__this->___y_1 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m1A0612EED3A1C8B8850BE2943CFC42523064B4F6_inline (intptr_t* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = *__this;
return (void*)(L_0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method)
{
{
float L_0 = ___x0;
__this->___x_2 = L_0;
float L_1 = ___y1;
__this->___y_3 = L_1;
float L_2 = ___z2;
__this->___z_4 = L_2;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method)
{
{
void* L_0 = ___value0;
*__this = ((intptr_t)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseShaderInfoStorage_get_disposed_mAF7F54A791E6AF75BF1AD71B1DDA85099BFCE1EF_inline (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseShaderInfoStorage_set_disposed_m454C43D78C684531DF00E4EE08E436C383C6944B_inline (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_4 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m7EFA0B83AD1AE15567E9BC2FA2B8E66D3BFE1395_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method)
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0;
float L_1 = L_0.___r_0;
float L_2;
L_2 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_1, NULL);
float L_3;
L_3 = bankers_roundf(((float)il2cpp_codegen_multiply(L_2, (255.0f))));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___c0;
float L_5 = L_4.___g_1;
float L_6;
L_6 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_5, NULL);
float L_7;
L_7 = bankers_roundf(((float)il2cpp_codegen_multiply(L_6, (255.0f))));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___c0;
float L_9 = L_8.___b_2;
float L_10;
L_10 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_9, NULL);
float L_11;
L_11 = bankers_roundf(((float)il2cpp_codegen_multiply(L_10, (255.0f))));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___c0;
float L_13 = L_12.___a_3;
float L_14;
L_14 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_13, NULL);
float L_15;
L_15 = bankers_roundf(((float)il2cpp_codegen_multiply(L_14, (255.0f))));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_16;
memset((&L_16), 0, sizeof(L_16));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_16), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_3), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_7), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_11), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_15), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0065;
}
IL_0065:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___rhs1;
float L_3 = L_2.___x_0;
float L_4;
L_4 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_1, L_3, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___lhs0;
float L_6 = L_5.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___rhs1;
float L_8 = L_7.___y_1;
float L_9;
L_9 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_6, L_8, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
memset((&L_10), 0, sizeof(L_10));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_002b;
}
IL_002b:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
return L_11;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___a0;
float L_1 = ___b1;
if ((((float)L_0) < ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___b1;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___a0;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
bool V_2 = false;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___rhs1;
float L_3 = L_2.___x_0;
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___lhs0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___rhs1;
float L_7 = L_6.___y_1;
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
float L_8 = V_0;
float L_9 = V_0;
float L_10 = V_1;
float L_11 = V_1;
V_2 = (bool)((((float)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_8, L_9)), ((float)il2cpp_codegen_multiply(L_10, L_11))))) < ((float)(9.99999944E-11f)))? 1 : 0);
goto IL_002e;
}
IL_002e:
{
bool L_12 = V_2;
return L_12;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___a0;
float L_1 = ___b1;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___b1;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___a0;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
float V_2 = 0.0f;
{
float L_0 = ___value0;
float L_1 = ___min1;
V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_000e;
}
}
{
float L_3 = ___min1;
___value0 = L_3;
goto IL_0019;
}
IL_000e:
{
float L_4 = ___value0;
float L_5 = ___max2;
V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0019;
}
}
{
float L_7 = ___max2;
___value0 = L_7;
}
IL_0019:
{
float L_8 = ___value0;
V_2 = L_8;
goto IL_001d;
}
IL_001d:
{
float L_9 = V_2;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c0, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___c0;
uint8_t L_1 = L_0.___r_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___c0;
uint8_t L_3 = L_2.___g_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___c0;
uint8_t L_5 = L_4.___b_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___c0;
uint8_t L_7 = L_6.___a_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), ((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))), ((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_003d;
}
IL_003d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
float L_0 = ___b1;
float L_1 = ___a0;
float L_2;
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
float L_3 = ___a0;
float L_4;
L_4 = fabsf(L_3);
float L_5 = ___b1;
float L_6;
L_6 = fabsf(L_5);
float L_7;
L_7 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_4, L_6, NULL);
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0;
float L_9;
L_9 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
goto IL_0035;
}
IL_0035:
{
bool L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, float ___d1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
float L_2 = ___d1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___a0;
float L_4 = L_3.___y_1;
float L_5 = ___d1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method)
{
{
__this->___rgba_0 = 0;
uint8_t L_0 = ___r0;
__this->___r_1 = L_0;
uint8_t L_1 = ___g1;
__this->___g_2 = L_1;
uint8_t L_2 = ___b2;
__this->___b_3 = L_2;
uint8_t L_3 = ___a3;
__this->___a_4 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___v0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___v0;
float L_3 = L_2.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
}
IL_001a:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m087D6F0EC60843D455F9F83D25FE42B2433AAD1D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___b1;
float L_3 = L_2.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___a0;
float L_5 = L_4.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___b1;
float L_7 = L_6.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___a0;
float L_9 = L_8.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___b1;
float L_11 = L_10.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mD7200D6D432BAFC4135C5B17A0B0A812203B0270_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0;
float L_1 = L_0.___x_2;
float L_2 = ___d1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___a0;
float L_4 = L_3.___y_3;
float L_5 = ___d1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___a0;
float L_7 = L_6.___z_4;
float L_8 = ___d1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
memset((&L_9), 0, sizeof(L_9));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_m1690F44F6DC92B770A940B6CF8AE0535625A9824_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___b1;
float L_3 = L_2.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___a0;
float L_5 = L_4.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___b1;
float L_7 = L_6.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___a0;
float L_9 = L_8.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___b1;
float L_11 = L_10.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
float L_0 = __this->___x_2;
float L_1 = __this->___x_2;
float L_2 = __this->___y_3;
float L_3 = __this->___y_3;
float L_4 = __this->___z_4;
float L_5 = __this->___z_4;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_6;
L_6 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))))));
V_0 = ((float)L_6);
goto IL_0034;
}
IL_0034:
{
float L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method)
{
{
float L_0 = ___x0;
__this->___x_1 = L_0;
float L_1 = ___y1;
__this->___y_2 = L_1;
float L_2 = ___z2;
__this->___z_3 = L_2;
float L_3 = ___w3;
__this->___w_4 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)__this);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
L_1 = Vector3_Normalize_m6120F119433C5B60BBB28731D3D4A0DA50A84DDD_inline(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m516FE285F5342F922C6EB3FCB33197E9017FF484_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0;
float L_1 = L_0.___x_2;
float L_2 = ___d1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___a0;
float L_4 = L_3.___y_3;
float L_5 = ___d1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___a0;
float L_7 = L_6.___z_4;
float L_8 = ___d1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
memset((&L_9), 0, sizeof(L_9));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ((Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields*)il2cpp_codegen_static_fields_for(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var))->___zeroVector_5;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___v0;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___v0;
float L_3 = L_2.___y_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Multiply_m10DA1FA6A405C8988C46FFD159ED9FF9E5D732F5_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___a0, float ___d1, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___a0;
float L_1 = L_0.___x_1;
float L_2 = ___d1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___a0;
float L_4 = L_3.___y_2;
float L_5 = ___d1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___a0;
float L_7 = L_6.___z_3;
float L_8 = ___d1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___a0;
float L_10 = L_9.___w_4;
float L_11 = ___d1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Addition_m5E7015CDA7DD1FCB4E488DE23C5DB959D7406843_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___a0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___b1, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___a0;
float L_1 = L_0.___x_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___b1;
float L_3 = L_2.___x_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___a0;
float L_5 = L_4.___y_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___b1;
float L_7 = L_6.___y_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___a0;
float L_9 = L_8.___z_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___b1;
float L_11 = L_10.___z_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___a0;
float L_13 = L_12.___w_4;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___b1;
float L_15 = L_14.___w_4;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16;
memset((&L_16), 0, sizeof(L_16));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_16), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), ((float)il2cpp_codegen_add(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_Dot_mBF0FA0B529C821F4733DDC3AD366B07CD27625F4_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___rhs1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___lhs0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___rhs1;
float L_7 = L_6.___y_1;
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7))));
goto IL_001f;
}
IL_001f:
{
float L_8 = V_0;
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___rhs1;
bool L_2;
L_2 = Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline(L_0, L_1, NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_000e;
}
IL_000e:
{
bool L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)(L_1/L_3)), ((float)(L_5/L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_op_Equality_m3A255F888F9300ABB36ED2BC0640CFFDAAEFED2F_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___lhs0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___lhs0;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1;
L_1 = Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline(L_0, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___rhs1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3;
L_3 = Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline(L_2, NULL);
bool L_4;
L_4 = Vector4_op_Equality_m80E2AA0626A70EF9DCC4F4C215F674A22D6DE937_inline(L_1, L_3, NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
bool L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = (*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)__this);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1;
L_1 = Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline(L_0, NULL);
V_0 = L_1;
int32_t L_2;
L_2 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline((&V_0), NULL);
V_1 = L_2;
goto IL_001d;
}
IL_001d:
{
int32_t L_3 = V_1;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureBlitter_get_disposed_m00CEB7B2330A6DBE3BE95049ED60406DD90B8EAF_inline (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureBlitter_set_disposed_m3FA52D5FE5C9EEAC9DAA3E89BD506901DB9352EE_inline (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_8 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___a0;
int32_t L_1 = ___b1;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
int32_t L_2 = ___b1;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___a0;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_X_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_Y_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___U3CFreeSlotsU3Ek__BackingField_8 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CFreeSlotsU3Ek__BackingField_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___slotIndex0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Tickets_4;
int32_t L_1 = ___slotIndex0;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
int32_t L_4 = V_0;
int32_t L_5 = __this->___m_FirstUsedTicket_6;
V_1 = (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0028;
}
}
{
int32_t L_7;
L_7 = TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline(__this, NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
int32_t L_8 = V_2;
TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline(__this, L_8, NULL);
}
IL_0028:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_Tickets_4;
int32_t L_10 = ___slotIndex0;
int32_t L_11 = __this->___m_CurrentTicket_5;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
int32_t L_12 = V_2;
__this->___m_CurrentTicket_5 = L_12;
int32_t L_13 = V_2;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (int32_t)L_13);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CdisposedU3Ek__BackingField_9 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___x0;
__this->___m_X_0 = L_0;
int32_t L_1 = ___y1;
__this->___m_Y_1 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Implicit_m04FFC6EBCB0576CD59529546F8FA10F4F71E9005_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___v0;
float L_1 = L_0.___x_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___v0;
float L_3 = L_2.___y_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___v0;
float L_5 = L_4.___z_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___v0;
float L_7 = L_6.___w_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method)
{
{
float L_0 = ___r0;
__this->___r_0 = L_0;
float L_1 = ___g1;
__this->___g_1 = L_1;
float L_2 = ___b2;
__this->___b_2 = L_2;
float L_3 = ___a3;
__this->___a_3 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline (const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001d;
}
IL_001d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline (const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001d;
}
IL_001d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_gshared_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_gshared_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE ___item0, const RuntimeMethod* method)
{
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* L_1 = (RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* L_6 = V_0;
int32_t L_7 = V_1;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE)L_8);
return;
}
IL_0034:
{
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_9 = ___item0;
(( void (*) (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_gshared_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* L_3 = (RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 L_0 = (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared_inline (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->___m_Length_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mC287B445E45444960741C56A73B1C60B39B20449_gshared_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 ___item0, const RuntimeMethod* method)
{
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* L_1 = (BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* L_6 = V_0;
int32_t L_7 = V_1;
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357)L_8);
return;
}
IL_0034:
{
BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357 L_9 = ___item0;
(( void (*) (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5*, BlitInfo_t6D4C0580BBEF65F5EAD39FB6DBC85F360CF6A357, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m63A03183A7352FFDDDF3D7DF3777A91B3326281C_gshared_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m3E84B69EE9B9769288CFB4645CFF7F401F82C989_gshared_inline (List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* L_3 = (BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___item0, const RuntimeMethod* method)
{
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_0;
int32_t L_7 = V_1;
uint32_t L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint32_t)L_8);
return;
}
IL_0034:
{
uint32_t L_9 = ___item0;
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, uint32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_gshared_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, Page_t04FE552A388BF55B12C8868E19589136957E00A5 ___item0, const RuntimeMethod* method)
{
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* L_1 = (PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* L_6 = V_0;
int32_t L_7 = V_1;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Page_t04FE552A388BF55B12C8868E19589136957E00A5)L_8);
return;
}
IL_0034:
{
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_9 = ___item0;
(( void (*) (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*, Page_t04FE552A388BF55B12C8868E19589136957E00A5, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_gshared_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline (float ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
bool V_2 = false;
{
float L_0 = ___value0;
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
V_1 = (0.0f);
goto IL_002d;
}
IL_0015:
{
float L_2 = ___value0;
V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0029;
}
}
{
V_1 = (1.0f);
goto IL_002d;
}
IL_0029:
{
float L_4 = ___value0;
V_1 = L_4;
goto IL_002d;
}
IL_002d:
{
float L_5 = V_1;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_m6120F119433C5B60BBB28731D3D4A0DA50A84DDD_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
bool V_1 = false;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
memset((&V_2), 0, sizeof(V_2));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___value0;
float L_1;
L_1 = Vector3_Magnitude_m6AD0BEBF88AAF98188A851E62D7A32CB5B7830EF_inline(L_0, NULL);
V_0 = L_1;
float L_2 = V_0;
V_1 = (bool)((((float)L_2) > ((float)(9.99999975E-06f)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001e;
}
}
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___value0;
float L_5 = V_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
L_6 = Vector3_op_Division_mD7200D6D432BAFC4135C5B17A0B0A812203B0270_inline(L_4, L_5, NULL);
V_2 = L_6;
goto IL_0026;
}
IL_001e:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
L_7 = Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline(NULL);
V_2 = L_7;
goto IL_0026;
}
IL_0026:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_2;
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0;
float L_1 = L_0.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___c0;
float L_3 = L_2.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___c0;
float L_5 = L_4.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___c0;
float L_7 = L_6.___a_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_m80E2AA0626A70EF9DCC4F4C215F674A22D6DE937_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lhs0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rhs1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
bool V_5 = false;
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___lhs0;
float L_1 = L_0.___x_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___rhs1;
float L_3 = L_2.___x_1;
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___lhs0;
float L_5 = L_4.___y_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___rhs1;
float L_7 = L_6.___y_2;
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___lhs0;
float L_9 = L_8.___z_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___rhs1;
float L_11 = L_10.___z_3;
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___lhs0;
float L_13 = L_12.___w_4;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___rhs1;
float L_15 = L_14.___w_4;
V_3 = ((float)il2cpp_codegen_subtract(L_13, L_15));
float L_16 = V_0;
float L_17 = V_0;
float L_18 = V_1;
float L_19 = V_1;
float L_20 = V_2;
float L_21 = V_2;
float L_22 = V_3;
float L_23 = V_3;
V_4 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_16, L_17)), ((float)il2cpp_codegen_multiply(L_18, L_19)))), ((float)il2cpp_codegen_multiply(L_20, L_21)))), ((float)il2cpp_codegen_multiply(L_22, L_23))));
float L_24 = V_4;
V_5 = (bool)((((float)L_24) < ((float)(9.99999944E-11f)))? 1 : 0);
goto IL_0057;
}
IL_0057:
{
bool L_25 = V_5;
return L_25;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
float* L_0 = (&__this->___x_1);
int32_t L_1;
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
float* L_2 = (&__this->___y_2);
int32_t L_3;
L_3 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_2, NULL);
float* L_4 = (&__this->___z_3);
int32_t L_5;
L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL);
float* L_6 = (&__this->___w_4);
int32_t L_7;
L_7 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_6, NULL);
V_0 = ((int32_t)(((int32_t)(((int32_t)(L_1^((int32_t)(L_3<<2))))^((int32_t)(L_5>>2))))^((int32_t)(L_7>>1))));
goto IL_0039;
}
IL_0039:
{
int32_t L_8 = V_0;
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m6AD0BEBF88AAF98188A851E62D7A32CB5B7830EF_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___vector0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___vector0;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___vector0;
float L_3 = L_2.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___vector0;
float L_5 = L_4.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___vector0;
float L_7 = L_6.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___vector0;
float L_9 = L_8.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___vector0;
float L_11 = L_10.___z_4;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_12;
L_12 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))))));
V_0 = ((float)L_12);
goto IL_0034;
}
IL_0034:
{
float L_13 = V_0;
return L_13;
}
}