#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 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 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 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 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 struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 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); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF; // Newtonsoft.Json.Utilities.CollectionWrapper`1 struct CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0; // UnityEngine.UIElements.CommandEventBase`1 struct CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2; // System.Collections.Generic.Comparer`1> struct Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0; // System.Collections.Generic.Comparer`1> struct Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7; // System.Collections.Generic.Comparer`1> struct Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF; // System.Collections.Generic.Comparer`1> struct Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379; // System.Collections.Generic.Comparer`1> struct Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1; // System.Collections.Generic.Comparer`1> struct Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D; // System.Collections.Generic.Comparer`1> struct Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B; // System.Collections.Generic.Comparer`1> struct Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB; // System.Collections.Generic.Comparer`1> struct Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649; // System.Collections.Generic.Comparer`1 struct Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149; // System.Collections.Generic.Comparer`1 struct Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Collections.Generic.ICollection`1 struct ICollection_1_t35488BE070734B4C5D136DC1A68CBC9CE507D488; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IList`1> struct IList_1_t841679DCD4FEE32F200A7C60795D92D6B2D582FC; // System.Collections.Generic.IList`1> struct IList_1_tBA17CFA75DD48EA061460EB1ED69D95F24EFAAF5; // System.Collections.Generic.IList`1> struct IList_1_tD05146B8EB79D0B3E21BB3E264C366CF2D5B8017; // System.Collections.Generic.IList`1> struct IList_1_tB4677EB8BFFD09EAE99A0E3E11F56EDA16FE166C; // System.Collections.Generic.IList`1> struct IList_1_tD8F1844B7C7D008885B08C6579225994CEBB7A00; // System.Collections.Generic.IList`1> struct IList_1_tD4C2F7CD60AEDDAEF9A5CD227B553229E799F0F7; // System.Collections.Generic.IList`1> struct IList_1_tD328657AB77B4D4339DE157161159909B020856A; // System.Collections.Generic.IList`1> struct IList_1_t136554B0E808B12C8E004B0BF83D3AC4F5FDDC84; // System.Collections.Generic.IList`1> struct IList_1_tB69D15153133646AB5259BF60A932868421FE05E; // System.Collections.Generic.IList`1> struct IList_1_tD7AA43BAB956A97D61F154DEA1AF678F278568ED; // System.Collections.Generic.IList`1> struct IList_1_t7727D4E32CA496FAB29DE4EEE14B2691BD88BB54; // System.Collections.Generic.IList`1> struct IList_1_t2B431FAB4FDB8588E1256F473E93E5CC90259209; // System.Collections.Generic.IList`1> struct IList_1_tB165F84981DE180BB23ED51A0D4DA67570609829; // System.Collections.Generic.IList`1> struct IList_1_t97E7E013259CF96536B87C82569DC84B866DE8B1; // System.Collections.Generic.IList`1> struct IList_1_tB045079D4058C37E271F22D61B4DB4F7E6136E91; // System.Collections.Generic.IList`1> struct IList_1_tE49DE6D5C3CCE1C27BE9E1DC1002E0E6B721168D; // System.Collections.Generic.IList`1> struct IList_1_tA4A91BA938D69B5117B09C6CF9F31892700CD5F1; // System.Collections.Generic.IList`1> struct IList_1_t76ECCB6B59266C49E7AFB6807EBA2C827C887159; // System.Collections.Generic.IList`1> struct IList_1_t91E69506A1CB0633F80A752C793B167BA6AD996E; // System.Collections.Generic.IList`1> struct IList_1_t2860034397659956ED0E7CE1F3E0441419F22E4A; // System.Collections.Generic.IList`1> struct IList_1_tC85547C594E716B92771D0783A8565A6D2FAA115; // System.Collections.Generic.IList`1> struct IList_1_tBCCD6E4AA099C670FCA5FAC1FEDC6A5B7DDFFF53; // System.Collections.Generic.IList`1> struct IList_1_tE45F125FAF8E9EA4313C1F7494241EAB493313D9; // System.Collections.Generic.IList`1> struct IList_1_tB678027676ABC83C2D67124B0F167BE5A1FF2E82; // System.Collections.Generic.IList`1> struct IList_1_tA5CBFDB2A87FD52E60E770AB601838D911C6CDA2; // System.Collections.Generic.IList`1> struct IList_1_t6BB9D6FEDA4E33A65F520D0029EA95D4142AABC2; // System.Collections.Generic.IList`1> struct IList_1_t1323EDB0974C0B6BE391C7F760D9BB22F23E5CCA; // System.Collections.Generic.IList`1> struct IList_1_tC4EA00F952ABD4D29EA376E49FB80D4781C63549; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3; // System.Lazy`1 struct Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E; // System.Collections.Generic.List`1 struct List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92; // UnityEngine.Pool.ObjectPool`1 struct ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350; // System.Pinnable`1 struct Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981; // SixLabors.ImageSharp.Complex64[][] struct Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // UnityEngine.UIElements.EventBase struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile struct ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // UnityEngine.UIElements.IEventHandler struct IEventHandler_tF2F9D9635A3932E24843C5F557F6080A2C9F7F95; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Buffers.IPinnable struct IPinnable_t5F43661062D3A813291C43D3D17B9FA43963D6F3; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccProfile struct IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE; // SixLabors.ImageSharp.Formats.ImageFormatManager struct ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515; // SixLabors.ImageSharp.ImageFrame struct ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata struct ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA; // SixLabors.ImageSharp.ImageProcessingException struct ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // SixLabors.ImageSharp.Metadata.Profiles.Iptc.IptcProfile struct IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.Reflection.MethodInfo struct MethodInfo_t; // System.MonoTypeInfo struct MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // UnityEngine.UIElements.PropagationPaths struct PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.String struct String_t; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // SixLabors.ImageSharp.Metadata.Profiles.Xmp.XmpProfile struct XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0B07B43F1557775B37A1B8EA12D9C378EDB7EC4B; IL2CPP_EXTERN_C String_t* _stringLiteral226374B4A4A54F92AC022D20C6A05ACB5EEC4C76; IL2CPP_EXTERN_C String_t* _stringLiteral26D123FC6FB490AE20447BCDB0DEBAC133C96A6D; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854; IL2CPP_EXTERN_C String_t* _stringLiteral6D708D3E8ACC426EF77E8F9A83D11A00B8B80AB4; IL2CPP_EXTERN_C String_t* _stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E; IL2CPP_EXTERN_C String_t* _stringLiteralF0569A2D4DF78C8C40FBF38FD14928474637FF26; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m14EE90FAF5DE0813FAFEFC3F0A11920D29B0DDF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m1526659F9295CCDBBD1545D54017896F67008354_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m1DF128C4534B9E0047A81FF62D5498C196A1175F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m1E8517C82785C1A6227F7A58CE322389C046F58C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m262DA0592FF9271EA70E89EC368F1680086A7607_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m2CB5958827CB7504D3B52BC219649AAE45725EF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m58F8B7AAF5690F01702C50AF0A38A01316993D3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m63B157B1B80A38DAE818A10E895589B863587129_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m74E22C112F3EF21225A535881B463970C48F80B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_m79819EB6E65D32A1A3E3C744480D12CA22A458F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mA8020B718BED1F9C0A107D9865419993BFF333DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mA80B98828249D11CB1AD533758A87945814EB831_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mB949B6508072FBD36EA443803061549F1C99D99D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mBC5188F7A3B92F9CAD1944074DE984E60D88133E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mC195B39C1A14A24894C850ED506E1829EFC0692E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mC49A418D96C16F67DDFE6A91DF3DD2215C45FFE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mCB776DFBB0900CD28F7AA32D3FA49869DEF64887_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mCE0F6C1C8CDDD94EC2A6F913724CF8C328F54B37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mD5304638E939EDC0925028CD58B020927C437CD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mE3B5574CB2E4EAB0B1280D33C0B9D0BF594929FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mE41EBA930708A1009701431CFB89B21500DCDA0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mE909898A3A3A890CFA920C06C71FA431C1783E2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mE99BB99A712F8AFF110AEBAA31E21D633D3FE343_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mF465A650A7C70A2ACCC4FD8A183C95815628E164_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mF48F2D7B1E2131D7C7EE2E73CCA936E65467EC0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mF4A33D10E67B7AA927F05CBD52C5B98778ECB09D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mFAC59002EDA4227234EA952F3AE1B555FD595DF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CloningImageProcessor_1_CheckFrameCount_mFF294B6D847B8F47BD4903240E3265EB265F8B4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_IndexOf_m81C9D760B6721A79568F6A8BEE5BA3EA855AB87B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_Insert_mAAE46BA622164E0D1B90FC6B4E0C28746F8675E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_RemoveAt_m7191D8D4FCE9144EA5A91BD0523F878C8E13D0E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_get_Item_m431C68943830538AC2185566D71273A43973A582_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_set_Item_m81FBE6D47210D2F257735C3B8703E1F6E261CCA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionWrapper_1_VerifyValueType_m19466A01013B0A4239CE6D234985E84F64413AF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ; struct ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304; struct ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3; struct ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43; struct ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07; struct ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164; struct ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA; struct ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02; struct ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639; struct ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26; struct ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567; struct ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2; struct ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229; struct ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB; struct ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8; struct ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336; struct ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997; struct ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7; struct ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF; struct ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC; struct ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4; struct ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082; struct ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101; struct ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E; struct ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE; struct ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6; struct ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7; struct ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2; struct ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; 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.Object // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC : public RuntimeObject { public: public: }; struct U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC_StaticFields { public: // UnityEngine.Pool.CollectionPool`2/<>c UnityEngine.Pool.CollectionPool`2/<>c::<>9 U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01 : public RuntimeObject { public: public: }; struct U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01_StaticFields { public: // UnityEngine.Pool.CollectionPool`2/<>c UnityEngine.Pool.CollectionPool`2/<>c::<>9 U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D : public RuntimeObject { public: public: }; struct U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D_StaticFields { public: // UnityEngine.Pool.CollectionPool`2/<>c UnityEngine.Pool.CollectionPool`2/<>c::<>9 U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70 : public RuntimeObject { public: public: }; struct U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70_StaticFields { public: // UnityEngine.Pool.CollectionPool`2/<>c UnityEngine.Pool.CollectionPool`2/<>c::<>9 U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96 : public RuntimeObject { public: public: }; struct U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96_StaticFields { public: // UnityEngine.Pool.CollectionPool`2/<>c UnityEngine.Pool.CollectionPool`2/<>c::<>9 U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361 : public RuntimeObject { public: public: }; struct U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361_StaticFields { public: // UnityEngine.Pool.CollectionPool`2/<>c UnityEngine.Pool.CollectionPool`2/<>c::<>9 U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_tA29CB98FC606843EB9D9D7135F6E7C01C020AD54 : public RuntimeObject { public: public: }; struct CollectionPool_2_tA29CB98FC606843EB9D9D7135F6E7C01C020AD54_StaticFields { public: // UnityEngine.Pool.ObjectPool`1 UnityEngine.Pool.CollectionPool`2::s_Pool ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * ___s_Pool_0; public: inline static int32_t get_offset_of_s_Pool_0() { return static_cast(offsetof(CollectionPool_2_tA29CB98FC606843EB9D9D7135F6E7C01C020AD54_StaticFields, ___s_Pool_0)); } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * get_s_Pool_0() const { return ___s_Pool_0; } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB ** get_address_of_s_Pool_0() { return &___s_Pool_0; } inline void set_s_Pool_0(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * value) { ___s_Pool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_t041C3B40A620204F4ECA91259017C08619A2C01E : public RuntimeObject { public: public: }; struct CollectionPool_2_t041C3B40A620204F4ECA91259017C08619A2C01E_StaticFields { public: // UnityEngine.Pool.ObjectPool`1 UnityEngine.Pool.CollectionPool`2::s_Pool ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * ___s_Pool_0; public: inline static int32_t get_offset_of_s_Pool_0() { return static_cast(offsetof(CollectionPool_2_t041C3B40A620204F4ECA91259017C08619A2C01E_StaticFields, ___s_Pool_0)); } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * get_s_Pool_0() const { return ___s_Pool_0; } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB ** get_address_of_s_Pool_0() { return &___s_Pool_0; } inline void set_s_Pool_0(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * value) { ___s_Pool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_tF4349920132F24C41FBCFCAA0145F84AC3D128FD : public RuntimeObject { public: public: }; struct CollectionPool_2_tF4349920132F24C41FBCFCAA0145F84AC3D128FD_StaticFields { public: // UnityEngine.Pool.ObjectPool`1 UnityEngine.Pool.CollectionPool`2::s_Pool ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * ___s_Pool_0; public: inline static int32_t get_offset_of_s_Pool_0() { return static_cast(offsetof(CollectionPool_2_tF4349920132F24C41FBCFCAA0145F84AC3D128FD_StaticFields, ___s_Pool_0)); } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * get_s_Pool_0() const { return ___s_Pool_0; } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB ** get_address_of_s_Pool_0() { return &___s_Pool_0; } inline void set_s_Pool_0(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * value) { ___s_Pool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_t048178DBE2202E75A9639E278E46856DD1195604 : public RuntimeObject { public: public: }; struct CollectionPool_2_t048178DBE2202E75A9639E278E46856DD1195604_StaticFields { public: // UnityEngine.Pool.ObjectPool`1 UnityEngine.Pool.CollectionPool`2::s_Pool ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * ___s_Pool_0; public: inline static int32_t get_offset_of_s_Pool_0() { return static_cast(offsetof(CollectionPool_2_t048178DBE2202E75A9639E278E46856DD1195604_StaticFields, ___s_Pool_0)); } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * get_s_Pool_0() const { return ___s_Pool_0; } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB ** get_address_of_s_Pool_0() { return &___s_Pool_0; } inline void set_s_Pool_0(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * value) { ___s_Pool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_tB8BB102F28B1243FCDB02E2D8B03472D80CF38A5 : public RuntimeObject { public: public: }; struct CollectionPool_2_tB8BB102F28B1243FCDB02E2D8B03472D80CF38A5_StaticFields { public: // UnityEngine.Pool.ObjectPool`1 UnityEngine.Pool.CollectionPool`2::s_Pool ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * ___s_Pool_0; public: inline static int32_t get_offset_of_s_Pool_0() { return static_cast(offsetof(CollectionPool_2_tB8BB102F28B1243FCDB02E2D8B03472D80CF38A5_StaticFields, ___s_Pool_0)); } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * get_s_Pool_0() const { return ___s_Pool_0; } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB ** get_address_of_s_Pool_0() { return &___s_Pool_0; } inline void set_s_Pool_0(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * value) { ___s_Pool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_0), (void*)value); } }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_t1A6459BE26FD4033AA6B89687DF1FE6464FED771 : public RuntimeObject { public: public: }; struct CollectionPool_2_t1A6459BE26FD4033AA6B89687DF1FE6464FED771_StaticFields { public: // UnityEngine.Pool.ObjectPool`1 UnityEngine.Pool.CollectionPool`2::s_Pool ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * ___s_Pool_0; public: inline static int32_t get_offset_of_s_Pool_0() { return static_cast(offsetof(CollectionPool_2_t1A6459BE26FD4033AA6B89687DF1FE6464FED771_StaticFields, ___s_Pool_0)); } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * get_s_Pool_0() const { return ___s_Pool_0; } inline ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB ** get_address_of_s_Pool_0() { return &___s_Pool_0; } inline void set_s_Pool_0(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * value) { ___s_Pool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_0), (void*)value); } }; // Newtonsoft.Json.Utilities.CollectionWrapper`1 struct CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D : public RuntimeObject { public: // System.Collections.IList Newtonsoft.Json.Utilities.CollectionWrapper`1::_list RuntimeObject* ____list_0; // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Utilities.CollectionWrapper`1::_genericCollection RuntimeObject* ____genericCollection_1; // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::_syncRoot RuntimeObject * ____syncRoot_2; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D, ____list_0)); } inline RuntimeObject* get__list_0() const { return ____list_0; } inline RuntimeObject** get_address_of__list_0() { return &____list_0; } inline void set__list_0(RuntimeObject* value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } inline static int32_t get_offset_of__genericCollection_1() { return static_cast(offsetof(CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D, ____genericCollection_1)); } inline RuntimeObject* get__genericCollection_1() const { return ____genericCollection_1; } inline RuntimeObject** get_address_of__genericCollection_1() { return &____genericCollection_1; } inline void set__genericCollection_1(RuntimeObject* value) { ____genericCollection_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericCollection_1), (void*)value); } inline static int32_t get_offset_of__syncRoot_2() { return static_cast(offsetof(CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D, ____syncRoot_2)); } inline RuntimeObject * get__syncRoot_2() const { return ____syncRoot_2; } inline RuntimeObject ** get_address_of__syncRoot_2() { return &____syncRoot_2; } inline void set__syncRoot_2(RuntimeObject * value) { ____syncRoot_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_2), (void*)value); } }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 : public RuntimeObject { public: public: }; struct Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 : public RuntimeObject { public: public: }; struct Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF : public RuntimeObject { public: public: }; struct Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 : public RuntimeObject { public: public: }; struct Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 : public RuntimeObject { public: public: }; struct Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D : public RuntimeObject { public: public: }; struct Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B : public RuntimeObject { public: public: }; struct Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB : public RuntimeObject { public: public: }; struct Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 : public RuntimeObject { public: public: }; struct Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 : public RuntimeObject { public: public: }; struct Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C : public RuntimeObject { public: public: }; struct Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 : public RuntimeObject { public: public: }; struct Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 : public RuntimeObject { public: public: }; struct Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 : public RuntimeObject { public: public: }; // UnityEngine.Pool.ObjectPool`1 struct ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.Pool.ObjectPool`1::m_Stack Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * ___m_Stack_0; // System.Func`1 UnityEngine.Pool.ObjectPool`1::m_CreateFunc Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___m_CreateFunc_1; // System.Action`1 UnityEngine.Pool.ObjectPool`1::m_ActionOnGet Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___m_ActionOnGet_2; // System.Action`1 UnityEngine.Pool.ObjectPool`1::m_ActionOnRelease Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___m_ActionOnRelease_3; // System.Action`1 UnityEngine.Pool.ObjectPool`1::m_ActionOnDestroy Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___m_ActionOnDestroy_4; // System.Int32 UnityEngine.Pool.ObjectPool`1::m_MaxSize int32_t ___m_MaxSize_5; // System.Boolean UnityEngine.Pool.ObjectPool`1::m_CollectionCheck bool ___m_CollectionCheck_6; // System.Int32 UnityEngine.Pool.ObjectPool`1::k__BackingField int32_t ___U3CCountAllU3Ek__BackingField_7; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___m_Stack_0)); } inline Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Stack_0), (void*)value); } inline static int32_t get_offset_of_m_CreateFunc_1() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___m_CreateFunc_1)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_m_CreateFunc_1() const { return ___m_CreateFunc_1; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_m_CreateFunc_1() { return &___m_CreateFunc_1; } inline void set_m_CreateFunc_1(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___m_CreateFunc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CreateFunc_1), (void*)value); } inline static int32_t get_offset_of_m_ActionOnGet_2() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___m_ActionOnGet_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_m_ActionOnGet_2() const { return ___m_ActionOnGet_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_m_ActionOnGet_2() { return &___m_ActionOnGet_2; } inline void set_m_ActionOnGet_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___m_ActionOnGet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionOnGet_2), (void*)value); } inline static int32_t get_offset_of_m_ActionOnRelease_3() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___m_ActionOnRelease_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_m_ActionOnRelease_3() const { return ___m_ActionOnRelease_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_m_ActionOnRelease_3() { return &___m_ActionOnRelease_3; } inline void set_m_ActionOnRelease_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___m_ActionOnRelease_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionOnRelease_3), (void*)value); } inline static int32_t get_offset_of_m_ActionOnDestroy_4() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___m_ActionOnDestroy_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_m_ActionOnDestroy_4() const { return ___m_ActionOnDestroy_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_m_ActionOnDestroy_4() { return &___m_ActionOnDestroy_4; } inline void set_m_ActionOnDestroy_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___m_ActionOnDestroy_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionOnDestroy_4), (void*)value); } inline static int32_t get_offset_of_m_MaxSize_5() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___m_MaxSize_5)); } inline int32_t get_m_MaxSize_5() const { return ___m_MaxSize_5; } inline int32_t* get_address_of_m_MaxSize_5() { return &___m_MaxSize_5; } inline void set_m_MaxSize_5(int32_t value) { ___m_MaxSize_5 = value; } inline static int32_t get_offset_of_m_CollectionCheck_6() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___m_CollectionCheck_6)); } inline bool get_m_CollectionCheck_6() const { return ___m_CollectionCheck_6; } inline bool* get_address_of_m_CollectionCheck_6() { return &___m_CollectionCheck_6; } inline void set_m_CollectionCheck_6(bool value) { ___m_CollectionCheck_6 = value; } inline static int32_t get_offset_of_U3CCountAllU3Ek__BackingField_7() { return static_cast(offsetof(ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB, ___U3CCountAllU3Ek__BackingField_7)); } inline int32_t get_U3CCountAllU3Ek__BackingField_7() const { return ___U3CCountAllU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CCountAllU3Ek__BackingField_7() { return &___U3CCountAllU3Ek__BackingField_7; } inline void set_U3CCountAllU3Ek__BackingField_7(int32_t value) { ___U3CCountAllU3Ek__BackingField_7 = value; } }; // System.Pinnable`1 struct Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 : public RuntimeObject { public: // T System.Pinnable`1::Data int16_t ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777, ___Data_0)); } inline int16_t get_Data_0() const { return ___Data_0; } inline int16_t* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(int16_t value) { ___Data_0 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // SixLabors.ImageSharp.ImageFrame struct ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.ImageFrame::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_2; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata SixLabors.ImageSharp.ImageFrame::k__BackingField ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * ___U3CMetadataU3Ek__BackingField_3; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_1() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CWidthU3Ek__BackingField_1)); } inline int32_t get_U3CWidthU3Ek__BackingField_1() const { return ___U3CWidthU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_1() { return &___U3CWidthU3Ek__BackingField_1; } inline void set_U3CWidthU3Ek__BackingField_1(int32_t value) { ___U3CWidthU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_2() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CHeightU3Ek__BackingField_2)); } inline int32_t get_U3CHeightU3Ek__BackingField_2() const { return ___U3CHeightU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_2() { return &___U3CHeightU3Ek__BackingField_2; } inline void set_U3CHeightU3Ek__BackingField_2(int32_t value) { ___U3CHeightU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_3() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CMetadataU3Ek__BackingField_3)); } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * get_U3CMetadataU3Ek__BackingField_3() const { return ___U3CMetadataU3Ek__BackingField_3; } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E ** get_address_of_U3CMetadataU3Ek__BackingField_3() { return &___U3CMetadataU3Ek__BackingField_3; } inline void set_U3CMetadataU3Ek__BackingField_3(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * value) { ___U3CMetadataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_3), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection struct ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.ImageFrameCollection::isDisposed bool ___isDisposed_0; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A, ___isDisposed_0)); } inline bool get_isDisposed_0() const { return ___isDisposed_0; } inline bool* get_address_of_isDisposed_0() { return &___isDisposed_0; } inline void set_isDisposed_0(bool value) { ___isDisposed_0 = value; } }; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata struct ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 SixLabors.ImageSharp.Metadata.ImageFrameMetadata::formatMetadata Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B * ___formatMetadata_0; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile SixLabors.ImageSharp.Metadata.ImageFrameMetadata::k__BackingField ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * ___U3CExifProfileU3Ek__BackingField_1; // SixLabors.ImageSharp.Metadata.Profiles.Xmp.XmpProfile SixLabors.ImageSharp.Metadata.ImageFrameMetadata::k__BackingField XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 * ___U3CXmpProfileU3Ek__BackingField_2; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccProfile SixLabors.ImageSharp.Metadata.ImageFrameMetadata::k__BackingField IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 * ___U3CIccProfileU3Ek__BackingField_3; // SixLabors.ImageSharp.Metadata.Profiles.Iptc.IptcProfile SixLabors.ImageSharp.Metadata.ImageFrameMetadata::k__BackingField IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E * ___U3CIptcProfileU3Ek__BackingField_4; public: inline static int32_t get_offset_of_formatMetadata_0() { return static_cast(offsetof(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E, ___formatMetadata_0)); } inline Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B * get_formatMetadata_0() const { return ___formatMetadata_0; } inline Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B ** get_address_of_formatMetadata_0() { return &___formatMetadata_0; } inline void set_formatMetadata_0(Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B * value) { ___formatMetadata_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___formatMetadata_0), (void*)value); } inline static int32_t get_offset_of_U3CExifProfileU3Ek__BackingField_1() { return static_cast(offsetof(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E, ___U3CExifProfileU3Ek__BackingField_1)); } inline ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * get_U3CExifProfileU3Ek__BackingField_1() const { return ___U3CExifProfileU3Ek__BackingField_1; } inline ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 ** get_address_of_U3CExifProfileU3Ek__BackingField_1() { return &___U3CExifProfileU3Ek__BackingField_1; } inline void set_U3CExifProfileU3Ek__BackingField_1(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * value) { ___U3CExifProfileU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExifProfileU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CXmpProfileU3Ek__BackingField_2() { return static_cast(offsetof(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E, ___U3CXmpProfileU3Ek__BackingField_2)); } inline XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 * get_U3CXmpProfileU3Ek__BackingField_2() const { return ___U3CXmpProfileU3Ek__BackingField_2; } inline XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 ** get_address_of_U3CXmpProfileU3Ek__BackingField_2() { return &___U3CXmpProfileU3Ek__BackingField_2; } inline void set_U3CXmpProfileU3Ek__BackingField_2(XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 * value) { ___U3CXmpProfileU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CXmpProfileU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CIccProfileU3Ek__BackingField_3() { return static_cast(offsetof(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E, ___U3CIccProfileU3Ek__BackingField_3)); } inline IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 * get_U3CIccProfileU3Ek__BackingField_3() const { return ___U3CIccProfileU3Ek__BackingField_3; } inline IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 ** get_address_of_U3CIccProfileU3Ek__BackingField_3() { return &___U3CIccProfileU3Ek__BackingField_3; } inline void set_U3CIccProfileU3Ek__BackingField_3(IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 * value) { ___U3CIccProfileU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIccProfileU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CIptcProfileU3Ek__BackingField_4() { return static_cast(offsetof(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E, ___U3CIptcProfileU3Ek__BackingField_4)); } inline IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E * get_U3CIptcProfileU3Ek__BackingField_4() const { return ___U3CIptcProfileU3Ek__BackingField_4; } inline IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E ** get_address_of_U3CIptcProfileU3Ek__BackingField_4() { return &___U3CIptcProfileU3Ek__BackingField_4; } inline void set_U3CIptcProfileU3Ek__BackingField_4(IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E * value) { ___U3CIptcProfileU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIptcProfileU3Ek__BackingField_4), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 : public RuntimeObject { public: public: }; struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Memory.MemoryAllocator::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CDefaultU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_0() { return static_cast(offsetof(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields, ___U3CDefaultU3Ek__BackingField_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CDefaultU3Ek__BackingField_0() const { return ___U3CDefaultU3Ek__BackingField_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CDefaultU3Ek__BackingField_0() { return &___U3CDefaultU3Ek__BackingField_0; } inline void set_U3CDefaultU3Ek__BackingField_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CDefaultU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2, ___parent_2)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_parent_2() const { return ___parent_2; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A, ___parent_2)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_parent_2() const { return ___parent_2; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12, ___parent_2)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_parent_2() const { return ___parent_2; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0, ___parent_2)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_parent_2() const { return ___parent_2; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A, ___parent_2)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_parent_2() const { return ___parent_2; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650, ___parent_2)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_parent_2() const { return ___parent_2; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783, ___parent_2)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_parent_2() const { return ___parent_2; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850, ___parent_2)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_parent_2() const { return ___parent_2; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA, ___parent_2)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_parent_2() const { return ___parent_2; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5, ___parent_2)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_parent_2() const { return ___parent_2; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA, ___parent_2)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_parent_2() const { return ___parent_2; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411, ___parent_2)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_parent_2() const { return ___parent_2; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228, ___parent_2)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_parent_2() const { return ___parent_2; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C, ___parent_2)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_parent_2() const { return ___parent_2; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6, ___parent_2)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_parent_2() const { return ___parent_2; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4, ___parent_2)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_parent_2() const { return ___parent_2; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85, ___parent_2)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_parent_2() const { return ___parent_2; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00, ___parent_2)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_parent_2() const { return ___parent_2; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F, ___parent_2)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_parent_2() const { return ___parent_2; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED, ___parent_2)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_parent_2() const { return ___parent_2; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058, ___parent_2)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_parent_2() const { return ___parent_2; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87, ___parent_2)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_parent_2() const { return ___parent_2; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890, ___parent_2)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_parent_2() const { return ___parent_2; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091, ___parent_2)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_parent_2() const { return ___parent_2; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB, ___parent_2)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_parent_2() const { return ___parent_2; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0, ___parent_2)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_parent_2() const { return ___parent_2; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728, ___parent_2)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_parent_2() const { return ___parent_2; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4, ___parent_2)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_parent_2() const { return ___parent_2; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Memory`1 struct Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tC253AB6F61278B662ACE3A987507FB1D0354DD0A : public Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tD677301F12E712BC4581CBA745E1DBDA0EE44ACC : public Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_t4F893CD5D99A856A3E87D65C04D122AF0123DDD7 : public Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tA191B182FA8E89CECF9BD30BD8A3FAC8B45F057C : public Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tB00EC4A37DAAE75D9F09208366676BEFEAB36626 : public Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tDB129D70BDEF069FD720816D343F70B31FC762A5 : public Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_t5335B94BC5ECFB6AE44083E5F7AA049C319B2E6E : public Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tA8B60F68D30306DAE92F60038482B361CB8F5A6A : public Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB { public: public: }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_t64CCCF9E4DBDD889510CD966F64E7E5BD7DF346A : public Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 { public: public: }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t773F767E932D6A61C0BB65707371B468D85D6B1F : public Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 { public: public: }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tBC8E48369FF389542710ADCEB5DF65C9CF728C7F : public Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C { public: public: }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t991EB0F01F558038AD42C2A3E655CD11D8ADB15F : public Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 { public: public: }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tEE53C9B3C2B2C5A43BC4EFECA46B93076933A7A6 : public Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 { public: public: }; // System.ValueTuple`2 struct ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 int32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 { public: // T1 System.ValueTuple`2::Item1 int64_t ___Item1_0; // T2 System.ValueTuple`2::Item2 uint32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653, ___Item1_0)); } inline int64_t get_Item1_0() const { return ___Item1_0; } inline int64_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int64_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653, ___Item2_1)); } inline uint32_t get_Item2_1() const { return ___Item2_1; } inline uint32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(uint32_t value) { ___Item2_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D { public: // System.Numerics.Vector4[] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Parameters Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___Parameters_0; // SixLabors.ImageSharp.Complex64[][] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Kernels Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; public: inline static int32_t get_offset_of_Parameters_0() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Parameters_0)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_Parameters_0() const { return ___Parameters_0; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_Parameters_0() { return &___Parameters_0; } inline void set_Parameters_0(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* value) { ___Parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Parameters_0), (void*)value); } inline static int32_t get_offset_of_Kernels_1() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Kernels_1)); } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* get_Kernels_1() const { return ___Kernels_1; } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C** get_address_of_Kernels_1() { return &___Kernels_1; } inline void set_Kernels_1(Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* value) { ___Kernels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Kernels_1), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_pinvoke { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_com { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters struct BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Radius int32_t ___Radius_0; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Components int32_t ___Components_1; public: inline static int32_t get_offset_of_Radius_0() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Radius_0)); } inline int32_t get_Radius_0() const { return ___Radius_0; } inline int32_t* get_address_of_Radius_0() { return &___Radius_0; } inline void set_Radius_0(int32_t value) { ___Radius_0 = value; } inline static int32_t get_offset_of_Components_1() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Components_1)); } inline int32_t get_Components_1() const { return ___Components_1; } inline int32_t* get_address_of_Components_1() { return &___Components_1; } inline void set_Components_1(int32_t value) { ___Components_1 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // UnityEngine.PropertyName struct PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 { public: // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } }; // SixLabors.ImageSharp.Rectangle struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 { public: // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CXU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CYU3Ek__BackingField_2; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CXU3Ek__BackingField_1() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CXU3Ek__BackingField_1)); } inline int32_t get_U3CXU3Ek__BackingField_1() const { return ___U3CXU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CXU3Ek__BackingField_1() { return &___U3CXU3Ek__BackingField_1; } inline void set_U3CXU3Ek__BackingField_1(int32_t value) { ___U3CXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CYU3Ek__BackingField_2() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CYU3Ek__BackingField_2)); } inline int32_t get_U3CYU3Ek__BackingField_2() const { return ___U3CYU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CYU3Ek__BackingField_2() { return &___U3CYU3Ek__BackingField_2; } inline void set_U3CYU3Ek__BackingField_2(int32_t value) { ___U3CYU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_3() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CWidthU3Ek__BackingField_3)); } inline int32_t get_U3CWidthU3Ek__BackingField_3() const { return ___U3CWidthU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_3() { return &___U3CWidthU3Ek__BackingField_3; } inline void set_U3CWidthU3Ek__BackingField_3(int32_t value) { ___U3CWidthU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_4() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CHeightU3Ek__BackingField_4)); } inline int32_t get_U3CHeightU3Ek__BackingField_4() const { return ___U3CHeightU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_4() { return &___U3CHeightU3Ek__BackingField_4; } inline void set_U3CHeightU3Ek__BackingField_4(int32_t value) { ___U3CHeightU3Ek__BackingField_4 = value; } }; struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Empty Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields, ___Empty_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_Empty_0() const { return ___Empty_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___Empty_0 = value; } }; // SixLabors.ImageSharp.Size struct Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E { public: // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // System.Numerics.Vector4 struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 { public: // System.Single System.Numerics.Vector4::X float ___X_0; // System.Single System.Numerics.Vector4::Y float ___Y_1; // System.Single System.Numerics.Vector4::Z float ___Z_2; // System.Single System.Numerics.Vector4::W float ___W_3; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } inline static int32_t get_offset_of_Z_2() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Z_2)); } inline float get_Z_2() const { return ___Z_2; } inline float* get_address_of_Z_2() { return &___Z_2; } inline void set_Z_2(float value) { ___Z_2 = value; } inline static int32_t get_offset_of_W_3() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___W_3)); } inline float get_W_3() const { return ___W_3; } inline float* get_address_of_W_3() { return &___W_3; } inline void set_W_3(float value) { ___W_3 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___key_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_key_0() const { return ___key_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B { public: // TKey System.Collections.Generic.KeyValuePair`2::key PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B, ___key_0)); } inline PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 get_key_0() const { return ___key_0; } inline PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tC5236B10EB044399DFAD345DFC548EF5C3E3E3C6 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tC5236B10EB044399DFAD345DFC548EF5C3E3E3C6_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tC5236B10EB044399DFAD345DFC548EF5C3E3E3C6_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tC5236B10EB044399DFAD345DFC548EF5C3E3E3C6_StaticFields, ___EmptyArray_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tC5236B10EB044399DFAD345DFC548EF5C3E3E3C6_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.Span`1 struct Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D, ____pinnable_0)); } inline Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // SixLabors.ImageSharp.Memory.AllocationOptions struct AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5 { public: // System.Int32 SixLabors.ImageSharp.Memory.AllocationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 { public: // System.Byte[] BestHTTP.Extensions.BufferDesc::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_1; // System.DateTime BestHTTP.Extensions.BufferDesc::released DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; public: inline static int32_t get_offset_of_buffer_1() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9, ___buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_1() const { return ___buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_1() { return &___buffer_1; } inline void set_buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_1), (void*)value); } inline static int32_t get_offset_of_released_2() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9, ___released_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_released_2() const { return ___released_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_released_2() { return &___released_2; } inline void set_released_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___released_2 = value; } }; struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_StaticFields { public: // BestHTTP.Extensions.BufferDesc BestHTTP.Extensions.BufferDesc::Empty BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_StaticFields, ___Empty_0)); } inline BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 get_Empty_0() const { return ___Empty_0; } inline BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Empty_0))->___buffer_1), (void*)NULL); } }; // Native definition for P/Invoke marshalling of BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___buffer_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; }; // Native definition for COM marshalling of BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_com { Il2CppSafeArray/*NONE*/* ___buffer_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // 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.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E : public RuntimeObject { public: // System.IntPtr UnityEngine.Event::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields { public: // UnityEngine.Event UnityEngine.Event::s_Current Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___s_Current_1; // UnityEngine.Event UnityEngine.Event::s_MasterEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___s_MasterEvent_2; public: inline static int32_t get_offset_of_s_Current_1() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields, ___s_Current_1)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_s_Current_1() const { return ___s_Current_1; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_s_Current_1() { return &___s_Current_1; } inline void set_s_Current_1(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___s_Current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Current_1), (void*)value); } inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields, ___s_MasterEvent_2)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; } inline void set_s_MasterEvent_2(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___s_MasterEvent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_MasterEvent_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Exception struct Exception_t : public RuntimeObject { public: // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.ExceptionArgument struct ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F { public: // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ExceptionArgument struct ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737 { public: // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ExceptionResource struct ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA { public: // System.Int32 System.ExceptionResource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Image::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Image::size Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___size_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Image::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_2; // SixLabors.ImageSharp.Formats.PixelTypeInfo SixLabors.ImageSharp.Image::k__BackingField PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * ___U3CPixelTypeU3Ek__BackingField_3; // SixLabors.ImageSharp.Metadata.ImageMetadata SixLabors.ImageSharp.Image::k__BackingField ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * ___U3CMetadataU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___isDisposed_0)); } inline bool get_isDisposed_0() const { return ___isDisposed_0; } inline bool* get_address_of_isDisposed_0() { return &___isDisposed_0; } inline void set_isDisposed_0(bool value) { ___isDisposed_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___size_1)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_size_1() const { return ___size_1; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_size_1() { return &___size_1; } inline void set_size_1(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___size_1 = value; } inline static int32_t get_offset_of_configuration_2() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___configuration_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_2() const { return ___configuration_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_2() { return &___configuration_2; } inline void set_configuration_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_2), (void*)value); } inline static int32_t get_offset_of_U3CPixelTypeU3Ek__BackingField_3() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CPixelTypeU3Ek__BackingField_3)); } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * get_U3CPixelTypeU3Ek__BackingField_3() const { return ___U3CPixelTypeU3Ek__BackingField_3; } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E ** get_address_of_U3CPixelTypeU3Ek__BackingField_3() { return &___U3CPixelTypeU3Ek__BackingField_3; } inline void set_U3CPixelTypeU3Ek__BackingField_3(PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * value) { ___U3CPixelTypeU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelTypeU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_4() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CMetadataU3Ek__BackingField_4)); } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * get_U3CMetadataU3Ek__BackingField_4() const { return ___U3CMetadataU3Ek__BackingField_4; } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA ** get_address_of_U3CMetadataU3Ek__BackingField_4() { return &___U3CMetadataU3Ek__BackingField_4; } inline void set_U3CMetadataU3Ek__BackingField_4(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * value) { ___U3CMetadataU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_4), (void*)value); } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.MemoryExtensions struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40 : public RuntimeObject { public: public: }; struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields { public: // System.IntPtr System.MemoryExtensions::StringAdjustment intptr_t ___StringAdjustment_0; public: inline static int32_t get_offset_of_StringAdjustment_0() { return static_cast(offsetof(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields, ___StringAdjustment_0)); } inline intptr_t get_StringAdjustment_0() const { return ___StringAdjustment_0; } inline intptr_t* get_address_of_StringAdjustment_0() { return &___StringAdjustment_0; } inline void set_StringAdjustment_0(intptr_t value) { ___StringAdjustment_0 = value; } }; // System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C { public: // System.Void* System.Buffers.MemoryHandle::_pointer void* ____pointer_0; // System.Runtime.InteropServices.GCHandle System.Buffers.MemoryHandle::_handle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; // System.Buffers.IPinnable System.Buffers.MemoryHandle::_pinnable RuntimeObject* ____pinnable_2; public: inline static int32_t get_offset_of__pointer_0() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____pointer_0)); } inline void* get__pointer_0() const { return ____pointer_0; } inline void** get_address_of__pointer_0() { return &____pointer_0; } inline void set__pointer_0(void* value) { ____pointer_0 = value; } inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____handle_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get__handle_1() const { return ____handle_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ____handle_1 = value; } inline static int32_t get_offset_of__pinnable_2() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____pinnable_2)); } inline RuntimeObject* get__pinnable_2() const { return ____pinnable_2; } inline RuntimeObject** get_address_of__pinnable_2() { return &____pinnable_2; } inline void set__pinnable_2(RuntimeObject* value) { ____pinnable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_pinvoke { void* ____pointer_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; RuntimeObject* ____pinnable_2; }; // Native definition for COM marshalling of System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_com { void* ____pointer_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; RuntimeObject* ____pinnable_2; }; // SixLabors.ImageSharp.Metadata.PixelResolutionUnit struct PixelResolutionUnit_t01E0578A44AB679E59F353342D2340A6721D30C4 { public: // System.Byte SixLabors.ImageSharp.Metadata.PixelResolutionUnit::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PixelResolutionUnit_t01E0578A44AB679E59F353342D2340A6721D30C4, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.PropagationPhase struct PropagationPhase_tDAF453F45C8A7EC36F0ADFDF89D406305FBFAFB8 { public: // System.Int32 UnityEngine.UIElements.PropagationPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PropagationPhase_tDAF453F45C8A7EC36F0ADFDF89D406305FBFAFB8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.ReadOrigin struct ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8 { public: // System.Int32 SixLabors.ImageSharp.ReadOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba32 struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::R uint8_t ___R_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::B uint8_t ___B_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___R_0)); } inline uint8_t get_R_0() const { return ___R_0; } inline uint8_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint8_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___B_2)); } inline uint8_t get_B_2() const { return ___B_2; } inline uint8_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint8_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // UnityEngine.UIElements.EventBase/EventPropagation struct EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0 { public: // System.Int32 UnityEngine.UIElements.EventBase/EventPropagation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.EventBase/LifeCycleStatus struct LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F { public: // System.Int32 UnityEngine.UIElements.EventBase/LifeCycleStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache struct ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B { public: // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tableHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___tableHandle_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::table RuntimeObject* ___table_1; // System.Int16* SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::tablePointer int16_t* ___tablePointer_2; public: inline static int32_t get_offset_of_tableHandle_0() { return static_cast(offsetof(ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B, ___tableHandle_0)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_tableHandle_0() const { return ___tableHandle_0; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_tableHandle_0() { return &___tableHandle_0; } inline void set_tableHandle_0(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___tableHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___tableHandle_0))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } inline static int32_t get_offset_of_tablePointer_2() { return static_cast(offsetof(ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B, ___tablePointer_2)); } inline int16_t* get_tablePointer_2() const { return ___tablePointer_2; } inline int16_t** get_address_of_tablePointer_2() { return &___tablePointer_2; } inline void set_tablePointer_2(int16_t* value) { ___tablePointer_2 = value; } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1, ___frames_5)); } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D, ___frames_5)); } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438, ___frames_5)); } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5, ___frames_5)); } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1, ___frames_5)); } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C, ___frames_5)); } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1, ___frames_5)); } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA, ___frames_5)); } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364, ___frames_5)); } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0, ___frames_5)); } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E, ___frames_5)); } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296, ___frames_5)); } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376, ___frames_5)); } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64, ___frames_5)); } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854, ___frames_5)); } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E, ___frames_5)); } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD, ___frames_5)); } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902, ___frames_5)); } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35, ___frames_5)); } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E, ___frames_5)); } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B, ___frames_5)); } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F, ___frames_5)); } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227, ___frames_5)); } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E, ___frames_5)); } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0, ___frames_5)); } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535, ___frames_5)); } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7, ___frames_5)); } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3, ___frames_5)); } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // System.ValueTuple`4 struct ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC { public: // T1 System.ValueTuple`4::Item1 uint64_t ___Item1_0; // T2 System.ValueTuple`4::Item2 int32_t ___Item2_1; // T3 System.ValueTuple`4::Item3 uint64_t ___Item3_2; // T4 System.ValueTuple`4::Item4 RuntimeObject * ___Item4_3; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item1_0)); } inline uint64_t get_Item1_0() const { return ___Item1_0; } inline uint64_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(uint64_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item3_2)); } inline uint64_t get_Item3_2() const { return ___Item3_2; } inline uint64_t* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(uint64_t value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC, ___Item4_3)); } inline RuntimeObject * get_Item4_3() const { return ___Item4_3; } inline RuntimeObject ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(RuntimeObject * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } }; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Configuration::streamProcessingBufferSize int32_t ___streamProcessingBufferSize_1; // System.Int32 SixLabors.ImageSharp.Configuration::maxDegreeOfParallelism int32_t ___maxDegreeOfParallelism_2; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Configuration::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_3; // System.Boolean SixLabors.ImageSharp.Configuration::k__BackingField bool ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_6; // SixLabors.ImageSharp.ReadOrigin SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CReadOriginU3Ek__BackingField_7; // SixLabors.ImageSharp.Formats.ImageFormatManager SixLabors.ImageSharp.Configuration::k__BackingField ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * ___U3CImageFormatsManagerU3Ek__BackingField_8; // SixLabors.ImageSharp.IO.IFileSystem SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CFileSystemU3Ek__BackingField_9; // System.Int32 SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CImageOperationsProviderU3Ek__BackingField_11; public: inline static int32_t get_offset_of_streamProcessingBufferSize_1() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___streamProcessingBufferSize_1)); } inline int32_t get_streamProcessingBufferSize_1() const { return ___streamProcessingBufferSize_1; } inline int32_t* get_address_of_streamProcessingBufferSize_1() { return &___streamProcessingBufferSize_1; } inline void set_streamProcessingBufferSize_1(int32_t value) { ___streamProcessingBufferSize_1 = value; } inline static int32_t get_offset_of_maxDegreeOfParallelism_2() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___maxDegreeOfParallelism_2)); } inline int32_t get_maxDegreeOfParallelism_2() const { return ___maxDegreeOfParallelism_2; } inline int32_t* get_address_of_maxDegreeOfParallelism_2() { return &___maxDegreeOfParallelism_2; } inline void set_maxDegreeOfParallelism_2(int32_t value) { ___maxDegreeOfParallelism_2 = value; } inline static int32_t get_offset_of_memoryAllocator_3() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___memoryAllocator_3)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_3() const { return ___memoryAllocator_3; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_3() { return &___memoryAllocator_3; } inline void set_memoryAllocator_3(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_3), (void*)value); } inline static int32_t get_offset_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5)); } inline bool get_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() const { return ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline bool* get_address_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return &___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline void set_U3CPreferContiguousImageBuffersU3Ek__BackingField_5(bool value) { ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_6() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPropertiesU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_6() const { return ___U3CPropertiesU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_6() { return &___U3CPropertiesU3Ek__BackingField_6; } inline void set_U3CPropertiesU3Ek__BackingField_6(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CReadOriginU3Ek__BackingField_7() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CReadOriginU3Ek__BackingField_7)); } inline int32_t get_U3CReadOriginU3Ek__BackingField_7() const { return ___U3CReadOriginU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CReadOriginU3Ek__BackingField_7() { return &___U3CReadOriginU3Ek__BackingField_7; } inline void set_U3CReadOriginU3Ek__BackingField_7(int32_t value) { ___U3CReadOriginU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageFormatsManagerU3Ek__BackingField_8)); } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * get_U3CImageFormatsManagerU3Ek__BackingField_8() const { return ___U3CImageFormatsManagerU3Ek__BackingField_8; } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 ** get_address_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return &___U3CImageFormatsManagerU3Ek__BackingField_8; } inline void set_U3CImageFormatsManagerU3Ek__BackingField_8(ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * value) { ___U3CImageFormatsManagerU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageFormatsManagerU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CFileSystemU3Ek__BackingField_9() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CFileSystemU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CFileSystemU3Ek__BackingField_9() const { return ___U3CFileSystemU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CFileSystemU3Ek__BackingField_9() { return &___U3CFileSystemU3Ek__BackingField_9; } inline void set_U3CFileSystemU3Ek__BackingField_9(RuntimeObject* value) { ___U3CFileSystemU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileSystemU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10)); } inline int32_t get_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() const { return ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return &___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline void set_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10(int32_t value) { ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageOperationsProviderU3Ek__BackingField_11)); } inline RuntimeObject* get_U3CImageOperationsProviderU3Ek__BackingField_11() const { return ___U3CImageOperationsProviderU3Ek__BackingField_11; } inline RuntimeObject** get_address_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return &___U3CImageOperationsProviderU3Ek__BackingField_11; } inline void set_U3CImageOperationsProviderU3Ek__BackingField_11(RuntimeObject* value) { ___U3CImageOperationsProviderU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageOperationsProviderU3Ek__BackingField_11), (void*)value); } }; struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.Configuration::Lazy Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * ___Lazy_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Configuration::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CDefaultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_Lazy_0() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___Lazy_0)); } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * get_Lazy_0() const { return ___Lazy_0; } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E ** get_address_of_Lazy_0() { return &___Lazy_0; } inline void set_Lazy_0(Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * value) { ___Lazy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Lazy_0), (void*)value); } inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_4() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___U3CDefaultU3Ek__BackingField_4)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CDefaultU3Ek__BackingField_4() const { return ___U3CDefaultU3Ek__BackingField_4; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CDefaultU3Ek__BackingField_4() { return &___U3CDefaultU3Ek__BackingField_4; } inline void set_U3CDefaultU3Ek__BackingField_4(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CDefaultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_4), (void*)value); } }; // UnityEngine.UIElements.EventBase struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 : public RuntimeObject { public: // System.Int64 UnityEngine.UIElements.EventBase::k__BackingField int64_t ___U3CtimestampU3Ek__BackingField_2; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CeventIdU3Ek__BackingField_3; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CtriggerEventIdU3Ek__BackingField_4; // UnityEngine.UIElements.EventBase/EventPropagation UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationU3Ek__BackingField_5; // UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.EventBase::m_Path PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * ___m_Path_6; // UnityEngine.UIElements.EventBase/LifeCycleStatus UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3ClifeCycleStatusU3Ek__BackingField_7; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::k__BackingField RuntimeObject* ___U3CleafTargetU3Ek__BackingField_8; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_Target RuntimeObject* ___m_Target_9; // System.Collections.Generic.List`1 UnityEngine.UIElements.EventBase::k__BackingField List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * ___U3CskipElementsU3Ek__BackingField_10; // UnityEngine.UIElements.PropagationPhase UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationPhaseU3Ek__BackingField_11; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_CurrentTarget RuntimeObject* ___m_CurrentTarget_12; // UnityEngine.Event UnityEngine.UIElements.EventBase::m_ImguiEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ImguiEvent_13; // UnityEngine.Vector2 UnityEngine.UIElements.EventBase::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CoriginalMousePositionU3Ek__BackingField_14; public: inline static int32_t get_offset_of_U3CtimestampU3Ek__BackingField_2() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CtimestampU3Ek__BackingField_2)); } inline int64_t get_U3CtimestampU3Ek__BackingField_2() const { return ___U3CtimestampU3Ek__BackingField_2; } inline int64_t* get_address_of_U3CtimestampU3Ek__BackingField_2() { return &___U3CtimestampU3Ek__BackingField_2; } inline void set_U3CtimestampU3Ek__BackingField_2(int64_t value) { ___U3CtimestampU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CeventIdU3Ek__BackingField_3() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CeventIdU3Ek__BackingField_3)); } inline uint64_t get_U3CeventIdU3Ek__BackingField_3() const { return ___U3CeventIdU3Ek__BackingField_3; } inline uint64_t* get_address_of_U3CeventIdU3Ek__BackingField_3() { return &___U3CeventIdU3Ek__BackingField_3; } inline void set_U3CeventIdU3Ek__BackingField_3(uint64_t value) { ___U3CeventIdU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CtriggerEventIdU3Ek__BackingField_4() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CtriggerEventIdU3Ek__BackingField_4)); } inline uint64_t get_U3CtriggerEventIdU3Ek__BackingField_4() const { return ___U3CtriggerEventIdU3Ek__BackingField_4; } inline uint64_t* get_address_of_U3CtriggerEventIdU3Ek__BackingField_4() { return &___U3CtriggerEventIdU3Ek__BackingField_4; } inline void set_U3CtriggerEventIdU3Ek__BackingField_4(uint64_t value) { ___U3CtriggerEventIdU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CpropagationU3Ek__BackingField_5() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CpropagationU3Ek__BackingField_5)); } inline int32_t get_U3CpropagationU3Ek__BackingField_5() const { return ___U3CpropagationU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CpropagationU3Ek__BackingField_5() { return &___U3CpropagationU3Ek__BackingField_5; } inline void set_U3CpropagationU3Ek__BackingField_5(int32_t value) { ___U3CpropagationU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_Path_6() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_Path_6)); } inline PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * get_m_Path_6() const { return ___m_Path_6; } inline PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 ** get_address_of_m_Path_6() { return &___m_Path_6; } inline void set_m_Path_6(PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * value) { ___m_Path_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_6), (void*)value); } inline static int32_t get_offset_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3ClifeCycleStatusU3Ek__BackingField_7)); } inline int32_t get_U3ClifeCycleStatusU3Ek__BackingField_7() const { return ___U3ClifeCycleStatusU3Ek__BackingField_7; } inline int32_t* get_address_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return &___U3ClifeCycleStatusU3Ek__BackingField_7; } inline void set_U3ClifeCycleStatusU3Ek__BackingField_7(int32_t value) { ___U3ClifeCycleStatusU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CleafTargetU3Ek__BackingField_8() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CleafTargetU3Ek__BackingField_8)); } inline RuntimeObject* get_U3CleafTargetU3Ek__BackingField_8() const { return ___U3CleafTargetU3Ek__BackingField_8; } inline RuntimeObject** get_address_of_U3CleafTargetU3Ek__BackingField_8() { return &___U3CleafTargetU3Ek__BackingField_8; } inline void set_U3CleafTargetU3Ek__BackingField_8(RuntimeObject* value) { ___U3CleafTargetU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CleafTargetU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_m_Target_9() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_Target_9)); } inline RuntimeObject* get_m_Target_9() const { return ___m_Target_9; } inline RuntimeObject** get_address_of_m_Target_9() { return &___m_Target_9; } inline void set_m_Target_9(RuntimeObject* value) { ___m_Target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_9), (void*)value); } inline static int32_t get_offset_of_U3CskipElementsU3Ek__BackingField_10() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CskipElementsU3Ek__BackingField_10)); } inline List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * get_U3CskipElementsU3Ek__BackingField_10() const { return ___U3CskipElementsU3Ek__BackingField_10; } inline List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 ** get_address_of_U3CskipElementsU3Ek__BackingField_10() { return &___U3CskipElementsU3Ek__BackingField_10; } inline void set_U3CskipElementsU3Ek__BackingField_10(List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * value) { ___U3CskipElementsU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CskipElementsU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CpropagationPhaseU3Ek__BackingField_11() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CpropagationPhaseU3Ek__BackingField_11)); } inline int32_t get_U3CpropagationPhaseU3Ek__BackingField_11() const { return ___U3CpropagationPhaseU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CpropagationPhaseU3Ek__BackingField_11() { return &___U3CpropagationPhaseU3Ek__BackingField_11; } inline void set_U3CpropagationPhaseU3Ek__BackingField_11(int32_t value) { ___U3CpropagationPhaseU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_CurrentTarget_12() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_CurrentTarget_12)); } inline RuntimeObject* get_m_CurrentTarget_12() const { return ___m_CurrentTarget_12; } inline RuntimeObject** get_address_of_m_CurrentTarget_12() { return &___m_CurrentTarget_12; } inline void set_m_CurrentTarget_12(RuntimeObject* value) { ___m_CurrentTarget_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentTarget_12), (void*)value); } inline static int32_t get_offset_of_m_ImguiEvent_13() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_ImguiEvent_13)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ImguiEvent_13() const { return ___m_ImguiEvent_13; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ImguiEvent_13() { return &___m_ImguiEvent_13; } inline void set_m_ImguiEvent_13(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ImguiEvent_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ImguiEvent_13), (void*)value); } inline static int32_t get_offset_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CoriginalMousePositionU3Ek__BackingField_14)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CoriginalMousePositionU3Ek__BackingField_14() const { return ___U3CoriginalMousePositionU3Ek__BackingField_14; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return &___U3CoriginalMousePositionU3Ek__BackingField_14; } inline void set_U3CoriginalMousePositionU3Ek__BackingField_14(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CoriginalMousePositionU3Ek__BackingField_14 = value; } }; struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase::s_LastTypeId int64_t ___s_LastTypeId_0; // System.UInt64 UnityEngine.UIElements.EventBase::s_NextEventId uint64_t ___s_NextEventId_1; public: inline static int32_t get_offset_of_s_LastTypeId_0() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields, ___s_LastTypeId_0)); } inline int64_t get_s_LastTypeId_0() const { return ___s_LastTypeId_0; } inline int64_t* get_address_of_s_LastTypeId_0() { return &___s_LastTypeId_0; } inline void set_s_LastTypeId_0(int64_t value) { ___s_LastTypeId_0 = value; } inline static int32_t get_offset_of_s_NextEventId_1() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields, ___s_NextEventId_1)); } inline uint64_t get_s_NextEventId_1() const { return ___s_NextEventId_1; } inline uint64_t* get_address_of_s_NextEventId_1() { return &___s_NextEventId_1; } inline void set_s_NextEventId_1(uint64_t value) { ___s_NextEventId_1 = value; } }; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 SixLabors.ImageSharp.Metadata.ImageMetadata::formatMetadata Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B * ___formatMetadata_0; // System.Double SixLabors.ImageSharp.Metadata.ImageMetadata::horizontalResolution double ___horizontalResolution_1; // System.Double SixLabors.ImageSharp.Metadata.ImageMetadata::verticalResolution double ___verticalResolution_2; // SixLabors.ImageSharp.Metadata.PixelResolutionUnit SixLabors.ImageSharp.Metadata.ImageMetadata::k__BackingField uint8_t ___U3CResolutionUnitsU3Ek__BackingField_3; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile SixLabors.ImageSharp.Metadata.ImageMetadata::k__BackingField ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * ___U3CExifProfileU3Ek__BackingField_4; // SixLabors.ImageSharp.Metadata.Profiles.Xmp.XmpProfile SixLabors.ImageSharp.Metadata.ImageMetadata::k__BackingField XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 * ___U3CXmpProfileU3Ek__BackingField_5; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccProfile SixLabors.ImageSharp.Metadata.ImageMetadata::k__BackingField IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 * ___U3CIccProfileU3Ek__BackingField_6; // SixLabors.ImageSharp.Metadata.Profiles.Iptc.IptcProfile SixLabors.ImageSharp.Metadata.ImageMetadata::k__BackingField IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E * ___U3CIptcProfileU3Ek__BackingField_7; public: inline static int32_t get_offset_of_formatMetadata_0() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___formatMetadata_0)); } inline Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B * get_formatMetadata_0() const { return ___formatMetadata_0; } inline Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B ** get_address_of_formatMetadata_0() { return &___formatMetadata_0; } inline void set_formatMetadata_0(Dictionary_2_t7F40CEE1640EAF652AB9D854A5F212D594DDA70B * value) { ___formatMetadata_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___formatMetadata_0), (void*)value); } inline static int32_t get_offset_of_horizontalResolution_1() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___horizontalResolution_1)); } inline double get_horizontalResolution_1() const { return ___horizontalResolution_1; } inline double* get_address_of_horizontalResolution_1() { return &___horizontalResolution_1; } inline void set_horizontalResolution_1(double value) { ___horizontalResolution_1 = value; } inline static int32_t get_offset_of_verticalResolution_2() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___verticalResolution_2)); } inline double get_verticalResolution_2() const { return ___verticalResolution_2; } inline double* get_address_of_verticalResolution_2() { return &___verticalResolution_2; } inline void set_verticalResolution_2(double value) { ___verticalResolution_2 = value; } inline static int32_t get_offset_of_U3CResolutionUnitsU3Ek__BackingField_3() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___U3CResolutionUnitsU3Ek__BackingField_3)); } inline uint8_t get_U3CResolutionUnitsU3Ek__BackingField_3() const { return ___U3CResolutionUnitsU3Ek__BackingField_3; } inline uint8_t* get_address_of_U3CResolutionUnitsU3Ek__BackingField_3() { return &___U3CResolutionUnitsU3Ek__BackingField_3; } inline void set_U3CResolutionUnitsU3Ek__BackingField_3(uint8_t value) { ___U3CResolutionUnitsU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CExifProfileU3Ek__BackingField_4() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___U3CExifProfileU3Ek__BackingField_4)); } inline ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * get_U3CExifProfileU3Ek__BackingField_4() const { return ___U3CExifProfileU3Ek__BackingField_4; } inline ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 ** get_address_of_U3CExifProfileU3Ek__BackingField_4() { return &___U3CExifProfileU3Ek__BackingField_4; } inline void set_U3CExifProfileU3Ek__BackingField_4(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * value) { ___U3CExifProfileU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExifProfileU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CXmpProfileU3Ek__BackingField_5() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___U3CXmpProfileU3Ek__BackingField_5)); } inline XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 * get_U3CXmpProfileU3Ek__BackingField_5() const { return ___U3CXmpProfileU3Ek__BackingField_5; } inline XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 ** get_address_of_U3CXmpProfileU3Ek__BackingField_5() { return &___U3CXmpProfileU3Ek__BackingField_5; } inline void set_U3CXmpProfileU3Ek__BackingField_5(XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030 * value) { ___U3CXmpProfileU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CXmpProfileU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CIccProfileU3Ek__BackingField_6() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___U3CIccProfileU3Ek__BackingField_6)); } inline IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 * get_U3CIccProfileU3Ek__BackingField_6() const { return ___U3CIccProfileU3Ek__BackingField_6; } inline IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 ** get_address_of_U3CIccProfileU3Ek__BackingField_6() { return &___U3CIccProfileU3Ek__BackingField_6; } inline void set_U3CIccProfileU3Ek__BackingField_6(IccProfile_t01950247B7477FD8EF3E43C812C347FFBF301EC5 * value) { ___U3CIccProfileU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIccProfileU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIptcProfileU3Ek__BackingField_7() { return static_cast(offsetof(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA, ___U3CIptcProfileU3Ek__BackingField_7)); } inline IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E * get_U3CIptcProfileU3Ek__BackingField_7() const { return ___U3CIptcProfileU3Ek__BackingField_7; } inline IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E ** get_address_of_U3CIptcProfileU3Ek__BackingField_7() { return &___U3CIptcProfileU3Ek__BackingField_7; } inline void set_U3CIptcProfileU3Ek__BackingField_7(IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E * value) { ___U3CIptcProfileU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIptcProfileU3Ek__BackingField_7), (void*)value); } }; // SixLabors.ImageSharp.ImageProcessingException struct ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 : public Exception_t { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F : public Type_t { public: public: }; // UnityEngine.UIElements.CommandEventBase`1 struct CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 : public EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A { public: // System.String UnityEngine.UIElements.CommandEventBase`1::m_CommandName String_t* ___m_CommandName_18; public: inline static int32_t get_offset_of_m_CommandName_18() { return static_cast(offsetof(CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2, ___m_CommandName_18)); } inline String_t* get_m_CommandName_18() const { return ___m_CommandName_18; } inline String_t** get_address_of_m_CommandName_18() { return &___m_CommandName_18; } inline void set_m_CommandName_18(String_t* value) { ___m_CommandName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CommandName_18), (void*)value); } }; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 : public TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F { public: // System.MonoTypeInfo System.RuntimeType::type_info MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * ___type_info_26; // System.Object System.RuntimeType::GenericCache RuntimeObject * ___GenericCache_27; // System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * ___m_serializationCtor_28; public: inline static int32_t get_offset_of_type_info_26() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___type_info_26)); } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * get_type_info_26() const { return ___type_info_26; } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 ** get_address_of_type_info_26() { return &___type_info_26; } inline void set_type_info_26(MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * value) { ___type_info_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value); } inline static int32_t get_offset_of_GenericCache_27() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___GenericCache_27)); } inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; } inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; } inline void set_GenericCache_27(RuntimeObject * value) { ___GenericCache_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value); } inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___m_serializationCtor_28)); } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; } inline void set_m_serializationCtor_28(RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * value) { ___m_serializationCtor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value); } }; struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields { public: // System.RuntimeType System.RuntimeType::ValueType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ValueType_10; // System.RuntimeType System.RuntimeType::EnumType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___EnumType_11; // System.RuntimeType System.RuntimeType::ObjectType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ObjectType_12; // System.RuntimeType System.RuntimeType::StringType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___StringType_13; // System.RuntimeType System.RuntimeType::DelegateType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___DelegateType_14; // System.Type[] System.RuntimeType::s_SICtorParamTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___s_SICtorParamTypes_15; // System.RuntimeType System.RuntimeType::s_typedRef RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___s_typedRef_25; public: inline static int32_t get_offset_of_ValueType_10() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ValueType_10)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ValueType_10() const { return ___ValueType_10; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ValueType_10() { return &___ValueType_10; } inline void set_ValueType_10(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ValueType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value); } inline static int32_t get_offset_of_EnumType_11() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___EnumType_11)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_EnumType_11() const { return ___EnumType_11; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_EnumType_11() { return &___EnumType_11; } inline void set_EnumType_11(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___EnumType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value); } inline static int32_t get_offset_of_ObjectType_12() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ObjectType_12)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ObjectType_12() const { return ___ObjectType_12; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ObjectType_12() { return &___ObjectType_12; } inline void set_ObjectType_12(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ObjectType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value); } inline static int32_t get_offset_of_StringType_13() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___StringType_13)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_StringType_13() const { return ___StringType_13; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_StringType_13() { return &___StringType_13; } inline void set_StringType_13(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___StringType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value); } inline static int32_t get_offset_of_DelegateType_14() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___DelegateType_14)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_DelegateType_14() const { return ___DelegateType_14; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_DelegateType_14() { return &___DelegateType_14; } inline void set_DelegateType_14(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___DelegateType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value); } inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_SICtorParamTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; } inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___s_SICtorParamTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value); } inline static int32_t get_offset_of_s_typedRef_25() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_typedRef_25)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_s_typedRef_25() const { return ___s_typedRef_25; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; } inline void set_s_typedRef_25(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___s_typedRef_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * m_Items[1]; public: inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** 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, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * m_Items[1]; public: inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** 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, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * m_Items[1]; public: inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** 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, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * m_Items[1]; public: inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** 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, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * m_Items[1]; public: inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F ** 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, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * m_Items[1]; public: inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 ** 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, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * m_Items[1]; public: inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 ** 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, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * m_Items[1]; public: inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 ** 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, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * m_Items[1]; public: inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C ** 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, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * m_Items[1]; public: inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A ** 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, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * m_Items[1]; public: inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 ** 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, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * m_Items[1]; public: inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C ** 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, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * m_Items[1]; public: inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 ** 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, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * m_Items[1]; public: inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 ** 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, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * m_Items[1]; public: inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 ** 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, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * m_Items[1]; public: inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 ** 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, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * m_Items[1]; public: inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 ** 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, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * m_Items[1]; public: inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 ** 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, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * m_Items[1]; public: inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 ** 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, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * m_Items[1]; public: inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF ** 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, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * m_Items[1]; public: inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 ** 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, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * m_Items[1]; public: inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 ** 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, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * m_Items[1]; public: inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF ** 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, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * m_Items[1]; public: inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 ** 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, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * m_Items[1]; public: inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 ** 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, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * m_Items[1]; public: inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 ** 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, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2 : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * m_Items[1]; public: inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 ** 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, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1[] struct ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F : public RuntimeArray { public: ALIGN_FIELD (8) ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * m_Items[1]; public: inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB ** 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, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: 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.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Span`1 SixLabors.ImageSharp.Memory.MemoryOwnerExtensions::GetSpan(System.Buffers.IMemoryOwner`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_gshared_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_gshared (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, int16_t ___value0, const RuntimeMethod* method); // System.Buffers.MemoryHandle System.Memory`1::Pin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_gshared (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2AFEA0D6CEB1F40BE3DCF6EE7224F8A755832354_gshared (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m2C6D65AD94E144179332651AB157B5D54BD9E3C7_gshared_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6A9E4A351D3CE0BE4BEBE2895BD92EA367237860_gshared_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59FD21F1082FD0A37FF0EA14237EAFF84AB10B21_gshared_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD8CD256C1725218C2DA0CA4CD853B4AFC72C00AF_gshared (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m08F1799B33B5A20D0FF7B880F83579A417A3039B_gshared (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m8442A2B1F90D7DD27A74CA9F03C543B2495CEB81_gshared_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mBEA2FF5CC864A2F10F9D976B7427AE90326E3FAF_gshared_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m0E87881BF01A578B2C18E9103EDDC51AFBB6CCF5_gshared_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mE2B0A0EA12BE87B2A4A322B2E6D823B9D39C1AFE_gshared (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m101C4676A6D974A30695FBDB21F7CB2D79AF52EC_gshared (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1CF977282E8CC24D051BC21372629A5E8785B145_gshared_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mA51CC4CCF30C4DB0AA569B86FDF7D9643A91AE75_gshared_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB70616AF46162F75837B017F45A71F2C5876E8B6_gshared_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m3CEEB90394FF2A958950C551680D2ECE181A5332_gshared (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m14BD68C9672BC3330E22C111222FED949208F9FD_gshared (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1A48E410D4E16023C3ADB5E108774609C0F4551B_gshared_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mBD253C86006AB0B18D3410998A521716B38D6278_gshared_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mAF65A91EB46297378C845EA5AEBA351F81D4A78D_gshared_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mAFAD96B82D9332F8BE965E35DF12EF20AFAED559_gshared (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mBB86BA93A03561A93B298C843906741085CC07DF_gshared (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m111E8973BF817997321B685E9CD07BE018C47D1E_gshared_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m387C8F465B0C7EEA2A887A2D823D5616EFFC4524_gshared_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m0BEDE6F19FC724F5C951AFD615118BE317837225_gshared_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mB89D81F9FF63A547C3111064DDC8965078F77587_gshared (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mFB9C317424A96BE9040803277765DDB6DC1F495C_gshared (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m5686BAC3CBBF5BA0F8B4F7BBEF45BB9EBC5126A5_gshared_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m2F9AB8E4F5544F55218E8A6D7E6DFB49A200B5AD_gshared_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mFC82F376586C22B17FD6C91D9112B22B3B33BF31_gshared_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m73C9B61234FEE25C2B874076A0995C1BFAEBEA9E_gshared (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m875EB655EE70B077903D5D21BB3A211CEF1FBB4C_gshared (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mB58856678B14589C1D53F319E5F496103D3C0363_gshared_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mE7032BA4EB20D30BE17D287822CD9212883FDF37_gshared_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m11E40E62BE90868DC45FC73C209C875EAA15492A_gshared_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD714593FCCC6845F158D1E8C073778E462C1E15B_gshared (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m31CBED2EB5F893283B013265C9DC2CA29DD2DA8E_gshared (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m09BDCC6C3204A95E85CE860899209601A10C4129_gshared_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m5F69FDCDA38C1EDAAB999E75F90BC206C97863B2_gshared_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59B831047A30BF83DFD3E0CBFEDAA6D2A78AFAB6_gshared_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m835545A667808BDBD33BD12EDBBD4CD167540DA5_gshared (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m50E32750E3791BAC9F0645096E19711F4D1CE73B_gshared (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mC358D8AB361FF3BE57F1CE7CAF820BA7579C30C4_gshared_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m9C291944E3EB47D5145836ED1F2693303955C4E5_gshared_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB38BDA09896891F43178B9E4E2A683C3A0003E50_gshared_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m594AA2B81EB7031DDB2728F73DBEA27BF5CFCC74_gshared (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m6817BB43BC3D2589B1D6D71E4C5B0D15CE066E4B_gshared (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m147153D29A3AE6512C26193FBAB048D643942AB6_gshared_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m3F0233EF7162BFCDEA55F18A5555782C7E25F3BC_gshared_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m489849FCD46529728943F2C68C03C720945075C7_gshared_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD6EF61A1CCD26A3268173330A7EF7CF5CD916B99_gshared (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m95FEB0C647EDA3C3CE221FA07184EAB885EA8FDA_gshared (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m12ED4EC8C6A32D855A9D419182CC2A5C1709C93B_gshared_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m96567B2F9E578E6F6AD0B3FB11B16D159CD1F718_gshared_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB50C135B5494284D2A80E3E506F52F892BA616B9_gshared_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m29B917B63C822A86A6D7E0D7B2D3C0C4BED733BB_gshared (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m7004A7DF5A3215950410301A0A3C86A3B05625BA_gshared (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1DA7BA096CA6E22B1711A9FB01AF555DA7789031_gshared_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mB2177798E6C2E780D1EBB491BC78FD0E29B00CC4_gshared_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB834DE1F69057CBD295CCD35E59FB7803B2D611D_gshared_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mDB65FA6A6A58B6BDF0C75A46FD387B205D40FC90_gshared (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m3BAF712C954F07EC76C09281527022FA28012961_gshared (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m0AF26099C394DEED2F0522B4238A761AC83A9FD1_gshared_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m04B77C6FBE6CC7522A2AE895F45A9394170B492B_gshared_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mEA1E03B867FDED595739D01348D2118AAF385FE4_gshared_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m1175922464DF3F6CA1B743C6000D51C776AC0EF1_gshared (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m7C8AF4726FAB6D4AA749D2F0654E33658FEF2D6B_gshared (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m81AAD980A7FA99ADF73709E77AB309687C869125_gshared_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m8AD7EAE72FEC2221B18866F2F65E6802E6EA7FE4_gshared_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mD7CD729FB81929D2E8074A3CB945E4F8718905F4_gshared_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mF6AF2EC6472C0B4BA5B2583A3CD20CBD4BD5F7DD_gshared (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m8702E2A986210E2A09D893F6815C38261FCE8F32_gshared (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m9584088CD234E70BC71A203D58544E5A086340E2_gshared_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6351E4CB867DFCD20C38AC65073BFE7B5A9FC693_gshared_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m363E28EB95001FD971AE825195231A97002347EE_gshared_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m77902E4ADAFA936DCDF22FE0FEA4DA6908715784_gshared (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mCA39415261585E6746F59FD54BA3457EBAB1E111_gshared (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m352775CE23A2A233B3F88323856F99AB1BDC2A55_gshared_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mC6C2FC33D6E6C868A68B2E3CDCFA3A4F47CFEF19_gshared_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mA039CEDB7350683248660CFE8F2486C234BC3AE3_gshared_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mE3A996E195B70212A33311A6CEE3BB9C39314E4C_gshared (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m7AB7D3A1D9F9C158D8C7E48A2087EDA91528C955_gshared (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mFCA719EF208BBACAFC65B6D6E21EA600C053C85F_gshared_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m72657F96556B147F87F6BCFC1BE29508B28DFCC5_gshared_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m92E7C07AE0B21C1629F2A49A048CD0B28A0117F1_gshared_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m45FB7354F4E528CDF74486A2A59D484FD8A23C29_gshared (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m5EA4C239BA5C5F491E4DFFA52437A17FB806154E_gshared (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m6E272AA6BEEF533D220A29B204A45C5C0200C7E8_gshared_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m414490163EE66E732ACED11395F15A3485EC9A4D_gshared_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mE187C4C54A96F36CE5BA3CB48ED9881CF213732D_gshared_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m6F3343462B5C0E976DC53E7BA4EA0D9097C62D39_gshared (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m983B3979FF45BF96ABB70C8E7AA02C5C9D045944_gshared (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m54F1C70BCF91084005CD11A8D09452032890DCEA_gshared_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mEF60A61599DB550F0E3C2CA1A0B66DFF3246516C_gshared_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m1D2F304C19B7B950C8946299B5E9E8FAC447222E_gshared_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m994D032E8EAF97D45106DD6410807643B896D555_gshared (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2AE56BAE65F6245035721B3DDCB8BFBC25EB7BEE_gshared (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mAED194EAE42905EC3FE5E080ECE3EF5112A62394_gshared_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m688FEB4FBDCC774401D37CB91CBC653A9D841909_gshared_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m80A01F7D81AED2089C07809290EEEC50EE504E4C_gshared_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mB448487845236AF448E91F2CBDA595006C2C2FB0_gshared (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m30D6BB2B927127FBBAB90644C4D3B32E959BAE26_gshared (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mBE3AC6FC8B6350BBD1F6A3143359270C82C2DFBE_gshared_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m27E89ECA4E86A24135E3659A7CE62EF27DD9C6E0_gshared_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mE4BF94F10F4AAC5A3E421C72A63EA6DB740C7A9D_gshared_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m54571BAAF71A7727659DE40398F81B1BE74C75E9_gshared (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m39625E285BF6C95EA7E29060E05FF8BCD2E4CBF8_gshared (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mC165D45F94A0768DCAAD14136263B0656FD99E47_gshared_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m15EABC5D5FE465FD35159226221C0B98A0A9C0AF_gshared_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m83473071272F67E519074979650C0D2E7CC09E81_gshared_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m1E3DB3A2E9B2995A8F29716CF3C987F362EFBC35_gshared (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mE4ECCB175E920896B2522B4AB3C001CB54BA6393_gshared (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m8179630F57082106B9B62C4C7358876118998F82_gshared_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mF355373FFF288AEC3D715799217BE4AD81BE42D5_gshared_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m20B941CAEDC5F69ED0C983E5F75CA76D02F85A25_gshared_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m187B5448E5ED9D1B69EEBB8606A45E0034F12D04_gshared (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mE5342F1243D241ADBD558795E87940D61A33132E_gshared (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mF7E53330A3EC3E1D212C9937B0DC6A0BE789BEA1_gshared_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m1924E3534DE3105ADAD0CD30B5913E2E4AC0F491_gshared_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mAED5A80870E57A2A586FD4C96A3FB9BDEFC6FED5_gshared_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m351D49CCAD69E0161575E8B9283A636FC89E788C_gshared (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m73373A6FE17F8A5FB7BCA532E6071BEAC4400600_gshared (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m2960B76F129152C8A7745F74785C98CC4FF15EE6_gshared_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6911155DBBF9752E1D11AA9E97385CCAFA414AB6_gshared_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m04C80B2DB841AF375014D71C3A837093A3C0753F_gshared_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m044F1008CD80F1344AB8D6B1A46489B6120C838A_gshared (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mEF928AC56330ED834DF0D9D580BA5D59EAC88A8C_gshared (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1F34A5792E8758B83285F31E0DB260BBA6BA8D1B_gshared_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m65D795C8044826F0509CFE12D814B97FC15E7622_gshared_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m160A5075893C159D142614410CB75A2FF4364072_gshared_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mBAFE3BD71A6E4125BEBB8FFC6E86B06243A0381D_gshared (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2C0B0143DF8F39EAB404FE72E8AE3815A8F24BFF_gshared (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m08886407B0A999E61B001E0B01243BB7BFB350C2_gshared_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m49E3484B76A04FA23857AE0D5B353B8620EB5C8D_gshared_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59FCE47F093D99E5990606F405F9E4BC2BEB9B7A_gshared_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD7805AE82D88C005A72E9CE0EA9D5E9145015968_gshared (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2DE8BA5DB96820FBAECC33B87659108F30B8372B_gshared (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mCDA725C106EB6D9F9FD4699C7E2912B09416F9A5_gshared_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m73B4FBD6D2A8309E4581F732666FAE4CB7C46984_gshared_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m13C67B112D25291DBBFBC95BD43A2453E316A10A_gshared_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mFEE4F9129B5CEEDE726A6358CA446A706BEB1993_gshared (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m0DBFB41B78BF76F909561260B8FBC79A378CA1FC_gshared (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m3E0AD3441B100C5EFE201BD2F0D2E06E3B4D0E9F_gshared_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6E7F5C784492CF823DF1E4A9AF992C6D8BCC2C64_gshared_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mF5EE0CD65CA98C8D9D8F582BE3AB5B0832FBC0D8_gshared_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m22CFBCBABA32BD23DD0516EC19A5A98681D68340_gshared (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, const RuntimeMethod* method); // System.Span`1 System.Memory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D Memory_1_get_Span_m02877BC26F5EC0BB9B80C8D0F4EE316139074281_gshared_inline (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D Span_1_Slice_m58C997124DDA55C42C07D74DDF00CB1DC3767D16_gshared_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m8687E33A77B47C140B189D4DD0084F72CD546C20_gshared_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m864F8E3CE49883DF54589B4D5DEFDEAC74821634_gshared_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Image::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3 (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Size::get_Width() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Size::get_Height() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Metadata.ImageFrameMetadata SixLabors.ImageSharp.ImageFrame::get_Metadata() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Metadata.ImageFrameMetadata SixLabors.ImageSharp.Metadata.ImageFrameMetadata::DeepClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08 (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Metadata.ImageMetadata SixLabors.ImageSharp.Image::get_Metadata() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Metadata.ImageMetadata SixLabors.ImageSharp.Metadata.ImageMetadata::DeepClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86 (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.ImageProcessingException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931 (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * __this, String_t* ___errorMessage0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullableType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5 (Type_t * ___t0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5 (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowNotSupportedException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E (int32_t ___resource0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument,System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11 (int32_t ___argument0, int32_t ___resource1, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A (int32_t ___resource0, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowWrongValueTypeArgumentException(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowWrongValueTypeArgumentException_m4E9CD2C01D79997EE1808CF75715BB6BB3738F0C (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.Memory.MemoryOwnerExtensions::GetSpan(System.Buffers.IMemoryOwner`1) inline Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method) { return (( Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D (*) (RuntimeObject*, const RuntimeMethod*))MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_gshared_inline)(___buffer0, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, int16_t ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *, int16_t, const RuntimeMethod*))Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_gshared)(__this, ___value0, method); } // System.Buffers.MemoryHandle System.Memory`1::Pin() inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1 (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 * __this, const RuntimeMethod* method) { return (( MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C (*) (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *, const RuntimeMethod*))Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_gshared)(__this, method); } // System.Void* System.Buffers.MemoryHandle::get_Pointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m2AFEA0D6CEB1F40BE3DCF6EE7224F8A755832354 (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m2AFEA0D6CEB1F40BE3DCF6EE7224F8A755832354_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m2C6D65AD94E144179332651AB157B5D54BD9E3C7_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m2C6D65AD94E144179332651AB157B5D54BD9E3C7_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m6A9E4A351D3CE0BE4BEBE2895BD92EA367237860_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m6A9E4A351D3CE0BE4BEBE2895BD92EA367237860_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m59FD21F1082FD0A37FF0EA14237EAFF84AB10B21_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E *, const RuntimeMethod*))ColorDistanceCache_Clear_m59FD21F1082FD0A37FF0EA14237EAFF84AB10B21_gshared_inline)(__this, method); } // System.Void System.Buffers.MemoryHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mD8CD256C1725218C2DA0CA4CD853B4AFC72C00AF (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E *, const RuntimeMethod*))ColorDistanceCache_Dispose_mD8CD256C1725218C2DA0CA4CD853B4AFC72C00AF_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m08F1799B33B5A20D0FF7B880F83579A417A3039B (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m08F1799B33B5A20D0FF7B880F83579A417A3039B_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m8442A2B1F90D7DD27A74CA9F03C543B2495CEB81_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m8442A2B1F90D7DD27A74CA9F03C543B2495CEB81_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mBEA2FF5CC864A2F10F9D976B7427AE90326E3FAF_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mBEA2FF5CC864A2F10F9D976B7427AE90326E3FAF_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m0E87881BF01A578B2C18E9103EDDC51AFBB6CCF5_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 *, const RuntimeMethod*))ColorDistanceCache_Clear_m0E87881BF01A578B2C18E9103EDDC51AFBB6CCF5_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mE2B0A0EA12BE87B2A4A322B2E6D823B9D39C1AFE (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 *, const RuntimeMethod*))ColorDistanceCache_Dispose_mE2B0A0EA12BE87B2A4A322B2E6D823B9D39C1AFE_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m101C4676A6D974A30695FBDB21F7CB2D79AF52EC (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m101C4676A6D974A30695FBDB21F7CB2D79AF52EC_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m1CF977282E8CC24D051BC21372629A5E8785B145_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m1CF977282E8CC24D051BC21372629A5E8785B145_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mA51CC4CCF30C4DB0AA569B86FDF7D9643A91AE75_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mA51CC4CCF30C4DB0AA569B86FDF7D9643A91AE75_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mB70616AF46162F75837B017F45A71F2C5876E8B6_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC *, const RuntimeMethod*))ColorDistanceCache_Clear_mB70616AF46162F75837B017F45A71F2C5876E8B6_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m3CEEB90394FF2A958950C551680D2ECE181A5332 (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC *, const RuntimeMethod*))ColorDistanceCache_Dispose_m3CEEB90394FF2A958950C551680D2ECE181A5332_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m14BD68C9672BC3330E22C111222FED949208F9FD (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m14BD68C9672BC3330E22C111222FED949208F9FD_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m1A48E410D4E16023C3ADB5E108774609C0F4551B_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m1A48E410D4E16023C3ADB5E108774609C0F4551B_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mBD253C86006AB0B18D3410998A521716B38D6278_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mBD253C86006AB0B18D3410998A521716B38D6278_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mAF65A91EB46297378C845EA5AEBA351F81D4A78D_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 *, const RuntimeMethod*))ColorDistanceCache_Clear_mAF65A91EB46297378C845EA5AEBA351F81D4A78D_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mAFAD96B82D9332F8BE965E35DF12EF20AFAED559 (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 *, const RuntimeMethod*))ColorDistanceCache_Dispose_mAFAD96B82D9332F8BE965E35DF12EF20AFAED559_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_mBB86BA93A03561A93B298C843906741085CC07DF (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_mBB86BA93A03561A93B298C843906741085CC07DF_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m111E8973BF817997321B685E9CD07BE018C47D1E_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m111E8973BF817997321B685E9CD07BE018C47D1E_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m387C8F465B0C7EEA2A887A2D823D5616EFFC4524_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m387C8F465B0C7EEA2A887A2D823D5616EFFC4524_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m0BEDE6F19FC724F5C951AFD615118BE317837225_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 *, const RuntimeMethod*))ColorDistanceCache_Clear_m0BEDE6F19FC724F5C951AFD615118BE317837225_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mB89D81F9FF63A547C3111064DDC8965078F77587 (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 *, const RuntimeMethod*))ColorDistanceCache_Dispose_mB89D81F9FF63A547C3111064DDC8965078F77587_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_mFB9C317424A96BE9040803277765DDB6DC1F495C (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_mFB9C317424A96BE9040803277765DDB6DC1F495C_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m5686BAC3CBBF5BA0F8B4F7BBEF45BB9EBC5126A5_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m5686BAC3CBBF5BA0F8B4F7BBEF45BB9EBC5126A5_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m2F9AB8E4F5544F55218E8A6D7E6DFB49A200B5AD_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m2F9AB8E4F5544F55218E8A6D7E6DFB49A200B5AD_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mFC82F376586C22B17FD6C91D9112B22B3B33BF31_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF *, const RuntimeMethod*))ColorDistanceCache_Clear_mFC82F376586C22B17FD6C91D9112B22B3B33BF31_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m73C9B61234FEE25C2B874076A0995C1BFAEBEA9E (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF *, const RuntimeMethod*))ColorDistanceCache_Dispose_m73C9B61234FEE25C2B874076A0995C1BFAEBEA9E_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m875EB655EE70B077903D5D21BB3A211CEF1FBB4C (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m875EB655EE70B077903D5D21BB3A211CEF1FBB4C_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mB58856678B14589C1D53F319E5F496103D3C0363_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mB58856678B14589C1D53F319E5F496103D3C0363_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mE7032BA4EB20D30BE17D287822CD9212883FDF37_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mE7032BA4EB20D30BE17D287822CD9212883FDF37_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m11E40E62BE90868DC45FC73C209C875EAA15492A_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB *, const RuntimeMethod*))ColorDistanceCache_Clear_m11E40E62BE90868DC45FC73C209C875EAA15492A_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mD714593FCCC6845F158D1E8C073778E462C1E15B (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB *, const RuntimeMethod*))ColorDistanceCache_Dispose_mD714593FCCC6845F158D1E8C073778E462C1E15B_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m31CBED2EB5F893283B013265C9DC2CA29DD2DA8E (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m31CBED2EB5F893283B013265C9DC2CA29DD2DA8E_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m09BDCC6C3204A95E85CE860899209601A10C4129_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m09BDCC6C3204A95E85CE860899209601A10C4129_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m5F69FDCDA38C1EDAAB999E75F90BC206C97863B2_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m5F69FDCDA38C1EDAAB999E75F90BC206C97863B2_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m59B831047A30BF83DFD3E0CBFEDAA6D2A78AFAB6_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 *, const RuntimeMethod*))ColorDistanceCache_Clear_m59B831047A30BF83DFD3E0CBFEDAA6D2A78AFAB6_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m835545A667808BDBD33BD12EDBBD4CD167540DA5 (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m835545A667808BDBD33BD12EDBBD4CD167540DA5_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m50E32750E3791BAC9F0645096E19711F4D1CE73B (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m50E32750E3791BAC9F0645096E19711F4D1CE73B_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mC358D8AB361FF3BE57F1CE7CAF820BA7579C30C4_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mC358D8AB361FF3BE57F1CE7CAF820BA7579C30C4_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m9C291944E3EB47D5145836ED1F2693303955C4E5_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m9C291944E3EB47D5145836ED1F2693303955C4E5_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mB38BDA09896891F43178B9E4E2A683C3A0003E50_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 *, const RuntimeMethod*))ColorDistanceCache_Clear_mB38BDA09896891F43178B9E4E2A683C3A0003E50_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m594AA2B81EB7031DDB2728F73DBEA27BF5CFCC74 (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m594AA2B81EB7031DDB2728F73DBEA27BF5CFCC74_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m6817BB43BC3D2589B1D6D71E4C5B0D15CE066E4B (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m6817BB43BC3D2589B1D6D71E4C5B0D15CE066E4B_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m147153D29A3AE6512C26193FBAB048D643942AB6_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m147153D29A3AE6512C26193FBAB048D643942AB6_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m3F0233EF7162BFCDEA55F18A5555782C7E25F3BC_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m3F0233EF7162BFCDEA55F18A5555782C7E25F3BC_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m489849FCD46529728943F2C68C03C720945075C7_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 *, const RuntimeMethod*))ColorDistanceCache_Clear_m489849FCD46529728943F2C68C03C720945075C7_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mD6EF61A1CCD26A3268173330A7EF7CF5CD916B99 (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 *, const RuntimeMethod*))ColorDistanceCache_Dispose_mD6EF61A1CCD26A3268173330A7EF7CF5CD916B99_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m95FEB0C647EDA3C3CE221FA07184EAB885EA8FDA (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m95FEB0C647EDA3C3CE221FA07184EAB885EA8FDA_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m12ED4EC8C6A32D855A9D419182CC2A5C1709C93B_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m12ED4EC8C6A32D855A9D419182CC2A5C1709C93B_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m96567B2F9E578E6F6AD0B3FB11B16D159CD1F718_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m96567B2F9E578E6F6AD0B3FB11B16D159CD1F718_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mB50C135B5494284D2A80E3E506F52F892BA616B9_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 *, const RuntimeMethod*))ColorDistanceCache_Clear_mB50C135B5494284D2A80E3E506F52F892BA616B9_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m29B917B63C822A86A6D7E0D7B2D3C0C4BED733BB (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m29B917B63C822A86A6D7E0D7B2D3C0C4BED733BB_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m7004A7DF5A3215950410301A0A3C86A3B05625BA (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m7004A7DF5A3215950410301A0A3C86A3B05625BA_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m1DA7BA096CA6E22B1711A9FB01AF555DA7789031_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m1DA7BA096CA6E22B1711A9FB01AF555DA7789031_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mB2177798E6C2E780D1EBB491BC78FD0E29B00CC4_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mB2177798E6C2E780D1EBB491BC78FD0E29B00CC4_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mB834DE1F69057CBD295CCD35E59FB7803B2D611D_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD *, const RuntimeMethod*))ColorDistanceCache_Clear_mB834DE1F69057CBD295CCD35E59FB7803B2D611D_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mDB65FA6A6A58B6BDF0C75A46FD387B205D40FC90 (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD *, const RuntimeMethod*))ColorDistanceCache_Dispose_mDB65FA6A6A58B6BDF0C75A46FD387B205D40FC90_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m3BAF712C954F07EC76C09281527022FA28012961 (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m3BAF712C954F07EC76C09281527022FA28012961_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m0AF26099C394DEED2F0522B4238A761AC83A9FD1_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m0AF26099C394DEED2F0522B4238A761AC83A9FD1_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m04B77C6FBE6CC7522A2AE895F45A9394170B492B_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m04B77C6FBE6CC7522A2AE895F45A9394170B492B_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mEA1E03B867FDED595739D01348D2118AAF385FE4_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 *, const RuntimeMethod*))ColorDistanceCache_Clear_mEA1E03B867FDED595739D01348D2118AAF385FE4_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m1175922464DF3F6CA1B743C6000D51C776AC0EF1 (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m1175922464DF3F6CA1B743C6000D51C776AC0EF1_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m7C8AF4726FAB6D4AA749D2F0654E33658FEF2D6B (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m7C8AF4726FAB6D4AA749D2F0654E33658FEF2D6B_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m81AAD980A7FA99ADF73709E77AB309687C869125_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m81AAD980A7FA99ADF73709E77AB309687C869125_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m8AD7EAE72FEC2221B18866F2F65E6802E6EA7FE4_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m8AD7EAE72FEC2221B18866F2F65E6802E6EA7FE4_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mD7CD729FB81929D2E8074A3CB945E4F8718905F4_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A *, const RuntimeMethod*))ColorDistanceCache_Clear_mD7CD729FB81929D2E8074A3CB945E4F8718905F4_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mF6AF2EC6472C0B4BA5B2583A3CD20CBD4BD5F7DD (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A *, const RuntimeMethod*))ColorDistanceCache_Dispose_mF6AF2EC6472C0B4BA5B2583A3CD20CBD4BD5F7DD_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m8702E2A986210E2A09D893F6815C38261FCE8F32 (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m8702E2A986210E2A09D893F6815C38261FCE8F32_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m9584088CD234E70BC71A203D58544E5A086340E2_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m9584088CD234E70BC71A203D58544E5A086340E2_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m6351E4CB867DFCD20C38AC65073BFE7B5A9FC693_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m6351E4CB867DFCD20C38AC65073BFE7B5A9FC693_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m363E28EB95001FD971AE825195231A97002347EE_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 *, const RuntimeMethod*))ColorDistanceCache_Clear_m363E28EB95001FD971AE825195231A97002347EE_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m77902E4ADAFA936DCDF22FE0FEA4DA6908715784 (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m77902E4ADAFA936DCDF22FE0FEA4DA6908715784_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_mCA39415261585E6746F59FD54BA3457EBAB1E111 (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_mCA39415261585E6746F59FD54BA3457EBAB1E111_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m352775CE23A2A233B3F88323856F99AB1BDC2A55_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m352775CE23A2A233B3F88323856F99AB1BDC2A55_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mC6C2FC33D6E6C868A68B2E3CDCFA3A4F47CFEF19_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mC6C2FC33D6E6C868A68B2E3CDCFA3A4F47CFEF19_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mA039CEDB7350683248660CFE8F2486C234BC3AE3_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB *, const RuntimeMethod*))ColorDistanceCache_Clear_mA039CEDB7350683248660CFE8F2486C234BC3AE3_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mE3A996E195B70212A33311A6CEE3BB9C39314E4C (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB *, const RuntimeMethod*))ColorDistanceCache_Dispose_mE3A996E195B70212A33311A6CEE3BB9C39314E4C_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m7AB7D3A1D9F9C158D8C7E48A2087EDA91528C955 (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m7AB7D3A1D9F9C158D8C7E48A2087EDA91528C955_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mFCA719EF208BBACAFC65B6D6E21EA600C053C85F_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mFCA719EF208BBACAFC65B6D6E21EA600C053C85F_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m72657F96556B147F87F6BCFC1BE29508B28DFCC5_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m72657F96556B147F87F6BCFC1BE29508B28DFCC5_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m92E7C07AE0B21C1629F2A49A048CD0B28A0117F1_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD *, const RuntimeMethod*))ColorDistanceCache_Clear_m92E7C07AE0B21C1629F2A49A048CD0B28A0117F1_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m45FB7354F4E528CDF74486A2A59D484FD8A23C29 (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD *, const RuntimeMethod*))ColorDistanceCache_Dispose_m45FB7354F4E528CDF74486A2A59D484FD8A23C29_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m5EA4C239BA5C5F491E4DFFA52437A17FB806154E (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m5EA4C239BA5C5F491E4DFFA52437A17FB806154E_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m6E272AA6BEEF533D220A29B204A45C5C0200C7E8_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m6E272AA6BEEF533D220A29B204A45C5C0200C7E8_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m414490163EE66E732ACED11395F15A3485EC9A4D_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m414490163EE66E732ACED11395F15A3485EC9A4D_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mE187C4C54A96F36CE5BA3CB48ED9881CF213732D_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E *, const RuntimeMethod*))ColorDistanceCache_Clear_mE187C4C54A96F36CE5BA3CB48ED9881CF213732D_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m6F3343462B5C0E976DC53E7BA4EA0D9097C62D39 (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E *, const RuntimeMethod*))ColorDistanceCache_Dispose_m6F3343462B5C0E976DC53E7BA4EA0D9097C62D39_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m983B3979FF45BF96ABB70C8E7AA02C5C9D045944 (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m983B3979FF45BF96ABB70C8E7AA02C5C9D045944_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m54F1C70BCF91084005CD11A8D09452032890DCEA_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m54F1C70BCF91084005CD11A8D09452032890DCEA_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mEF60A61599DB550F0E3C2CA1A0B66DFF3246516C_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mEF60A61599DB550F0E3C2CA1A0B66DFF3246516C_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m1D2F304C19B7B950C8946299B5E9E8FAC447222E_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 *, const RuntimeMethod*))ColorDistanceCache_Clear_m1D2F304C19B7B950C8946299B5E9E8FAC447222E_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m994D032E8EAF97D45106DD6410807643B896D555 (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m994D032E8EAF97D45106DD6410807643B896D555_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m2AE56BAE65F6245035721B3DDCB8BFBC25EB7BEE (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m2AE56BAE65F6245035721B3DDCB8BFBC25EB7BEE_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mAED194EAE42905EC3FE5E080ECE3EF5112A62394_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mAED194EAE42905EC3FE5E080ECE3EF5112A62394_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m688FEB4FBDCC774401D37CB91CBC653A9D841909_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m688FEB4FBDCC774401D37CB91CBC653A9D841909_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m80A01F7D81AED2089C07809290EEEC50EE504E4C_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 *, const RuntimeMethod*))ColorDistanceCache_Clear_m80A01F7D81AED2089C07809290EEEC50EE504E4C_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mB448487845236AF448E91F2CBDA595006C2C2FB0 (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 *, const RuntimeMethod*))ColorDistanceCache_Dispose_mB448487845236AF448E91F2CBDA595006C2C2FB0_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m30D6BB2B927127FBBAB90644C4D3B32E959BAE26 (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m30D6BB2B927127FBBAB90644C4D3B32E959BAE26_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mBE3AC6FC8B6350BBD1F6A3143359270C82C2DFBE_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mBE3AC6FC8B6350BBD1F6A3143359270C82C2DFBE_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m27E89ECA4E86A24135E3659A7CE62EF27DD9C6E0_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m27E89ECA4E86A24135E3659A7CE62EF27DD9C6E0_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mE4BF94F10F4AAC5A3E421C72A63EA6DB740C7A9D_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 *, const RuntimeMethod*))ColorDistanceCache_Clear_mE4BF94F10F4AAC5A3E421C72A63EA6DB740C7A9D_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m54571BAAF71A7727659DE40398F81B1BE74C75E9 (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m54571BAAF71A7727659DE40398F81B1BE74C75E9_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m39625E285BF6C95EA7E29060E05FF8BCD2E4CBF8 (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m39625E285BF6C95EA7E29060E05FF8BCD2E4CBF8_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mC165D45F94A0768DCAAD14136263B0656FD99E47_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mC165D45F94A0768DCAAD14136263B0656FD99E47_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m15EABC5D5FE465FD35159226221C0B98A0A9C0AF_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m15EABC5D5FE465FD35159226221C0B98A0A9C0AF_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m83473071272F67E519074979650C0D2E7CC09E81_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 *, const RuntimeMethod*))ColorDistanceCache_Clear_m83473071272F67E519074979650C0D2E7CC09E81_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m1E3DB3A2E9B2995A8F29716CF3C987F362EFBC35 (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m1E3DB3A2E9B2995A8F29716CF3C987F362EFBC35_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_mE4ECCB175E920896B2522B4AB3C001CB54BA6393 (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_mE4ECCB175E920896B2522B4AB3C001CB54BA6393_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m8179630F57082106B9B62C4C7358876118998F82_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m8179630F57082106B9B62C4C7358876118998F82_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_mF355373FFF288AEC3D715799217BE4AD81BE42D5_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_mF355373FFF288AEC3D715799217BE4AD81BE42D5_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m20B941CAEDC5F69ED0C983E5F75CA76D02F85A25_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 *, const RuntimeMethod*))ColorDistanceCache_Clear_m20B941CAEDC5F69ED0C983E5F75CA76D02F85A25_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m187B5448E5ED9D1B69EEBB8606A45E0034F12D04 (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m187B5448E5ED9D1B69EEBB8606A45E0034F12D04_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_mE5342F1243D241ADBD558795E87940D61A33132E (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_mE5342F1243D241ADBD558795E87940D61A33132E_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mF7E53330A3EC3E1D212C9937B0DC6A0BE789BEA1_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mF7E53330A3EC3E1D212C9937B0DC6A0BE789BEA1_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m1924E3534DE3105ADAD0CD30B5913E2E4AC0F491_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m1924E3534DE3105ADAD0CD30B5913E2E4AC0F491_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mAED5A80870E57A2A586FD4C96A3FB9BDEFC6FED5_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB *, const RuntimeMethod*))ColorDistanceCache_Clear_mAED5A80870E57A2A586FD4C96A3FB9BDEFC6FED5_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m351D49CCAD69E0161575E8B9283A636FC89E788C (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB *, const RuntimeMethod*))ColorDistanceCache_Dispose_m351D49CCAD69E0161575E8B9283A636FC89E788C_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m73373A6FE17F8A5FB7BCA532E6071BEAC4400600 (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m73373A6FE17F8A5FB7BCA532E6071BEAC4400600_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m2960B76F129152C8A7745F74785C98CC4FF15EE6_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m2960B76F129152C8A7745F74785C98CC4FF15EE6_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m6911155DBBF9752E1D11AA9E97385CCAFA414AB6_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m6911155DBBF9752E1D11AA9E97385CCAFA414AB6_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m04C80B2DB841AF375014D71C3A837093A3C0753F_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 *, const RuntimeMethod*))ColorDistanceCache_Clear_m04C80B2DB841AF375014D71C3A837093A3C0753F_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m044F1008CD80F1344AB8D6B1A46489B6120C838A (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 *, const RuntimeMethod*))ColorDistanceCache_Dispose_m044F1008CD80F1344AB8D6B1A46489B6120C838A_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_mEF928AC56330ED834DF0D9D580BA5D59EAC88A8C (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_mEF928AC56330ED834DF0D9D580BA5D59EAC88A8C_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m1F34A5792E8758B83285F31E0DB260BBA6BA8D1B_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m1F34A5792E8758B83285F31E0DB260BBA6BA8D1B_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m65D795C8044826F0509CFE12D814B97FC15E7622_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m65D795C8044826F0509CFE12D814B97FC15E7622_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m160A5075893C159D142614410CB75A2FF4364072_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 *, const RuntimeMethod*))ColorDistanceCache_Clear_m160A5075893C159D142614410CB75A2FF4364072_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mBAFE3BD71A6E4125BEBB8FFC6E86B06243A0381D (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 *, const RuntimeMethod*))ColorDistanceCache_Dispose_mBAFE3BD71A6E4125BEBB8FFC6E86B06243A0381D_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m2C0B0143DF8F39EAB404FE72E8AE3815A8F24BFF (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m2C0B0143DF8F39EAB404FE72E8AE3815A8F24BFF_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m08886407B0A999E61B001E0B01243BB7BFB350C2_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m08886407B0A999E61B001E0B01243BB7BFB350C2_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m49E3484B76A04FA23857AE0D5B353B8620EB5C8D_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m49E3484B76A04FA23857AE0D5B353B8620EB5C8D_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m59FCE47F093D99E5990606F405F9E4BC2BEB9B7A_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC *, const RuntimeMethod*))ColorDistanceCache_Clear_m59FCE47F093D99E5990606F405F9E4BC2BEB9B7A_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mD7805AE82D88C005A72E9CE0EA9D5E9145015968 (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC *, const RuntimeMethod*))ColorDistanceCache_Dispose_mD7805AE82D88C005A72E9CE0EA9D5E9145015968_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m2DE8BA5DB96820FBAECC33B87659108F30B8372B (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m2DE8BA5DB96820FBAECC33B87659108F30B8372B_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_mCDA725C106EB6D9F9FD4699C7E2912B09416F9A5_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_mCDA725C106EB6D9F9FD4699C7E2912B09416F9A5_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m73B4FBD6D2A8309E4581F732666FAE4CB7C46984_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m73B4FBD6D2A8309E4581F732666FAE4CB7C46984_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_m13C67B112D25291DBBFBC95BD43A2453E316A10A_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B *, const RuntimeMethod*))ColorDistanceCache_Clear_m13C67B112D25291DBBFBC95BD43A2453E316A10A_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_mFEE4F9129B5CEEDE726A6358CA446A706BEB1993 (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B *, const RuntimeMethod*))ColorDistanceCache_Dispose_mFEE4F9129B5CEEDE726A6358CA446A706BEB1993_gshared)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) inline void ColorDistanceCache__ctor_m0DBFB41B78BF76F909561260B8FBC79A378CA1FC (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B *, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, const RuntimeMethod*))ColorDistanceCache__ctor_m0DBFB41B78BF76F909561260B8FBC79A378CA1FC_gshared)(__this, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) inline void ColorDistanceCache_Add_m3E0AD3441B100C5EFE201BD2F0D2E06E3B4D0E9F_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, const RuntimeMethod*))ColorDistanceCache_Add_m3E0AD3441B100C5EFE201BD2F0D2E06E3B4D0E9F_gshared_inline)(__this, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) inline bool ColorDistanceCache_TryGetValue_m6E7F5C784492CF823DF1E4A9AF992C6D8BCC2C64_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { return (( bool (*) (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , int16_t*, const RuntimeMethod*))ColorDistanceCache_TryGetValue_m6E7F5C784492CF823DF1E4A9AF992C6D8BCC2C64_gshared_inline)(__this, ___rgba0, ___match1, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() inline void ColorDistanceCache_Clear_mF5EE0CD65CA98C8D9D8F582BE3AB5B0832FBC0D8_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B *, const RuntimeMethod*))ColorDistanceCache_Clear_mF5EE0CD65CA98C8D9D8F582BE3AB5B0832FBC0D8_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() inline void ColorDistanceCache_Dispose_m22CFBCBABA32BD23DD0516EC19A5A98681D68340 (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, const RuntimeMethod* method) { (( void (*) (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B *, const RuntimeMethod*))ColorDistanceCache_Dispose_m22CFBCBABA32BD23DD0516EC19A5A98681D68340_gshared)(__this, method); } // System.Void UnityEngine.UIElements.EventBase::set_propagation(UnityEngine.UIElements.EventBase/EventPropagation) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7_inline (EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UIElements.EventBase::set_imguiEvent(UnityEngine.Event) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_imguiEvent_mC4D6A8E08A41E53F774E6A736C77F2AA1DADDF1C (EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * __this, Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___value0, const RuntimeMethod* method); // System.Object System.RuntimeType::CreateInstanceForAnotherGenericParameter(System.Type,System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594 (Type_t * ___genericType0, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___genericArgument1, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Span`1 System.Memory`1::get_Span() inline Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D Memory_1_get_Span_m02877BC26F5EC0BB9B80C8D0F4EE316139074281_inline (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 * __this, const RuntimeMethod* method) { return (( Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D (*) (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *, const RuntimeMethod*))Memory_1_get_Span_m02877BC26F5EC0BB9B80C8D0F4EE316139074281_gshared_inline)(__this, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D Span_1_Slice_m58C997124DDA55C42C07D74DDF00CB1DC3767D16_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D (*) (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m58C997124DDA55C42C07D74DDF00CB1DC3767D16_gshared_inline)(__this, ___start0, ___length1, method); } // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m8687E33A77B47C140B189D4DD0084F72CD546C20_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *, Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m8687E33A77B47C140B189D4DD0084F72CD546C20_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(T[],System.Int32,System.Int32) inline void Span_1__ctor_m864F8E3CE49883DF54589B4D5DEFDEAC74821634_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, int32_t, int32_t, const RuntimeMethod*))Span_1__ctor_m864F8E3CE49883DF54589B4D5DEFDEAC74821634_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5 (int32_t ___argument0, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArrayTypeMismatchException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArrayTypeMismatchException_mFC0D7756FD2EA1A7E41D8426D819369FDBD728FC (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m807BC58FE02579E43273CE99F34D07B1AFB185F7_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * CloningImageProcessor_1_get_Source_m18252CE96B02DFB767919161B7F005C005542E06_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, const RuntimeMethod* method) { { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_0 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m0D9C13918EE6541250F3C568FF953A00E5C034C5_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mF7BDCFE200A5F8D24889B47157C605F80A5A1721_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m2ED05CD02D84AD3719991FA6C2FD7CE009954B78_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, const RuntimeMethod* method) { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * V_2 = NULL; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_0; L_0 = (( Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_0; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1; L_1 = (( Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); (( void (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); VirtualActionInvoker1< Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_5; L_5 = (( Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_5); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_6; L_6 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_6); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_8; L_8 = (( ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * (*) (ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_8; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_9 = V_0; NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_9); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_10; L_10 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_10); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_12; L_12 = (( ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * (*) (ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_12; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_13 = V_2; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_14 = V_3; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); VirtualActionInvoker2< ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_13, (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_14); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_15 = V_2; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_16 = V_3; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); VirtualActionInvoker2< ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_15, (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_16); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_17 = V_2; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_18 = V_3; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); VirtualActionInvoker2< ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_17, (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_21; L_21 = (( Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_21); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_22; L_22 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); VirtualActionInvoker1< Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_24); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_25 = V_0; return (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m5BDC5714A486F4BA3551D9155F03CE641FCFCBD9_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, const RuntimeMethod* method) { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_0; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1; L_1 = (( Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); (( void (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_3; L_3 = (( Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_4 = V_0; NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_3); (( void (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_3, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mF289569040A6596079DAFEC2C50A13E8BE082E98_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mA1EC1799BFB60C1CEC612B58AB5335560CE6B823_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m09AEDEDAC9AA4E420C2DC2C9A2F3DF50A4688608_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source0, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m97EE2ED0B410B2340DED8C617869ABC625582AC1_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source0, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mCC0B45DC8AC527E9142C0760239E22E6C47D025D_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mF11B9564C76DC7FAC168D34C46195A5021141101_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * CloningImageProcessor_1_CreateTarget_mCA135626BF60CD6111E472B49DD108C4D037B869_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, const RuntimeMethod* method) { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_0; L_0 = (( Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_0; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_2 = V_0; NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_2); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_3; L_3 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304* L_5 = (ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304*)(ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_11 = V_0; NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_11); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_12; L_12 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_12); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_14; L_14 = (( ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * (*) (ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_17 = (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t13DB21D6935BC4CEB1023ABC474FC51612EAE304* L_25 = V_2; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_26 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mBC5188F7A3B92F9CAD1944074DE984E60D88133E_gshared (CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD * __this, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___a0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___b1, const RuntimeMethod* method) { { Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_0 = ___a0; NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_0); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_1; L_1 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_3 = ___b1; NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_3); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_4; L_4 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mBC5188F7A3B92F9CAD1944074DE984E60D88133E_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mECF11AA8261DFE1330DEB3FAC02D9B2B40B8195D_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * CloningImageProcessor_1_get_Source_mA4F651FCFA292341FED39F34771466C24A145CF2_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, const RuntimeMethod* method) { { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_0 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mABF2E0640C36E78FD78914BA60E56C4FB0970913_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m012CC181D74E317F4C086E144F7E9C5D87FAED83_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m3B668577E852E3299AB211B7BC29A102F4D85966_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, const RuntimeMethod* method) { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * V_2 = NULL; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_0; L_0 = (( Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_0; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1; L_1 = (( Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_2 = V_0; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); (( void (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_4 = V_0; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); VirtualActionInvoker1< Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_5; L_5 = (( Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_5); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_6; L_6 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_6); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_8; L_8 = (( ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * (*) (ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_8; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_9 = V_0; NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_9); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_10; L_10 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_10); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_12; L_12 = (( ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * (*) (ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_12; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_13 = V_2; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); VirtualActionInvoker2< ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_13, (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_14); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_15 = V_2; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); VirtualActionInvoker2< ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_15, (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_16); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_17 = V_2; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); VirtualActionInvoker2< ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_17, (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_21; L_21 = (( Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_21); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_22; L_22 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_24 = V_0; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); VirtualActionInvoker1< Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_24); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_25 = V_0; return (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m5CD7869220C7527DA6032F668BD8BDE52C395104_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, const RuntimeMethod* method) { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_0; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1; L_1 = (( Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_2 = V_0; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); (( void (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_3; L_3 = (( Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_4 = V_0; NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_3); (( void (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_3, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mD3750C093CF9A515DEBBE7525C0D97378B9E56A6_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m8E0C1732CEF591CBE3D2E20575A9B62F1E872438_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mBCFEBC94076507E29770AC627BFF700A09EF14CC_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source0, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m3585EF0F745ADFE3262E95BBE2591B6CF3CA0569_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source0, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m90E77AE33AC3F9E8FB68FEF7855ADAE08E1CA7CC_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mF6D64D12AFE8D0A6916FF56CCEA6E5B231BF8329_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * CloningImageProcessor_1_CreateTarget_mCBA26190499DCD813E8181F4770937033AFFF33F_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, const RuntimeMethod* method) { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_0; L_0 = (( Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_0; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_2 = V_0; NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_2); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_3; L_3 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3* L_5 = (ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3*)(ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_11 = V_0; NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_11); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_12; L_12 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_12); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_14; L_14 = (( ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * (*) (ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_17 = (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_tB95A64EC34AD5550FEFC555121B1CEFB928DCCD3* L_25 = V_2; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_26 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m58F8B7AAF5690F01702C50AF0A38A01316993D3A_gshared (CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 * __this, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___a0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___b1, const RuntimeMethod* method) { { Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_0 = ___a0; NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_0); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_1; L_1 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_3 = ___b1; NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_3); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_4; L_4 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m58F8B7AAF5690F01702C50AF0A38A01316993D3A_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m296366D12C3EB04C7052580261527EB18288704E_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * CloningImageProcessor_1_get_Source_m4FEFCC207AC5F7703AC30375A49FB9F6F130B0C9_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, const RuntimeMethod* method) { { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_0 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mD9C277FABFE5B553DB0521E850F92A21F1A7177B_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mF9A446BA9AA9F499D027E42E7FAE640335F99A40_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mAD585912E3D3646A0617817F21D90D84AD716CF4_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, const RuntimeMethod* method) { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * V_2 = NULL; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_0; L_0 = (( Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_0; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1; L_1 = (( Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); (( void (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_4 = V_0; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); VirtualActionInvoker1< Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_5; L_5 = (( Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_5); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_6; L_6 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_6); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_8; L_8 = (( ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * (*) (ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_8; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_9 = V_0; NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_9); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_10; L_10 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_10); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_12; L_12 = (( ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * (*) (ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_12; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_13 = V_2; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_14 = V_3; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); VirtualActionInvoker2< ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_13, (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_14); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_15 = V_2; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_16 = V_3; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); VirtualActionInvoker2< ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_15, (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_16); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_17 = V_2; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_18 = V_3; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); VirtualActionInvoker2< ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_17, (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_21; L_21 = (( Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_21); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_22; L_22 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_24 = V_0; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); VirtualActionInvoker1< Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_24); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_25 = V_0; return (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mD8FF3548886C477D65D996B0B05137036A31CB30_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, const RuntimeMethod* method) { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_0; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1; L_1 = (( Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); (( void (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_3; L_3 = (( Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_4 = V_0; NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_3); (( void (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_3, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mC5B923705F060C3BCF409A8B6653F51CEA241B66_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m897B47604ADAF2B9F75DB02B0B37605608EE14D3_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mF0CB247694CB074111C160D2EB5DAD39BABBB36C_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source0, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m3BFE11286E0D6BCC4D13D4958A5DC77AA4700F0E_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source0, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mC3618AAD3D9B96DD7BF5357F433854E497BFFFDF_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mD5E44B7903E787696CD0912F819DB2FD9CD4E8A7_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * CloningImageProcessor_1_CreateTarget_m2310E37B5BD960EDE88E53824C529C456B830EC4_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, const RuntimeMethod* method) { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_0; L_0 = (( Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_0; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_2 = V_0; NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_2); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_3; L_3 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43* L_5 = (ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43*)(ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_11 = V_0; NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_11); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_12; L_12 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_12); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_14; L_14 = (( ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * (*) (ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_17 = (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_tBF9977716E65F36711E0BB64F56E3BDAD7FFDB43* L_25 = V_2; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_26 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mF465A650A7C70A2ACCC4FD8A183C95815628E164_gshared (CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 * __this, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___a0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___b1, const RuntimeMethod* method) { { Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_0 = ___a0; NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_0); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_1; L_1 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_3 = ___b1; NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_3); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_4; L_4 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mF465A650A7C70A2ACCC4FD8A183C95815628E164_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mFC7946C239DB88F816EC34318E5562E72C3ED434_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * CloningImageProcessor_1_get_Source_mB75AFC56ABD7B3859123B14FF4139F71C37972C8_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, const RuntimeMethod* method) { { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_0 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m7B9DB12A9F98E8C4B1F5C573BD47EA633D7AEFE3_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m5CEB42DBBB307027EEDCBC76F4F8CA2A56DBD50B_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m7896092B79C5F6BEF4ADED5E91A6BF0DD48238B1_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, const RuntimeMethod* method) { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * V_2 = NULL; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_0; L_0 = (( Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_0; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1; L_1 = (( Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); (( void (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_4 = V_0; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); VirtualActionInvoker1< Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_5; L_5 = (( Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_5); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_6; L_6 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_6); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_8; L_8 = (( ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * (*) (ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_8; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_9 = V_0; NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_9); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_10; L_10 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_10); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_12; L_12 = (( ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * (*) (ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_12; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_13 = V_2; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); VirtualActionInvoker2< ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_13, (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_14); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_15 = V_2; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); VirtualActionInvoker2< ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_15, (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_16); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_17 = V_2; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); VirtualActionInvoker2< ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_17, (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_21; L_21 = (( Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_21); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_22; L_22 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_24 = V_0; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); VirtualActionInvoker1< Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_24); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_25 = V_0; return (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m98327EC2CD4D0FEBAA6F3CE470CF82796B9405E0_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, const RuntimeMethod* method) { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_0; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1; L_1 = (( Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); (( void (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_3; L_3 = (( Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_4 = V_0; NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_3); (( void (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_3, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mEE1A2FD7838642F158C34DD84106162F30C19598_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mEF621AE2829EA56813FD32FDB3BEF49190ADDFFE_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mDB56337653D68423E40E4F31F2CBFD0D66EC2CBA_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source0, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mD7EF2F9719DA380874324392073EDDF87EF73136_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source0, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m30FDA08E09276E9FD772008E3D79DB33E2B64113_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m126BDA0F22C9E65C7A424E18C1CDE9C0C58FEC5C_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * CloningImageProcessor_1_CreateTarget_mDCCF0F75CCD6F9C20DC99FAC5C54310AC922F5AF_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, const RuntimeMethod* method) { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_0; L_0 = (( Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_0; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_2 = V_0; NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_2); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_3; L_3 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07* L_5 = (ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07*)(ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_11 = V_0; NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_11); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_12; L_12 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_12); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_14; L_14 = (( ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * (*) (ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_17 = (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t5F463248E78D9C8F3A948AF81B4E354BF4FDAA07* L_25 = V_2; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_26 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mFAC59002EDA4227234EA952F3AE1B555FD595DF1_gshared (CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 * __this, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___a0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___b1, const RuntimeMethod* method) { { Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_0 = ___a0; NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_0); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_1; L_1 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_3 = ___b1; NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_3); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_4; L_4 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mFAC59002EDA4227234EA952F3AE1B555FD595DF1_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m2616A2C926DE903A4DD9B93B1F5A43DEFACFD1A8_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * CloningImageProcessor_1_get_Source_m298644CFEE871A9E56A43FD771B5E3C27D4BEEF2_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, const RuntimeMethod* method) { { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_0 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m9455B3DBCAB5CB1CDCB9F67D802878953D38917B_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m9F0A32E60093E5221933E45D22359F145ACA8A9C_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mD5BC1316DF20B83B2A4AE02AF354F4F26C0C065B_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, const RuntimeMethod* method) { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * V_2 = NULL; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_0; L_0 = (( Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_0; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1; L_1 = (( Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); (( void (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); VirtualActionInvoker1< Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_5; L_5 = (( Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_5); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_6; L_6 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_6); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_8; L_8 = (( ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * (*) (ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_8; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_9 = V_0; NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_9); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_10; L_10 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_10); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_12; L_12 = (( ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * (*) (ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_12; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_13 = V_2; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_14 = V_3; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); VirtualActionInvoker2< ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_13, (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_14); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_15 = V_2; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_16 = V_3; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); VirtualActionInvoker2< ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_15, (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_16); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_17 = V_2; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_18 = V_3; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); VirtualActionInvoker2< ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_17, (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_21; L_21 = (( Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_21); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_22; L_22 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); VirtualActionInvoker1< Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_24); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_25 = V_0; return (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mCE330444EAF3A7ECE86E6A17CC9D2B368195F979_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, const RuntimeMethod* method) { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_0; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1; L_1 = (( Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); (( void (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_3; L_3 = (( Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_4 = V_0; NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_3); (( void (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_3, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m8BB6DE7F08C837CAAB82195ED0C157259C8323D2_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m7677E03318F6538688EC867ABEDD2C98D4224775_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m4B540450CA0282873B8EF0F7551EA20FBDF997A5_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___source0, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m0F2DD8D35EC140889C589600FC3652E213943674_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___source0, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m8A70AC97795D56B38FB5219BC8C699956F100935_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m1864C7A4FC765D9FE5CC69CA2696D9515518534E_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * CloningImageProcessor_1_CreateTarget_m1A7568FF9B69203D677A67B690849EC496D2D000_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, const RuntimeMethod* method) { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_0; L_0 = (( Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_0; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_2 = V_0; NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_2); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_3; L_3 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164* L_5 = (ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164*)(ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_11 = V_0; NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_11); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_12; L_12 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_12); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_14; L_14 = (( ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * (*) (ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_17 = (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t604EDEB5E09F4044034E37375E6FD654419DE164* L_25 = V_2; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_26 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m2CB5958827CB7504D3B52BC219649AAE45725EF6_gshared (CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 * __this, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___a0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___b1, const RuntimeMethod* method) { { Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_0 = ___a0; NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_0); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_1; L_1 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_3 = ___b1; NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_3); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_4; L_4 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m2CB5958827CB7504D3B52BC219649AAE45725EF6_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mA4EF6BB20D565476FCF1677E60978AB4250930B8_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * CloningImageProcessor_1_get_Source_m14F61AD9A28C08251774C80025B4CA753CAA5246_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, const RuntimeMethod* method) { { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_0 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m4FE97F9D48DABE484E19030B18E63B82A089AEFB_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m74B00E593244DD31FE367F7F8C76FC7A766BCEBC_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m4EAAFD6FB98358AE5EFAA8B826BA36FA2CE36274_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, const RuntimeMethod* method) { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * V_2 = NULL; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_0; L_0 = (( Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_0; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1; L_1 = (( Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_2 = V_0; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); (( void (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_4 = V_0; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); VirtualActionInvoker1< Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_5; L_5 = (( Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_5); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_6; L_6 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_6); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_8; L_8 = (( ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * (*) (ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_8; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_9 = V_0; NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_9); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_10; L_10 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_10); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_12; L_12 = (( ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * (*) (ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_12; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_13 = V_2; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); VirtualActionInvoker2< ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_13, (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_14); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_15 = V_2; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); VirtualActionInvoker2< ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_15, (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_16); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_17 = V_2; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); VirtualActionInvoker2< ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_17, (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_21; L_21 = (( Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_21); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_22; L_22 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_24 = V_0; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); VirtualActionInvoker1< Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_24); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_25 = V_0; return (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m328FB2E1F1DC2D302DCB3C71171601C03F602C14_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, const RuntimeMethod* method) { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_0; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1; L_1 = (( Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_2 = V_0; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); (( void (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_3; L_3 = (( Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_4 = V_0; NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_3); (( void (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_3, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mD57A3B29DC7C9CBED1662A38D5CC9F7326BE6387_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m74B4FE4DC15B73ACB7BDEDA46654770E735BEB23_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mB4FCD7346C875A3E54BECDA0A87C135C44E7D351_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___source0, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mF97E52AF71A72F845EA8C2A5DC9FAB1E8516359C_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___source0, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m23E41E9440537F1C5EB779E93DC585EC1A1277D1_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mC88CB85CB072330E95884BD11E1D093C615DD4DF_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * CloningImageProcessor_1_CreateTarget_m7908B80AFF32435F6428B596C96572C11D2FEC3F_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, const RuntimeMethod* method) { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_0; L_0 = (( Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_0; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_2 = V_0; NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_2); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_3; L_3 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA* L_5 = (ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA*)(ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_11 = V_0; NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_11); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_12; L_12 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_12); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_14; L_14 = (( ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * (*) (ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_17 = (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t268E4BF56C5A4F1BB5C1530E3CAAD6253ED8B4FA* L_25 = V_2; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_26 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m14EE90FAF5DE0813FAFEFC3F0A11920D29B0DDF2_gshared (CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C * __this, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___a0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___b1, const RuntimeMethod* method) { { Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_0 = ___a0; NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_0); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_1; L_1 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_3 = ___b1; NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_3); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_4; L_4 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m14EE90FAF5DE0813FAFEFC3F0A11920D29B0DDF2_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m498DF00F6975439A7D6C7E9B1F11F5024342B9B8_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * CloningImageProcessor_1_get_Source_mA8AE02202B0F4DAFFDA4E6C3EFE903B2E8F9661A_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, const RuntimeMethod* method) { { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_0 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m3EAADB880C7D2852BC0B4088E07C47C8A2FF2AE8_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mBF80E11DF22E42750D8027DF261DCEB52DF6CE68_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mCD508E95603059621602DB585C4DF0DCFF90198C_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, const RuntimeMethod* method) { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * V_2 = NULL; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_0; L_0 = (( Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_0; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1; L_1 = (( Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); (( void (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); VirtualActionInvoker1< Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_5; L_5 = (( Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_5); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_6; L_6 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_6); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_8; L_8 = (( ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * (*) (ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_8; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_9 = V_0; NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_9); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_10; L_10 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_10); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_12; L_12 = (( ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * (*) (ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_12; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_13 = V_2; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); VirtualActionInvoker2< ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_13, (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_14); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_15 = V_2; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); VirtualActionInvoker2< ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_15, (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_16); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_17 = V_2; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); VirtualActionInvoker2< ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_17, (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_21; L_21 = (( Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_21); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_22; L_22 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); VirtualActionInvoker1< Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_24); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_25 = V_0; return (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m14DF79E3577288BD4B585458304CF40226795370_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, const RuntimeMethod* method) { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_0; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1; L_1 = (( Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); (( void (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_3; L_3 = (( Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_4 = V_0; NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_3); (( void (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_3, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m5206CC0BB04D9912B42430AA02EA0625D75127B3_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m63BE248893379F06D4FC0B3FC359F03BDDA2A824_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mECFE391370C5A396C4E16FF44D756667A1BD2439_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___source0, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m82169B5FD31513645D8570F303A08E62CE9EA0AF_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___source0, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m5175DABA3F440A4B5B3372D2EC3D7A654E14D9AA_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m21C4288732C8A6EBCFC3178C08C25CA5A814A951_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * CloningImageProcessor_1_CreateTarget_m5260A5AA7682125CA7C582752DBF59B3002B7B41_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, const RuntimeMethod* method) { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_0; L_0 = (( Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_0; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_2 = V_0; NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_2); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_3; L_3 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02* L_5 = (ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02*)(ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_11 = V_0; NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_11); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_12; L_12 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_12); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_14; L_14 = (( ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * (*) (ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_17 = (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t3E1FD28F028AEA53B7864EABAC8D95DD3A042C02* L_25 = V_2; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_26 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mD5304638E939EDC0925028CD58B020927C437CD2_gshared (CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 * __this, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___a0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___b1, const RuntimeMethod* method) { { Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_0 = ___a0; NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_0); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_1; L_1 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_3 = ___b1; NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_3); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_4; L_4 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mD5304638E939EDC0925028CD58B020927C437CD2_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m5CC82523170F2A21BD08175068BFAA1D7F44B8E1_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * CloningImageProcessor_1_get_Source_mC1948ACF19AA61A5A3F1D0EA6015F1F5907293E2_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, const RuntimeMethod* method) { { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_0 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m7FC981889B6DA99D2C300EAA456F1BB7B8C13933_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m160F3DECA58CBD450DB4606132A9DE74D44A4C89_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mAC5DE45154A5D9C8EEAB0B306CF31689AA65DA28_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, const RuntimeMethod* method) { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * V_2 = NULL; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_0; L_0 = (( Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_0; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1; L_1 = (( Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_2 = V_0; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); (( void (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_4 = V_0; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); VirtualActionInvoker1< Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_5; L_5 = (( Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_5); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_6; L_6 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_6); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_8; L_8 = (( ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * (*) (ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_8; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_9 = V_0; NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_9); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_10; L_10 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_10); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_12; L_12 = (( ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * (*) (ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_12; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_13 = V_2; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); VirtualActionInvoker2< ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_13, (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_14); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_15 = V_2; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); VirtualActionInvoker2< ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_15, (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_16); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_17 = V_2; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); VirtualActionInvoker2< ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_17, (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_21; L_21 = (( Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_21); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_22; L_22 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_24 = V_0; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); VirtualActionInvoker1< Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_24); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_25 = V_0; return (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m64CE61C08D338D65B2CF540C5EF5EAA037BBFE78_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, const RuntimeMethod* method) { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_0; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1; L_1 = (( Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_2 = V_0; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); (( void (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_3; L_3 = (( Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_4 = V_0; NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_3); (( void (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_3, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m2BDDB87ACF63CB627439E8EFEC22E9E5BA82C599_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m1072CE5F0253A381F2C3EBB5F20ACAB70E7D3401_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mAFF9C101C0F25E82FEC741BD4E755D5AA4F2CA3C_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___source0, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mD9160AAF68E608C449228C6F08A153760FB72C74_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___source0, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m00CF3467881C9609F0D0E719515ED707B4FD2ACE_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m72AD31FAE42CB27FAFA281B27B3B15C7659C72DA_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * CloningImageProcessor_1_CreateTarget_m92EB35E1667AA545E157ED79763D874162B982B5_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, const RuntimeMethod* method) { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_0; L_0 = (( Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_0; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_2 = V_0; NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_2); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_3; L_3 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639* L_5 = (ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639*)(ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_11 = V_0; NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_11); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_12; L_12 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_12); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_14; L_14 = (( ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * (*) (ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_17 = (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t195AF29BE1FF16488A24935D6AD475E661202639* L_25 = V_2; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_26 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m79819EB6E65D32A1A3E3C744480D12CA22A458F8_gshared (CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 * __this, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___a0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___b1, const RuntimeMethod* method) { { Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_0 = ___a0; NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_0); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_1; L_1 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_3 = ___b1; NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_3); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_4; L_4 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m79819EB6E65D32A1A3E3C744480D12CA22A458F8_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mD060049FAD7E0D4DB561DB1AC5D80E76FF4D96ED_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * CloningImageProcessor_1_get_Source_mF08C577F0A267EFCA3940CD44DC9792E0F7A5026_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, const RuntimeMethod* method) { { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_0 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m70C62770E38C13B397CF33EE1D90834137FFAEFE_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m8A1A0801C12BB7E00D7E35A9A95C51A9296AE6F0_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m9BCB14D229E62818720079D27077403722726812_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, const RuntimeMethod* method) { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * V_2 = NULL; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_0; L_0 = (( Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_0; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1; L_1 = (( Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); (( void (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); VirtualActionInvoker1< Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_5; L_5 = (( Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_5); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_6; L_6 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_6); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_8; L_8 = (( ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * (*) (ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_8; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_9 = V_0; NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_9); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_10; L_10 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_10); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_12; L_12 = (( ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * (*) (ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_12; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_13 = V_2; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_14 = V_3; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); VirtualActionInvoker2< ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_13, (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_14); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_15 = V_2; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_16 = V_3; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); VirtualActionInvoker2< ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_15, (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_16); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_17 = V_2; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_18 = V_3; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); VirtualActionInvoker2< ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_17, (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_21; L_21 = (( Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_21); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_22; L_22 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); VirtualActionInvoker1< Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_24); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_25 = V_0; return (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m9E9005CF26D890C0A63DEF8BF5FA48D31856CE53_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, const RuntimeMethod* method) { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_0; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1; L_1 = (( Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); (( void (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_3; L_3 = (( Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_4 = V_0; NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_3); (( void (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_3, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m4CB03D3D08064D0C35581BEB284673B4519C6B82_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mBEC10FBE28950D94AFD4CA2ABDABA325B2199746_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mB271248CB8922A6B1BA6CC8069CD664A9328ED8A_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___source0, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m3085C1338CC379081E42EECA6FC6007882A77B34_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___source0, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mBDA6814519DDE7ADF4A98727555988F41C5A9D76_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m341A074C6824B87CE0F0EC82CE0226D633342309_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * CloningImageProcessor_1_CreateTarget_m32B5B6FFF728CC674CE6D9418B81248A7DAA4906_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, const RuntimeMethod* method) { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_0; L_0 = (( Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_0; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_2 = V_0; NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_2); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_3; L_3 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26* L_5 = (ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26*)(ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_11 = V_0; NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_11); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_12; L_12 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_12); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_14; L_14 = (( ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * (*) (ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_17 = (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t1C9E64A74FDC5403184F477CBB3136793BB74B26* L_25 = V_2; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_26 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mA8020B718BED1F9C0A107D9865419993BFF333DA_gshared (CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D * __this, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___a0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___b1, const RuntimeMethod* method) { { Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_0 = ___a0; NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_0); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_1; L_1 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_3 = ___b1; NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_3); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_4; L_4 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mA8020B718BED1F9C0A107D9865419993BFF333DA_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m0E601B77B748B18BB9BDAA1DCD9CE8AFB9BE523B_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * CloningImageProcessor_1_get_Source_m16B2E6CC463C7A58ABB77C1C13B34323CE590DBB_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, const RuntimeMethod* method) { { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_0 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mA42F63688B06A43E430E6B9628FF2F34D7010904_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m4840C3D325BE5A218A692C3F251A0256FB5EEA49_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mD9241507933222167114E53CA43E1863C07FB426_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, const RuntimeMethod* method) { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * V_2 = NULL; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_0; L_0 = (( Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_0; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1; L_1 = (( Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); (( void (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_4 = V_0; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); VirtualActionInvoker1< Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_5; L_5 = (( Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_5); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_6; L_6 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_6); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_8; L_8 = (( ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * (*) (ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_8; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_9 = V_0; NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_9); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_10; L_10 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_10); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_12; L_12 = (( ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * (*) (ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_12; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_13 = V_2; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_14 = V_3; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); VirtualActionInvoker2< ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_13, (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_14); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_15 = V_2; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_16 = V_3; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); VirtualActionInvoker2< ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_15, (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_16); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_17 = V_2; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_18 = V_3; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); VirtualActionInvoker2< ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_17, (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_21; L_21 = (( Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_21); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_22; L_22 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_24 = V_0; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); VirtualActionInvoker1< Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_24); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_25 = V_0; return (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m0BA14F49540F20990442D37FC063EF90786FA630_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, const RuntimeMethod* method) { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_0; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1; L_1 = (( Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); (( void (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_3; L_3 = (( Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_4 = V_0; NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_3); (( void (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_3, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mFE6A88B3CA3505AC301CC3B8366C465F88306B67_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m46FB6BCFC615B3FCBD292929187F3F48D8B17BDD_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m856E3BD60C85B80C9D496E17878D9CA103295232_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___source0, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m8E1DB31F456B17CA87B9493834D9540F1712BF11_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___source0, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mCFCFE71E691C3F2F74404185AC6A4EE4250C893E_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mA3EDB0D2EA786ADA488610805CA4E8D3710298DD_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * CloningImageProcessor_1_CreateTarget_m8186312B72E120F7286FFB048419057C839AED3E_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, const RuntimeMethod* method) { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_0; L_0 = (( Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_0; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_2 = V_0; NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_2); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_3; L_3 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567* L_5 = (ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567*)(ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_11 = V_0; NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_11); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_12; L_12 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_12); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_14; L_14 = (( ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * (*) (ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_17 = (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t679AE6829AA60BF95467EE160272944647152567* L_25 = V_2; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_26 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m1E8517C82785C1A6227F7A58CE322389C046F58C_gshared (CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A * __this, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___a0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___b1, const RuntimeMethod* method) { { Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_0 = ___a0; NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_0); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_1; L_1 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_3 = ___b1; NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_3); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_4; L_4 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m1E8517C82785C1A6227F7A58CE322389C046F58C_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mE9982064D4FF8E4D91B4E7D401D2C05EB1B020C7_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * CloningImageProcessor_1_get_Source_m20454A0619C8656EDA1C92BCC41ED2A8C344A9D9_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, const RuntimeMethod* method) { { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_0 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mFD204E651F6556A617517D33C267BE8BE24DFA70_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mA66D0370B08B51C7559FFF7C88AD0389F56C6837_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m398468F08B2A214ECAF323A2ECBB9C7C34CCCEA9_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, const RuntimeMethod* method) { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * V_2 = NULL; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_0; L_0 = (( Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_0; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1; L_1 = (( Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_2 = V_0; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); (( void (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_4 = V_0; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); VirtualActionInvoker1< Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_5; L_5 = (( Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_5); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_6; L_6 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_6); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_8; L_8 = (( ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * (*) (ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_8; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_9 = V_0; NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_9); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_10; L_10 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_10); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_12; L_12 = (( ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * (*) (ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_12; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_13 = V_2; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); VirtualActionInvoker2< ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_13, (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_14); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_15 = V_2; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); VirtualActionInvoker2< ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_15, (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_16); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_17 = V_2; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); VirtualActionInvoker2< ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_17, (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_21; L_21 = (( Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_21); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_22; L_22 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_24 = V_0; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); VirtualActionInvoker1< Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_24); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_25 = V_0; return (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m5C44147A943030CAB42428FA31F62EBA1AC924DA_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, const RuntimeMethod* method) { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_0; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1; L_1 = (( Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_2 = V_0; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); (( void (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_3; L_3 = (( Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_4 = V_0; NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_3); (( void (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_3, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m9434FA4C1BC1697C0C8B1295CECA251967B6A926_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mF29D32E353BE46100DC2BB3764D278E1E89F06D7_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mD681885E65C0F85235DFB820845C69E4CE8007FF_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___source0, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mD51FC7F5632665BA43959F1985B800420645239B_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___source0, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m96999F5C03DAF64606B35BBECD1BC9A66C0DC722_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mD8F0F2D050B5AA0EC4044E9F4EC113229B90AC86_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * CloningImageProcessor_1_CreateTarget_mEDD569469751929C139F13A736D47B1D7E8825C5_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, const RuntimeMethod* method) { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_0; L_0 = (( Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_0; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_2 = V_0; NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_2); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_3; L_3 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2* L_5 = (ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2*)(ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_11 = V_0; NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_11); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_12; L_12 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_12); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_14; L_14 = (( ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * (*) (ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_17 = (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t558AD9B42311D67908D8366D3ADE46FBF163A7E2* L_25 = V_2; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_26 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mE99BB99A712F8AFF110AEBAA31E21D633D3FE343_gshared (CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C * __this, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___a0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___b1, const RuntimeMethod* method) { { Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_0 = ___a0; NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_0); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_1; L_1 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_3 = ___b1; NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_3); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_4; L_4 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mE99BB99A712F8AFF110AEBAA31E21D633D3FE343_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mE3D1B5988C175DB3B64E94FE2C68BC61A25BFD18_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * CloningImageProcessor_1_get_Source_m834110951FFA6A6DAB1CEC4BA85C8070EE890566_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, const RuntimeMethod* method) { { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_0 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m308700875642C1CFC717BAA26ABECE2245603DC3_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m644AA7D18EB43B9F6A5E6BC49B93D051D1463A1B_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m538AA4AE51E85D0ACB7FF7BDD6B0F1232D8AA2F7_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, const RuntimeMethod* method) { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * V_2 = NULL; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_0; L_0 = (( Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_0; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1; L_1 = (( Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); (( void (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_4 = V_0; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); VirtualActionInvoker1< Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_5; L_5 = (( Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_5); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_6; L_6 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_6); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_8; L_8 = (( ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * (*) (ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_8; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_9 = V_0; NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_9); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_10; L_10 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_10); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_12; L_12 = (( ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * (*) (ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_12; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_13 = V_2; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_14 = V_3; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); VirtualActionInvoker2< ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_13, (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_14); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_15 = V_2; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_16 = V_3; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); VirtualActionInvoker2< ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_15, (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_16); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_17 = V_2; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_18 = V_3; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); VirtualActionInvoker2< ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_17, (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_21; L_21 = (( Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_21); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_22; L_22 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_24 = V_0; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); VirtualActionInvoker1< Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_24); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_25 = V_0; return (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m05052BC0C889D8633C1FABBF7F55CBD14B03F410_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, const RuntimeMethod* method) { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_0; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1; L_1 = (( Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); (( void (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_3; L_3 = (( Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_4 = V_0; NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_3); (( void (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_3, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mAB1F446A1AFE6234B917EA5359FECC62E7C5C895_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mE533E1FADBEDA88C274A8F139E729553ABA4A245_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m9D77BF9B642BF598854C63F070C9192FBFA1C533_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___source0, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m32F5274E2BFC50C59008740A13649B12ECB099DF_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___source0, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mF9881B9D2196861424A1BA238D6DD88831150F7E_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m33E200A7B1EA9F1D8AD6F4F70E03D3B3751A805C_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * CloningImageProcessor_1_CreateTarget_mEB371538BF0A2B355D96E122C67A6E2F50EA4CAC_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, const RuntimeMethod* method) { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_0; L_0 = (( Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_0; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_2 = V_0; NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_2); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_3; L_3 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229* L_5 = (ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229*)(ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_11 = V_0; NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_11); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_12; L_12 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_12); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_14; L_14 = (( ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * (*) (ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_17 = (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t76E3237D2E9D9C11D3D5FAF31C3D06D588FAA229* L_25 = V_2; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_26 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mF4A33D10E67B7AA927F05CBD52C5B98778ECB09D_gshared (CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 * __this, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___a0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___b1, const RuntimeMethod* method) { { Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_0 = ___a0; NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_0); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_1; L_1 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_3 = ___b1; NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_3); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_4; L_4 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mF4A33D10E67B7AA927F05CBD52C5B98778ECB09D_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m2C559590BF6476C40C04B1C69612E989A48CBCF3_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * CloningImageProcessor_1_get_Source_m915794CEC11945A1F031893FB2D8B3D483AA08A8_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, const RuntimeMethod* method) { { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_0 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m2FAEF1268C84B209DBDCC322B7A655321EB906A4_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mDEF149528B40D0AC5348D7C83B3137E4778F812C_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m889F5C9CAE780EEFA9FB11C56C8793D2C79D9D19_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, const RuntimeMethod* method) { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * V_2 = NULL; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_0; L_0 = (( Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_0; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1; L_1 = (( Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); (( void (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); VirtualActionInvoker1< Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_5; L_5 = (( Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_5); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_6; L_6 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_6); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_8; L_8 = (( ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * (*) (ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_8; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_9 = V_0; NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_9); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_10; L_10 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_10); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_12; L_12 = (( ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * (*) (ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_12; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_13 = V_2; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); VirtualActionInvoker2< ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_13, (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_14); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_15 = V_2; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); VirtualActionInvoker2< ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_15, (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_16); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_17 = V_2; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); VirtualActionInvoker2< ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_17, (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_21; L_21 = (( Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_21); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_22; L_22 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); VirtualActionInvoker1< Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_24); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_25 = V_0; return (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m34EA39EF7A89A16A1A02C67F81392738C2288964_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, const RuntimeMethod* method) { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_0; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1; L_1 = (( Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); (( void (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_3; L_3 = (( Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_4 = V_0; NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_3); (( void (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_3, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m9A8269C5B44ACA909D4DE52ED9F24130E7C6A094_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m02D37C62E5EF9E9910AE78386DB1CEFCA7483FAE_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mC00C5AAE7D3CFD2B18D31B20A8F60DB23DC9A3D3_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___source0, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m3361673ECD2446336A4B29EF048188AB5A771B32_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___source0, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mEA6DB01D751D8CCFB25C0707607AD5162958B40E_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mEC0C0A464ADC49244D489C95550795ED74F8CD96_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * CloningImageProcessor_1_CreateTarget_m2643A991E1097E75D378F283ACC278919F4B6BA3_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, const RuntimeMethod* method) { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_0; L_0 = (( Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_0; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_2 = V_0; NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_2); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_3; L_3 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB* L_5 = (ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB*)(ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_11 = V_0; NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_11); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_12; L_12 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_12); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_14; L_14 = (( ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * (*) (ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_17 = (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t6D041565B6D06F24A45E0B13F55C44B5218D87CB* L_25 = V_2; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_26 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mE3B5574CB2E4EAB0B1280D33C0B9D0BF594929FC_gshared (CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 * __this, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___a0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___b1, const RuntimeMethod* method) { { Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_0 = ___a0; NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_0); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_1; L_1 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_3 = ___b1; NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_3); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_4; L_4 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mE3B5574CB2E4EAB0B1280D33C0B9D0BF594929FC_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mC9567FD4654D20B0265CF3CD97E5AC5E3C3C400F_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * CloningImageProcessor_1_get_Source_m059C5C0F3FA9EB91B3DA574B585BB2CD676A0F7F_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, const RuntimeMethod* method) { { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_0 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mD2C40178039E2508AA48C30BAA8095585EB7FB1A_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m96B0F22126508D6CFAE5A45769CED37673BF1FBB_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mB6997CD006201920A79A8DC3670D3FD142E79B74_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, const RuntimeMethod* method) { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * V_2 = NULL; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_0; L_0 = (( Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_0; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1; L_1 = (( Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); (( void (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_4 = V_0; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); VirtualActionInvoker1< Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_5; L_5 = (( Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_5); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_6; L_6 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_6); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_8; L_8 = (( ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * (*) (ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_8; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_9 = V_0; NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_9); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_10; L_10 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_10); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_12; L_12 = (( ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * (*) (ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_12; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_13 = V_2; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); VirtualActionInvoker2< ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_13, (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_14); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_15 = V_2; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); VirtualActionInvoker2< ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_15, (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_16); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_17 = V_2; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); VirtualActionInvoker2< ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_17, (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_21; L_21 = (( Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_21); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_22; L_22 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_24 = V_0; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); VirtualActionInvoker1< Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_24); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_25 = V_0; return (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mF06859EB2B3F603318CEBFA7ABAC7BCEA2F19E88_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, const RuntimeMethod* method) { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_0; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1; L_1 = (( Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); (( void (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_3; L_3 = (( Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_4 = V_0; NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_3); (( void (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_3, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m6F0FA6485F4E35B56C3999092BB8FF50CF054D38_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mFB7B2D137B408C778D25F1153C8C50202CEDB3D1_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m6D3BF2A7BEB5BE92331FA2261B0845D1E400F1DA_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___source0, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mAB30FE729FF0D968485DDAE8B930811E26D8A8D1_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___source0, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mF1C91A5F6DBBAB4140770BE4E5E3A5F2D85B60AD_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m43069E2577F6EC4A4BB68D261FBF7F712E93AEC0_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * CloningImageProcessor_1_CreateTarget_mF9EDB1E45E35E83A8BF2CD785C0BAA4DBBCE53F4_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, const RuntimeMethod* method) { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_0; L_0 = (( Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_0; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_2 = V_0; NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_2); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_3; L_3 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8* L_5 = (ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8*)(ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_11 = V_0; NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_11); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_12; L_12 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_12); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_14; L_14 = (( ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * (*) (ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_17 = (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t7B29C86AA826812E4C41D61AB8318498D4775DB8* L_25 = V_2; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_26 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m1526659F9295CCDBBD1545D54017896F67008354_gshared (CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 * __this, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___a0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___b1, const RuntimeMethod* method) { { Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_0 = ___a0; NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_0); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_1; L_1 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_3 = ___b1; NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_3); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_4; L_4 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m1526659F9295CCDBBD1545D54017896F67008354_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mB56D931232C0ABDF8CEF6473C775EFFC233A8B51_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * CloningImageProcessor_1_get_Source_m73648447DF0CABB175751FF1E15F829ECFF1120D_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, const RuntimeMethod* method) { { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_0 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mD03B5A5528561E854C2BC71A40BF978843EA0419_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mD27D8FA86F76B884486EFC17F40533F13C3D5343_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mB79461A2EBEB87A45039599845EEF3902721349E_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, const RuntimeMethod* method) { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * V_2 = NULL; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_0; L_0 = (( Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_0; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1; L_1 = (( Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); (( void (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); VirtualActionInvoker1< Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_5; L_5 = (( Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_5); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_6; L_6 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_6); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_8; L_8 = (( ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * (*) (ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_8; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_9 = V_0; NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_9); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_10; L_10 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_10); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_12; L_12 = (( ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * (*) (ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_12; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_13 = V_2; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); VirtualActionInvoker2< ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_13, (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_14); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_15 = V_2; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); VirtualActionInvoker2< ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_15, (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_16); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_17 = V_2; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); VirtualActionInvoker2< ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_17, (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_21; L_21 = (( Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_21); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_22; L_22 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); VirtualActionInvoker1< Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_24); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_25 = V_0; return (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mB7E600779A3336517C553341A6AF94405F3BFC6C_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, const RuntimeMethod* method) { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_0; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1; L_1 = (( Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); (( void (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_3; L_3 = (( Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_4 = V_0; NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_3); (( void (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_3, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m8932875429561C2B114AF890756241F0C104E45D_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m65DE77E1E040B71000500ADF162D0E203850823F_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m9A6ED9B2D54E38696C8D90F6A9E3CEB037730848_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___source0, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mC1175B80B1D3014D372540AFDCF09048569D341F_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___source0, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m2E24C7BE6F1444FC03ED6D57953AC30A65FBA7B1_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mB8DA33B09D0903158774044F721DCA7FFD4D3C12_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * CloningImageProcessor_1_CreateTarget_m5E627EE68727837819A39F5AA047AA010A406022_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, const RuntimeMethod* method) { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_0; L_0 = (( Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_0; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_2 = V_0; NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_2); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_3; L_3 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336* L_5 = (ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336*)(ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_11 = V_0; NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_11); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_12; L_12 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_12); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_14; L_14 = (( ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * (*) (ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_17 = (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t4C6DA48041D0DD4422C585DAFD670DFBEDE05336* L_25 = V_2; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_26 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mA80B98828249D11CB1AD533758A87945814EB831_gshared (CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 * __this, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___a0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___b1, const RuntimeMethod* method) { { Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_0 = ___a0; NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_0); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_1; L_1 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_3 = ___b1; NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_3); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_4; L_4 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mA80B98828249D11CB1AD533758A87945814EB831_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m4F1C75289C13DFC850190319022D1032D93AEBE1_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * CloningImageProcessor_1_get_Source_m9E771C540BD63DF6D7C54FD2EABACE653178BFBA_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, const RuntimeMethod* method) { { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_0 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m027BB6D8687C8815248B3E771F783E90F7EBF41A_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m85A9AFFC3804ABAC67E2C3B5E5C64272E59B5AD6_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m785BDD1FD0F1980D3DEC1AF74C2AB1F1ED11EF69_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, const RuntimeMethod* method) { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * V_2 = NULL; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_0; L_0 = (( Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_0; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1; L_1 = (( Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_2 = V_0; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); (( void (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_4 = V_0; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); VirtualActionInvoker1< Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_5; L_5 = (( Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_5); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_6; L_6 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_6); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_8; L_8 = (( ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * (*) (ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_8; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_9 = V_0; NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_9); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_10; L_10 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_10); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_12; L_12 = (( ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * (*) (ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_12; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_13 = V_2; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); VirtualActionInvoker2< ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_13, (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_14); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_15 = V_2; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); VirtualActionInvoker2< ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_15, (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_16); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_17 = V_2; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); VirtualActionInvoker2< ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_17, (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_21; L_21 = (( Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_21); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_22; L_22 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_24 = V_0; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); VirtualActionInvoker1< Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_24); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_25 = V_0; return (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m8056AE899A07707123CB56637C62C1479797C728_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, const RuntimeMethod* method) { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_0; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1; L_1 = (( Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_2 = V_0; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); (( void (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_3; L_3 = (( Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_4 = V_0; NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_3); (( void (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_3, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m9E3A922EEAC1F24D9F1C289F0FA45B973528C27A_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m6BA6B503663FC9328A9F364435924373A997EA3C_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m6D7C8DA8C00A28599F9EFE10CC1C5F7ACF6D6CA0_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___source0, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mF562FC884F3B3C05CF2431FE9BEA09746CBB4744_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___source0, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m1671D819FA9DC57D6CCEE07CDC245BC12108BACB_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mE9DF4710D6E6617608F000E1691E30ADC6EA67AE_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * CloningImageProcessor_1_CreateTarget_m643FA5EF12288827C34DD3716E332ACF9034999B_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, const RuntimeMethod* method) { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_0; L_0 = (( Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_0; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_2 = V_0; NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_2); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_3; L_3 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997* L_5 = (ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997*)(ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_11 = V_0; NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_11); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_12; L_12 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_12); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_14; L_14 = (( ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * (*) (ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_17 = (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_tB794686F1F6D4F11E4B67295CF401A2888E10997* L_25 = V_2; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_26 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m262DA0592FF9271EA70E89EC368F1680086A7607_gshared (CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 * __this, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___a0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___b1, const RuntimeMethod* method) { { Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_0 = ___a0; NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_0); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_1; L_1 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_3 = ___b1; NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_3); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_4; L_4 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m262DA0592FF9271EA70E89EC368F1680086A7607_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m21579A6E8A6B7964EAC4A6E59EA8BF100A1A7653_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * CloningImageProcessor_1_get_Source_m2EAA0115A484FA4D3CF39DD7149DA466D0490887_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, const RuntimeMethod* method) { { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_0 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mEBEDF49BB5B3834C54C17F3344E64BD2CCA2C693_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m86A8ECC5F6C248FC6DC86BC57B6A570F962B2307_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m6DF91BD730C1A89E4AB9FCF6AE9106574450EA90_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, const RuntimeMethod* method) { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * V_2 = NULL; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_0; L_0 = (( Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_0; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1; L_1 = (( Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_2 = V_0; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); (( void (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_4 = V_0; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); VirtualActionInvoker1< Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_5; L_5 = (( Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_5); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_6; L_6 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_6); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_8; L_8 = (( ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * (*) (ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_8; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_9 = V_0; NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_9); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_10; L_10 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_10); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_12; L_12 = (( ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * (*) (ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_12; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_13 = V_2; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); VirtualActionInvoker2< ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_13, (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_14); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_15 = V_2; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); VirtualActionInvoker2< ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_15, (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_16); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_17 = V_2; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); VirtualActionInvoker2< ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_17, (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_21; L_21 = (( Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_21); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_22; L_22 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_24 = V_0; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); VirtualActionInvoker1< Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_24); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_25 = V_0; return (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m522341423C3A2D1B2576387128B7AD074EF07485_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, const RuntimeMethod* method) { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_0; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1; L_1 = (( Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_2 = V_0; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); (( void (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_3; L_3 = (( Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_4 = V_0; NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_3); (( void (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_3, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m34EE766049E169F8D9E846FF46E121460B70262F_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mD201F40739D8549B3018AAD101CA3EC5E60A0849_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m90615B6D55810992C18271365D70F9DEE4B09E3D_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___source0, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mD6079A0176406D8FE72F79C02FE06F14E8753D0F_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___source0, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m94D00ABFBF1A39D3ABDA8821E4647B326F2C70B5_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m60A5A6A25589CCE660138124E6879D69569F16D0_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * CloningImageProcessor_1_CreateTarget_m7EE3A5F756F580390D6F147613C9A56122ED96FD_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, const RuntimeMethod* method) { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_0; L_0 = (( Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_0; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_2 = V_0; NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_2); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_3; L_3 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7* L_5 = (ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7*)(ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_11 = V_0; NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_11); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_12; L_12 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_12); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_14; L_14 = (( ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * (*) (ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_17 = (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t266C3DB5CA4834D8CD88143D3032F7B388FDAFC7* L_25 = V_2; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_26 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m1DF128C4534B9E0047A81FF62D5498C196A1175F_gshared (CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 * __this, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___a0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___b1, const RuntimeMethod* method) { { Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_0 = ___a0; NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_0); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_1; L_1 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_3 = ___b1; NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_3); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_4; L_4 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m1DF128C4534B9E0047A81FF62D5498C196A1175F_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mD366D0D04AB036F11ABCF62E5600A92C9694DC9A_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * CloningImageProcessor_1_get_Source_mE9CB1853A71EA10B9E1C43E855E2C6CA592EC176_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, const RuntimeMethod* method) { { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_0 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m36A43860674B3AEDCA54852C8B6F1954F1A7C5AC_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m369DCDD94633CF79080F4824EA8631176A98EEA7_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mAF7922E04D9B71E4B6DA1F8BB1229D7BD4596AAE_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, const RuntimeMethod* method) { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * V_2 = NULL; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_0; L_0 = (( Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_0; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1; L_1 = (( Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); (( void (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); VirtualActionInvoker1< Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_5; L_5 = (( Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_5); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_6; L_6 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_6); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_8; L_8 = (( ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * (*) (ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_8; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_9 = V_0; NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_9); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_10; L_10 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_10); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_12; L_12 = (( ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * (*) (ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_12; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_13 = V_2; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); VirtualActionInvoker2< ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_13, (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_14); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_15 = V_2; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); VirtualActionInvoker2< ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_15, (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_16); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_17 = V_2; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); VirtualActionInvoker2< ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_17, (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_21; L_21 = (( Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_21); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_22; L_22 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); VirtualActionInvoker1< Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_24); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_25 = V_0; return (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m516135355E798F0CC2EF349B52B6F8C2755579FA_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, const RuntimeMethod* method) { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_0; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1; L_1 = (( Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); (( void (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_3; L_3 = (( Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_4 = V_0; NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_3); (( void (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_3, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mBE4906D8403602D60E12E1B90B8620981FC61C57_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mCCCFEC775A459A96ABA182B20B91DB44AD0184F0_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mB97CD1AAA1582B7A6408894D8F91F722F53D0EAD_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___source0, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m5CF2CC187D95C44FDA56F3E8CF2871582A05B084_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___source0, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mABF1CD3B822B97736BC68F244B52611971C2ADF4_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mEBE3CB2FBEE733F21224ED950D74A6B45578F664_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * CloningImageProcessor_1_CreateTarget_m07E12DE5E06FF84566DF1233A4699F8BA6B7027E_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, const RuntimeMethod* method) { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_0; L_0 = (( Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_0; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_2 = V_0; NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_2); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_3; L_3 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF* L_5 = (ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF*)(ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_11 = V_0; NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_11); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_12; L_12 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_12); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_14; L_14 = (( ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * (*) (ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_17 = (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t7600E8024E21F865A7CBCAF054A3899D78B45ECF* L_25 = V_2; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_26 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mCE0F6C1C8CDDD94EC2A6F913724CF8C328F54B37_gshared (CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 * __this, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___a0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___b1, const RuntimeMethod* method) { { Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_0 = ___a0; NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_0); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_1; L_1 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_3 = ___b1; NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_3); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_4; L_4 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mCE0F6C1C8CDDD94EC2A6F913724CF8C328F54B37_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m1C2B30B1B7F45D6FA8E1A123C927BF7952A32F6D_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * CloningImageProcessor_1_get_Source_m0C567C73DB5B3A6E99EBA49D33C839DF31BB8978_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, const RuntimeMethod* method) { { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_0 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mDD1A9B9ECB6CDE502F04C5F898E7634E0B12B631_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m25C116BF88A7B51FF39662A306E98B8A66114213_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mD312DE0F155EA7F8394ADB8EC1523B72F553DABB_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, const RuntimeMethod* method) { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * V_2 = NULL; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_0; L_0 = (( Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_0; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1; L_1 = (( Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); (( void (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_4 = V_0; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); VirtualActionInvoker1< Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_5; L_5 = (( Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_5); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_6; L_6 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_6); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_8; L_8 = (( ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * (*) (ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_8; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_9 = V_0; NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_9); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_10; L_10 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_10); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_12; L_12 = (( ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * (*) (ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_12; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_13 = V_2; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); VirtualActionInvoker2< ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_13, (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_14); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_15 = V_2; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); VirtualActionInvoker2< ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_15, (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_16); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_17 = V_2; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); VirtualActionInvoker2< ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_17, (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_21; L_21 = (( Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_21); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_22; L_22 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_24 = V_0; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); VirtualActionInvoker1< Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_24); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_25 = V_0; return (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mB91A2B758DB392AC78AB94D61C86ECCD9F213D0C_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, const RuntimeMethod* method) { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_0; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1; L_1 = (( Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); (( void (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_3; L_3 = (( Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_4 = V_0; NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_3); (( void (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_3, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mAA040767FC3678C575CDF7B82991756C04D83FD7_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mECEAE605B28E9E0E93825E07B89E438C00F19A88_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m69444A6568FE177F706990BDDDAA18FBBBD532FE_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___source0, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m6891B5794BF0A0CA1AA342177CF094CD009922B0_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___source0, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mBD8C7515627AEE22F63F18FF3C3D157672124790_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m1F51E980908203B42C1857B90DD0066883A22D23_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * CloningImageProcessor_1_CreateTarget_mFD1CC17A326D9B1A2F2B9D89532A560516345D13_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, const RuntimeMethod* method) { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_0; L_0 = (( Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_0; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_2 = V_0; NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_2); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_3; L_3 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC* L_5 = (ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC*)(ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_11 = V_0; NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_11); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_12; L_12 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_12); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_14; L_14 = (( ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * (*) (ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_17 = (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_tC26B6FF9088B93F3CF8123F98A462D79DAFC75AC* L_25 = V_2; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_26 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mC195B39C1A14A24894C850ED506E1829EFC0692E_gshared (CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 * __this, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___a0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___b1, const RuntimeMethod* method) { { Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_0 = ___a0; NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_0); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_1; L_1 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_3 = ___b1; NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_3); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_4; L_4 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mC195B39C1A14A24894C850ED506E1829EFC0692E_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mBA33A1A6B8070C5261B87507FACC8BA7A485D018_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * CloningImageProcessor_1_get_Source_mF35CB615094296FCFD20F5A28282ECE23A510893_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, const RuntimeMethod* method) { { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_0 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m4D367BA069BEA7EC4FA6EA270C901E76E278C069_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mF6161D7FE69419AB8E0BD2D82067283D86961BE7_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mE58F967E58C0700FFE65CDA85252656147B8598B_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, const RuntimeMethod* method) { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * V_2 = NULL; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_0; L_0 = (( Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_0; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1; L_1 = (( Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_2 = V_0; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); (( void (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_4 = V_0; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); VirtualActionInvoker1< Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_5; L_5 = (( Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_5); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_6; L_6 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_6); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_8; L_8 = (( ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * (*) (ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_8; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_9 = V_0; NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_9); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_10; L_10 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_10); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_12; L_12 = (( ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * (*) (ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_12; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_13 = V_2; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_14 = V_3; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); VirtualActionInvoker2< ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_13, (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_14); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_15 = V_2; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_16 = V_3; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); VirtualActionInvoker2< ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_15, (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_16); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_17 = V_2; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_18 = V_3; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); VirtualActionInvoker2< ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_17, (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_21; L_21 = (( Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_21); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_22; L_22 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_24 = V_0; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); VirtualActionInvoker1< Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_24); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_25 = V_0; return (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m309652F0A4A3A8C755BDC899E725748DC7B50406_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, const RuntimeMethod* method) { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_0; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1; L_1 = (( Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_2 = V_0; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); (( void (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_3; L_3 = (( Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_4 = V_0; NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_3); (( void (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_3, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m7F0F9E639860D910D242961DFBA985C1E90ADFBA_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m6C2462B861BE29E7033838B8E0E5382D62F2C6D8_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mC9C83CEBDD0BAEFB382BACF2932248525DEE028B_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___source0, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m98883C3BF99B78B08F60327353821AA45E5FA1D7_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___source0, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m2BF4A2DE4ADBEAE10DB3887E41A47F966E21F119_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mA8E4C2702F7749AB5636DA0D3395969D16B7245F_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * CloningImageProcessor_1_CreateTarget_m528C99769E7EAEE32B2169B77024E9206C25EDC8_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, const RuntimeMethod* method) { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_0; L_0 = (( Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_0; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_2 = V_0; NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_2); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_3; L_3 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4* L_5 = (ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4*)(ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_11 = V_0; NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_11); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_12; L_12 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_12); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_14; L_14 = (( ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * (*) (ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_17 = (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t7A97703F454B4FE437B01FFC156A663B73AAEAB4* L_25 = V_2; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_26 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m63B157B1B80A38DAE818A10E895589B863587129_gshared (CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA * __this, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___a0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___b1, const RuntimeMethod* method) { { Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_0 = ___a0; NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_0); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_1; L_1 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_3 = ___b1; NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_3); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_4; L_4 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m63B157B1B80A38DAE818A10E895589B863587129_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m2BE9AC422705BF144F1C22EAC16989F91A74E7BC_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * CloningImageProcessor_1_get_Source_m677935F01F9F57187099F718C01419FCCD373C7A_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, const RuntimeMethod* method) { { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_0 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mB4391F6530E3118479EFD6FA18CDA25BCEAC0AF8_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mEDFA70349EFBEFD6E6600A6E58D03BCB82E77261_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m1FE3868A6DE02656D1FFF67BF09BC5ED2F1D92EE_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, const RuntimeMethod* method) { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * V_2 = NULL; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_0; L_0 = (( Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_0; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1; L_1 = (( Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_2 = V_0; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); (( void (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_4 = V_0; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); VirtualActionInvoker1< Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_5; L_5 = (( Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_5); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_6; L_6 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_6); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_8; L_8 = (( ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * (*) (ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_8; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_9 = V_0; NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_9); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_10; L_10 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_10); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_12; L_12 = (( ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * (*) (ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_12; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_13 = V_2; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); VirtualActionInvoker2< ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_13, (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_14); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_15 = V_2; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); VirtualActionInvoker2< ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_15, (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_16); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_17 = V_2; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); VirtualActionInvoker2< ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_17, (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_21; L_21 = (( Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_21); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_22; L_22 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_24 = V_0; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); VirtualActionInvoker1< Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_24); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_25 = V_0; return (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mF0425BCCC1390CD1F09F2248F3D420BA86705D0F_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, const RuntimeMethod* method) { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_0; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1; L_1 = (( Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_2 = V_0; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); (( void (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_3; L_3 = (( Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_4 = V_0; NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_3); (( void (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_3, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m003164C42CE671D432672075C833850EF7B39704_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m9676A05CAE825DD78B898FE4A762EE9F6FC9C27D_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mAEDCAE7A22586190F24FFBC71E17356913DDE611_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___source0, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m2AF7C29ADCD748F8B714FFC46C18452A73A89452_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___source0, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m6BD86F2F5BACBD1812581882D7EE773A19BE0BF6_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m7A75FE9ADE8F9710F9201DFDE012D74FB825FCB1_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * CloningImageProcessor_1_CreateTarget_mE21AC9F1FA94B9763E84E586CA0A31F557F0E85A_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, const RuntimeMethod* method) { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_0; L_0 = (( Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_0; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_2 = V_0; NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_2); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_3; L_3 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082* L_5 = (ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082*)(ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_11 = V_0; NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_11); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_12; L_12 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_12); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_14; L_14 = (( ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * (*) (ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_17 = (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t7D9D926C1360CE50EABDE490B3B55BBFAC947082* L_25 = V_2; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_26 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mFF294B6D847B8F47BD4903240E3265EB265F8B4D_gshared (CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 * __this, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___a0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___b1, const RuntimeMethod* method) { { Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_0 = ___a0; NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_0); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_1; L_1 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_3 = ___b1; NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_3); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_4; L_4 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mFF294B6D847B8F47BD4903240E3265EB265F8B4D_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mEC24E9F2AC71455DC6AE9646F81D0229E86DDB22_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * CloningImageProcessor_1_get_Source_mC1D1BE196C4ED4B45815B4490A749E9028AE230E_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, const RuntimeMethod* method) { { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_0 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mB88467E719BB51FA4ADFC3FE5DF83506FAFBA900_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m2FFF11C3B627D7B83500E977CB458ACA5F8D9D89_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mBD6BEFA58DD83D0A236D040803F061211F9B83CB_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, const RuntimeMethod* method) { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * V_2 = NULL; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_0; L_0 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_0; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1; L_1 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_2 = V_0; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); (( void (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_4 = V_0; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); VirtualActionInvoker1< Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_5; L_5 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_5); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_6; L_6 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_6); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_8; L_8 = (( ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * (*) (ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_8; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_9 = V_0; NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_9); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_10; L_10 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_10); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_12; L_12 = (( ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * (*) (ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_12; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_13 = V_2; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); VirtualActionInvoker2< ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_13, (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_14); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_15 = V_2; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); VirtualActionInvoker2< ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_15, (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_16); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_17 = V_2; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); VirtualActionInvoker2< ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_17, (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_21; L_21 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_21); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_22; L_22 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_24 = V_0; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); VirtualActionInvoker1< Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_24); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_25 = V_0; return (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m5D25317E6CA78CC2A04EB4DD13EBADA05E4B1E92_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, const RuntimeMethod* method) { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_0; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1; L_1 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_2 = V_0; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); (( void (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_3; L_3 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_4 = V_0; NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_3); (( void (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_3, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mAAE82D772B377F8FA036E78C50F589C077C12987_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mB1729A29A47C3DCA882D122DB626FC4E086ECAA2_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m25F4BF83CEBA5A74171695E14903E73C7D3ECE43_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___source0, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m00E2E1DC2FAF34891FE7F224F1825FA0A57A203A_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___source0, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m4BBB20889B6B8E1D6CA475C2698AEFE375019D24_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mC091A9348875687978BD9CE18ED74E62E65A8B8D_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * CloningImageProcessor_1_CreateTarget_m445A43A182EEC77C7DD043CD76F8714C6FC15450_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, const RuntimeMethod* method) { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_0; L_0 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_0; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_2 = V_0; NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_2); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_3; L_3 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101* L_5 = (ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101*)(ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_11 = V_0; NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_11); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_12; L_12 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_12); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_14; L_14 = (( ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * (*) (ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_17 = (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t6858FCF99DFE4F0A9EB4C38C8D36C1FA8D1AB101* L_25 = V_2; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_26 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mE909898A3A3A890CFA920C06C71FA431C1783E2B_gshared (CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 * __this, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___a0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___b1, const RuntimeMethod* method) { { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_0 = ___a0; NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_0); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_1; L_1 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_3 = ___b1; NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_3); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_4; L_4 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mE909898A3A3A890CFA920C06C71FA431C1783E2B_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m6755D437B1AACA9313BF8F85C7878CCCADD89A18_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * CloningImageProcessor_1_get_Source_m2A6488BFD78315368392C2859492505140F2B1D8_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, const RuntimeMethod* method) { { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_0 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m4730402658971BFF35C2C34D56642C4CF00B356F_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mE922DF4BF1740D473EBB9C9569B03F245FC286B6_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m1EDD0D2132E0FE15148DCF61B78CF179DFA42C71_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, const RuntimeMethod* method) { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * V_2 = NULL; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_0; L_0 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_0; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1; L_1 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); (( void (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); VirtualActionInvoker1< Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_5; L_5 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_5); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_6; L_6 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_6); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_8; L_8 = (( ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * (*) (ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_8; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_9 = V_0; NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_9); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_10; L_10 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_10); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_12; L_12 = (( ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * (*) (ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_12; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_13 = V_2; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_14 = V_3; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); VirtualActionInvoker2< ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_13, (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_14); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_15 = V_2; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_16 = V_3; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); VirtualActionInvoker2< ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_15, (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_16); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_17 = V_2; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_18 = V_3; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); VirtualActionInvoker2< ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_17, (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_21; L_21 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_21); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_22; L_22 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); VirtualActionInvoker1< Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_24); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_25 = V_0; return (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m0ACC4E3C0102D55E03836CDCC5B2FECEC44DF46D_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, const RuntimeMethod* method) { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_0; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1; L_1 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); (( void (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_3; L_3 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_4 = V_0; NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_3); (( void (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_3, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mA85D4E18AFE6BB3E6BC57A2B779035F7B37A4565_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m7DDF5FF5CF1C84FED4D6129E9995F90DC519BBB3_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m623C44ECEC221CCF417EA6F5DB27394B9529DF22_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___source0, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m8198D7D866D4F3108C5BFB42CA7F5F00992DD01D_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___source0, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mCEF2C7AD028131F2AB3822AADE2FB0ED31B71670_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m2583CEC4E2962A90B3995F9158C61CCA53C65941_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * CloningImageProcessor_1_CreateTarget_mBB8E921EA654CC120E1328ED464E048870A89344_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, const RuntimeMethod* method) { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_0; L_0 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_0; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_2 = V_0; NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_2); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_3; L_3 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E* L_5 = (ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E*)(ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_11 = V_0; NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_11); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_12; L_12 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_12); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_14; L_14 = (( ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * (*) (ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_17 = (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t119CF00A8DE217577888300070B1254E1A0A0A6E* L_25 = V_2; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_26 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mB949B6508072FBD36EA443803061549F1C99D99D_gshared (CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A * __this, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___a0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___b1, const RuntimeMethod* method) { { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_0 = ___a0; NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_0); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_1; L_1 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_3 = ___b1; NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_3); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_4; L_4 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mB949B6508072FBD36EA443803061549F1C99D99D_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mCC88ACFA6D2841E2E918EB3E95EEF3800AB81161_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * CloningImageProcessor_1_get_Source_m4F756327C6C435203780EA21E4862E3E9BE8493E_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, const RuntimeMethod* method) { { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_0 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mC23651AD68E22EB65FF4924E279A98206186BE1A_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m8F646E558591C9A0D4B4234C48B7B0E57343C28E_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mDFEF5512C3AEF9BB4EE546E4E9B08D49805A7B9B_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, const RuntimeMethod* method) { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * V_2 = NULL; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_0; L_0 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_0; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1; L_1 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_2 = V_0; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); (( void (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_4 = V_0; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); VirtualActionInvoker1< Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_5; L_5 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_5); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_6; L_6 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_6); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_8; L_8 = (( ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * (*) (ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_8; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_9 = V_0; NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_9); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_10; L_10 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_10); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_12; L_12 = (( ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * (*) (ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_12; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_13 = V_2; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); VirtualActionInvoker2< ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_13, (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_14); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_15 = V_2; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); VirtualActionInvoker2< ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_15, (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_16); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_17 = V_2; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); VirtualActionInvoker2< ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_17, (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_21; L_21 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_21); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_22; L_22 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_24 = V_0; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); VirtualActionInvoker1< Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_24); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_25 = V_0; return (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mB35F38BB1E7B688B3F2D1A253022913EC7C0BEAB_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, const RuntimeMethod* method) { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_0; L_0 = InterfaceFuncInvoker0< Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_0; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1; L_1 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_2 = V_0; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); (( void (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_3; L_3 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_4 = V_0; NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_3); (( void (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_3, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m4D729886AD5911FF8CD91A4FCADF8BE7EBD3179F_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_mA8942F381A7C06964A599BD6F0F590355AD9255A_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mBDFB217538332950480D4CB18B16F11EC142CFB8_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___source0, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m3EF51E1EEC222EDB8159E2209553C9AB35C5C468_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___source0, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m37201430F8D6616A7B4D14001A1A94E253EDE6E0_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m43D351FFE216E9C1F58AF3F64DE46353BA4FACEC_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * CloningImageProcessor_1_CreateTarget_m1428BB1C5D85BC65AAEFA89C08E00D7F7CE49F6F_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, const RuntimeMethod* method) { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_0; L_0 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_0; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_2 = V_0; NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_2); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_3; L_3 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE* L_5 = (ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE*)(ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_11 = V_0; NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_11); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_12; L_12 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_12); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_14; L_14 = (( ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * (*) (ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_17 = (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t2CD4D2C05D41C45DCB412A1163D1C4D70BD086CE* L_25 = V_2; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_26 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mC49A418D96C16F67DDFE6A91DF3DD2215C45FFE0_gshared (CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 * __this, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___a0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___b1, const RuntimeMethod* method) { { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_0 = ___a0; NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_0); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_1; L_1 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_3 = ___b1; NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_3); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_4; L_4 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mC49A418D96C16F67DDFE6A91DF3DD2215C45FFE0_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m6CF632629CC8518A5A6E75D758FD124B6021B653_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * CloningImageProcessor_1_get_Source_m7D8594312F65E6DFE1AE81E972EAB2A0D953F419_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, const RuntimeMethod* method) { { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_0 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m63869539ACF007601DE70CCABACCB8B2E85E7493_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mB9CB368EE4E8E1CAFBE2C6035810F3B2E951030C_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_mA94FE62553512782B6002DD73B959F781FA77498_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, const RuntimeMethod* method) { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * V_2 = NULL; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_0; L_0 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_0; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1; L_1 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); (( void (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); VirtualActionInvoker1< Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_5; L_5 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_5); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_6; L_6 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_6); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_8; L_8 = (( ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * (*) (ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_8; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_9 = V_0; NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_9); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_10; L_10 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_10); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_12; L_12 = (( ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * (*) (ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_12; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_13 = V_2; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); VirtualActionInvoker2< ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_13, (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_14); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_15 = V_2; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); VirtualActionInvoker2< ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_15, (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_16); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_17 = V_2; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); VirtualActionInvoker2< ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_17, (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_21; L_21 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_21); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_22; L_22 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); VirtualActionInvoker1< Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_24); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_25 = V_0; return (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m4F78ADE3F00A62A447EA9050987D5B4F6160F923_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, const RuntimeMethod* method) { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_0; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1; L_1 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); (( void (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_3; L_3 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_4 = V_0; NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_3); (( void (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_3, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mFAFA802E87B467B58DDEF9ACAD20868525B75540_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m69D6F7A708CD74825DA7C5539A5BB18796B4CB82_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m3B0A0F600EFC963C9DBAE7CCF61E944CD8FDB010_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___source0, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m9EDA9E6C1F876A4518E73A20382905B1BFC8748D_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___source0, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m54DF83DDE8D0899BF7078DC4B5122B486399919D_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m68563AB9284853D72E67A3D33B0BA0DC3E1D3890_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * CloningImageProcessor_1_CreateTarget_m30C854DFA92833655AC0D02CCC71229C0BCDD7EB_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, const RuntimeMethod* method) { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_0; L_0 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_0; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_2 = V_0; NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_2); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_3; L_3 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6* L_5 = (ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6*)(ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_11 = V_0; NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_11); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_12; L_12 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_12); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_14; L_14 = (( ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * (*) (ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_17 = (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_t7400EE4153F0D305C736C237BBFDCBA73DF174E6* L_25 = V_2; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_26 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mE41EBA930708A1009701431CFB89B21500DCDA0E_gshared (CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B * __this, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___a0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___b1, const RuntimeMethod* method) { { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_0 = ___a0; NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_0); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_1; L_1 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_3 = ___b1; NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_3); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_4; L_4 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mE41EBA930708A1009701431CFB89B21500DCDA0E_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_mC131E4F6459CDA985FAA4A9CBC0F89450B4C46D4_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * CloningImageProcessor_1_get_Source_mF57C02B9E7D0924C1BA7E9FE57B395DA9F6920EA_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, const RuntimeMethod* method) { { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_0 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_mA9F81A6F9A66D32EA7A1B6E3A1EAB2636720C92A_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_m8C8F42DC6704A301E8B2F2C9922C75924B7FB61C_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m2646507FB8B17E18C80BA8503A6D436940DB861E_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, const RuntimeMethod* method) { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * V_2 = NULL; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_0; L_0 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_0; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1; L_1 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); (( void (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_4 = V_0; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); VirtualActionInvoker1< Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_5; L_5 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_5); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_6; L_6 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_6); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_8; L_8 = (( ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * (*) (ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_8; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_9 = V_0; NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_9); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_10; L_10 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_10); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_12; L_12 = (( ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * (*) (ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_12; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_13 = V_2; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_14 = V_3; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); VirtualActionInvoker2< ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_13, (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_14); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_15 = V_2; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_16 = V_3; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); VirtualActionInvoker2< ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_15, (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_16); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_17 = V_2; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_18 = V_3; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); VirtualActionInvoker2< ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_17, (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_21; L_21 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_21); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_22; L_22 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_24 = V_0; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); VirtualActionInvoker1< Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_24); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_25 = V_0; return (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m4B5AC02AED6830D407EC4C92A3DA293904CA2784_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, const RuntimeMethod* method) { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_0; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1; L_1 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_2 = V_0; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); (( void (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_3; L_3 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_4 = V_0; NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_3); (( void (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_3, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mA360F06158A33817EB875CEFEBEBF98BB2087CE4_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m97FC3270353C716D1848882086DB36233F186F66_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mF455BFF14D71C9E37B16F9A882270FE4B2887663_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___source0, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mEFB140B8085436FED596F7340550CCA83847772C_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___source0, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m252FF60498DE02A742635D40E61E89FAA214810A_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_mD951B0DD4A9F6290B237A5A7CD0889BE514872BC_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * CloningImageProcessor_1_CreateTarget_m5F7612A2DB0FB5A80AADAA17452176B8292619DF_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, const RuntimeMethod* method) { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_0; L_0 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_0; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_2 = V_0; NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_2); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_3; L_3 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7* L_5 = (ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7*)(ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_11 = V_0; NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_11); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_12; L_12 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_12); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_14; L_14 = (( ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * (*) (ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_17 = (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_tA8FC0C8B7B43C93325721AC22C69290B5A2356C7* L_25 = V_2; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_26 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_m74E22C112F3EF21225A535881B463970C48F80B5_gshared (CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 * __this, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___a0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___b1, const RuntimeMethod* method) { { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_0 = ___a0; NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_0); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_1; L_1 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_3 = ___b1; NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_3); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_4; L_4 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_m74E22C112F3EF21225A535881B463970C48F80B5_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m007437F3D56E8F5D012D99528FB5EF44B37082FE_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * CloningImageProcessor_1_get_Source_m308CAC55467FE364B638FC34FD2D42B36E20A35E_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, const RuntimeMethod* method) { { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_0 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m124FFA8A193298FABA162F150E5B30E639787452_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mF12816981F590546B318F5AC54F442ADE8D11466_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m95C6FDDDF5C678CC2A8B350EB418D1E4E2927A84_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, const RuntimeMethod* method) { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * V_2 = NULL; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_0; L_0 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_0; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1; L_1 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); (( void (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); VirtualActionInvoker1< Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_5; L_5 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_5); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_6; L_6 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_6); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_8; L_8 = (( ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * (*) (ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_8; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_9 = V_0; NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_9); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_10; L_10 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_10); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_12; L_12 = (( ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * (*) (ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_12; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_13 = V_2; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_14 = V_3; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); VirtualActionInvoker2< ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_13, (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_14); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_15 = V_2; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_16 = V_3; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); VirtualActionInvoker2< ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_15, (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_16); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_17 = V_2; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_18 = V_3; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); VirtualActionInvoker2< ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_17, (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_21; L_21 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_21); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_22; L_22 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); VirtualActionInvoker1< Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_24); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_25 = V_0; return (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_m49D99860594A38EBCDAB206C3C04D811293B62E2_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, const RuntimeMethod* method) { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_0; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1; L_1 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); (( void (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_3; L_3 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_4 = V_0; NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_3); (( void (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_3, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m7A8BFDA257ADDEA943436E4E2D8B727B8D34EE5E_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m993C29EFD764570FBF4C343961E9254657FCDF08_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_m0FC815F412226619461F0D885C7BE1A89E3061FB_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___source0, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_m7E8B42BD6F6B220481D4603D6165028301715EE4_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___source0, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_m7E35E86A68F241C759CD37A0255D9F78C919EF20_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m7583FFD7AF2689D4D128312F70D9828BC0D20201_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * CloningImageProcessor_1_CreateTarget_mD003FC0E79386BA9A154647BEB7F9E5F13F98F5D_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, const RuntimeMethod* method) { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_0; L_0 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_0; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_2 = V_0; NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_2); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_3; L_3 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2* L_5 = (ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2*)(ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_11 = V_0; NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_11); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_12; L_12 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_12); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_14; L_14 = (( ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * (*) (ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_17 = (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_tC015CBF8D0968861C0F805D13027E2883C10DCC2* L_25 = V_2; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_26 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mCB776DFBB0900CD28F7AA32D3FA49869DEF64887_gshared (CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC * __this, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___a0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___b1, const RuntimeMethod* method) { { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_0 = ___a0; NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_0); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_1; L_1 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_3 = ___b1; NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_3); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_4; L_4 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mCB776DFBB0900CD28F7AA32D3FA49869DEF64887_RuntimeMethod_var))); } IL_0038: { 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 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1__ctor_m02525CADDA01882AB4855D86FBA634F54370C7CA_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_U3CConfigurationU3Ek__BackingField_2(L_0); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; __this->set_U3CSourceU3Ek__BackingField_0(L_1); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; __this->set_U3CSourceRectangleU3Ek__BackingField_1(L_2); return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * CloningImageProcessor_1_get_Source_mCA7ECD815A9F1B4298399BDBF93B3063A6046F3E_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, const RuntimeMethod* method) { { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_0 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)__this->get_U3CSourceU3Ek__BackingField_0(); return (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_0; } } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_SourceRectangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 CloningImageProcessor_1_get_SourceRectangle_m4D8BE79FE986E53EDB36BF7D858BCBC110BA2045_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, const RuntimeMethod* method) { { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )__this->get_U3CSourceRectangleU3Ek__BackingField_1(); return (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_0; } } // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::get_Configuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * CloningImageProcessor_1_get_Configuration_mA9BF555FD158980D65BD6080932201C193A630EA_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_U3CConfigurationU3Ek__BackingField_2(); return (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor.CloneAndExecute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_ICloningImageProcessorU3CTPixelU3E_CloneAndExecute_m835244B2AF6E4A962ED038A7F226F3214826FDC5_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, const RuntimeMethod* method) { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * V_0 = NULL; int32_t V_1 = 0; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * V_2 = NULL; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * V_3 = NULL; { NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_0; L_0 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_0; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1; L_1 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); (( void (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_3; L_3 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_4 = V_0; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); VirtualActionInvoker1< Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * >::Invoke(8 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_4); V_1 = (int32_t)0; goto IL_0061; } IL_0026: { NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_5; L_5 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_5); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_6; L_6 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_7 = V_1; NullCheck((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_6); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_8; L_8 = (( ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * (*) (ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_2 = (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_8; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_9 = V_0; NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_9); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_10; L_10 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_11 = V_1; NullCheck((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_10); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_12; L_12 = (( ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * (*) (ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_3 = (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_12; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_13 = V_2; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_14 = V_3; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); VirtualActionInvoker2< ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * >::Invoke(9 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_13, (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_14); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_15 = V_2; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_16 = V_3; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); VirtualActionInvoker2< ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * >::Invoke(10 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_15, (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_16); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_17 = V_2; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_18 = V_3; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); VirtualActionInvoker2< ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * >::Invoke(11 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) */, (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_17, (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_18); int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_1; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_21; L_21 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_21); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_22; L_22 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_22); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0026; } } { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_24 = V_0; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); VirtualActionInvoker1< Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * >::Invoke(12 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) */, (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_24); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_25 = V_0; return (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_25; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_SixLabors_ImageSharp_Processing_Processors_IImageProcessorU3CTPixelU3E_Execute_mA46AC67CA779DEB2A660F92493068300205D0412_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, const RuntimeMethod* method) { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL; } IL_0002: try {// begin try (depth: 1) NullCheck((RuntimeObject*)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_0; L_0 = InterfaceFuncInvoker0< Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * >::Invoke(0 /* SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1::CloneAndExecute() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)__this); V_0 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_0; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1; L_1 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_2 = V_0; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); (( void (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_3; L_3 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_4 = V_0; NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_3); (( void (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_3, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); IL2CPP_LEAVE(0x2E, FINALLY_0024); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0027: { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_6 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); Image_Dispose_m6DA7FD2085489608180885B5924D0EED2376D6C3((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E, IL_002e) } IL_002e: { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m7AFE83435B97435B4149B5E286D83FFB820B9F59_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) */, (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeImageApply_m74DB77BDC684D745D4AF75F4A2D984E811BC826D_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::BeforeFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_BeforeFrameApply_mED802AF39E4796C26EB6F049FAAC9AFD43316F3F_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___source0, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterFrameApply(SixLabors.ImageSharp.ImageFrame`1,SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterFrameApply_mA0C0D09CDAED4C2EE7E519938D112D4FD9B44485_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___source0, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___destination1, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::AfterImageApply(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_AfterImageApply_mA5285926D5600BED75E73F6F77310E61F3A326DB_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___destination0, const RuntimeMethod* method) { { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_Dispose_m21535DFD3BDDDDCA8FC23FD80EC0CD8FEA671298_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CreateTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * CloningImageProcessor_1_CreateTarget_m56BC6247485CCF1FB554E08C125BCA97DD703709_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, const RuntimeMethod* method) { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * V_0 = NULL; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F* V_2 = NULL; int32_t V_3 = 0; { NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_0; L_0 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); V_0 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_0; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_1; L_1 = VirtualFuncInvoker0< Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E >::Invoke(7 /* SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::GetDestinationSize() */, (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_1; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_2 = V_0; NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_2); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_3; L_3 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_3); ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F* L_5 = (ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F*)(ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15), (uint32_t)L_4); V_2 = (ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F*)L_5; V_3 = (int32_t)0; goto IL_0059; } IL_0023: { ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F* L_6 = V_2; int32_t L_7 = V_3; NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_8; L_8 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_9; L_9 = Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); int32_t L_10; L_10 = Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline((Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E *)(&V_1), /*hidden argument*/NULL); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_11 = V_0; NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_11); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_12; L_12 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_13 = V_3; NullCheck((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_12); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_14; L_14 = (( ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * (*) (ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_12, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_15; L_15 = ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_14, /*hidden argument*/NULL); NullCheck((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15); ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_16; L_16 = ImageFrameMetadata_DeepClone_m1DCD9C329B584FE71A2912B84172D33513D92C08((ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_15, /*hidden argument*/NULL); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_17 = (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16)); (( void (*) (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, int32_t, int32_t, ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)(L_17, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_8, (int32_t)L_9, (int32_t)L_10, (ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_17); (L_6)->SetAt(static_cast(L_7), (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_17); int32_t L_18 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_3; ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0023; } } { NullCheck((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_21; L_21 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_22 = V_0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_23; L_23 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_22, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_24; L_24 = ImageMetadata_DeepClone_mB9AE8BA16F5189BA68FBBF2D426AB49220FC7E86((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_23, /*hidden argument*/NULL); ImageFrame_1U5BU5D_tE15FB7DB19755DA381C5D649C8F68B6E05ECF75F* L_25 = V_2; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_26 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18)); (( void (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(L_26, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_21, (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_24, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_26; } } // System.Void SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::CheckFrameCount(SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloningImageProcessor_1_CheckFrameCount_mF48F2D7B1E2131D7C7EE2E73CCA936E65467EC0A_gshared (CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF * __this, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___a0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___b1, const RuntimeMethod* method) { { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_0 = ___a0; NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_0); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_1; L_1 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_1); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_3 = ___b1; NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_3); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_4; L_4 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NullCheck((ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 SixLabors.ImageSharp.ImageFrameCollection::get_Count() */, (ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A *)L_4); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0038; } } { NullCheck((RuntimeObject *)__this); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA2C3455E5769885E5E692A988FCF5E7AFDDD411E)), (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6749F6F8A2756DE7D89856CC3467E8EB96FE4854)), /*hidden argument*/NULL); ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 * L_9 = (ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageProcessingException_t7CD6C8069EFF32A01CBC9420E00894BE336D04A7_il2cpp_TypeInfo_var))); ImageProcessingException__ctor_m75221C2DC0D5E640525CF4D7BD6431D5B1B01931(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloningImageProcessor_1_CheckFrameCount_mF48F2D7B1E2131D7C7EE2E73CCA936E65467EC0A_RuntimeMethod_var))); } IL_0038: { 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 // TCollection UnityEngine.Pool.CollectionPool`2::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionPool_2_Get_mDA2B9C72E48609F6719FDEEB7D80B19836454F97_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_tA29CB98FC606843EB9D9D7135F6E7C01C020AD54_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (RuntimeObject *)L_1; } } // System.Void UnityEngine.Pool.CollectionPool`2::Release(TCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2_Release_mC86F767B2788311B4A897EDD5D0863E23CF6DC85_gshared (RuntimeObject * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_tA29CB98FC606843EB9D9D7135F6E7C01C020AD54_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); RuntimeObject * L_1 = ___toRelease0; NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } // System.Void UnityEngine.Pool.CollectionPool`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2__cctor_mFC892D5033CEFBCDC86C9F3DC4D1EB44EF30A2F7_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC * L_0 = ((U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC * L_2 = ((U3CU3Ec_t3069ACFC318352B2F6D4950D7A0178A8729542EC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_3 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_4 = (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 10)); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(L_4, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_1, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_3, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (bool)1, (int32_t)((int32_t)10), (int32_t)((int32_t)10000), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); ((CollectionPool_2_tA29CB98FC606843EB9D9D7135F6E7C01C020AD54_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Pool_0(L_4); 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 // TCollection UnityEngine.Pool.CollectionPool`2::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionPool_2_Get_m5B662A7FACCEADFDE78190DDD8AB1F7AF6632CBD_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_t041C3B40A620204F4ECA91259017C08619A2C01E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (RuntimeObject *)L_1; } } // System.Void UnityEngine.Pool.CollectionPool`2::Release(TCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2_Release_m864CE18D1E161929E9226F26FC020B08A8702BCE_gshared (RuntimeObject * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_t041C3B40A620204F4ECA91259017C08619A2C01E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); RuntimeObject * L_1 = ___toRelease0; NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } // System.Void UnityEngine.Pool.CollectionPool`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2__cctor_mB6D142517FDABA2EB786708EE983E339A4C5621C_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01 * L_0 = ((U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01 * L_2 = ((U3CU3Ec_t106EF2F329436341470AB091CE2BF309AB639A01_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_3 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_4 = (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 10)); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(L_4, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_1, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_3, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (bool)1, (int32_t)((int32_t)10), (int32_t)((int32_t)10000), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); ((CollectionPool_2_t041C3B40A620204F4ECA91259017C08619A2C01E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Pool_0(L_4); 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 // TCollection UnityEngine.Pool.CollectionPool`2::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionPool_2_Get_m1C8BC22301869C06B3312D988C34E18B988DF301_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_tF4349920132F24C41FBCFCAA0145F84AC3D128FD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (RuntimeObject *)L_1; } } // System.Void UnityEngine.Pool.CollectionPool`2::Release(TCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2_Release_m14654ABB7DB0DCE0ED927D906047C00969CA652F_gshared (RuntimeObject * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_tF4349920132F24C41FBCFCAA0145F84AC3D128FD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); RuntimeObject * L_1 = ___toRelease0; NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } // System.Void UnityEngine.Pool.CollectionPool`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2__cctor_m80CAFA62860DB8D3973AD637AA0616B82C6D1855_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D * L_0 = ((U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D * L_2 = ((U3CU3Ec_t82CD38DFFF4C4A540794E44810F12130C4DEAE4D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_3 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_4 = (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 10)); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(L_4, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_1, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_3, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (bool)1, (int32_t)((int32_t)10), (int32_t)((int32_t)10000), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); ((CollectionPool_2_tF4349920132F24C41FBCFCAA0145F84AC3D128FD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Pool_0(L_4); 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 // TCollection UnityEngine.Pool.CollectionPool`2::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionPool_2_Get_mFFF431B90F19924C0D0814DC53375053C3F45698_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_t048178DBE2202E75A9639E278E46856DD1195604_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (RuntimeObject *)L_1; } } // System.Void UnityEngine.Pool.CollectionPool`2::Release(TCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2_Release_m6A75656D03BC470DF96D3A1FC39B2D2BD6D7BF08_gshared (RuntimeObject * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_t048178DBE2202E75A9639E278E46856DD1195604_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); RuntimeObject * L_1 = ___toRelease0; NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } // System.Void UnityEngine.Pool.CollectionPool`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2__cctor_m166961E6E3EB77E0252EA4C12EBD5D649CA4D3AF_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70 * L_0 = ((U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70 * L_2 = ((U3CU3Ec_t741BBB823A75620272999D85C66A0B3CFC00FB70_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_3 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_4 = (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 10)); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(L_4, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_1, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_3, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (bool)1, (int32_t)((int32_t)10), (int32_t)((int32_t)10000), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); ((CollectionPool_2_t048178DBE2202E75A9639E278E46856DD1195604_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Pool_0(L_4); 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 // TCollection UnityEngine.Pool.CollectionPool`2::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionPool_2_Get_m0C9B1A119E57834C8D324B8AD564C565ECAF3B86_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_tB8BB102F28B1243FCDB02E2D8B03472D80CF38A5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (RuntimeObject *)L_1; } } // System.Void UnityEngine.Pool.CollectionPool`2::Release(TCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2_Release_m19A5D7897164459D4B7A516A93075BF2091CB573_gshared (RuntimeObject * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_tB8BB102F28B1243FCDB02E2D8B03472D80CF38A5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); RuntimeObject * L_1 = ___toRelease0; NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } // System.Void UnityEngine.Pool.CollectionPool`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2__cctor_m568AB2FE624373F35C07520875E3BE13ED5651B2_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96 * L_0 = ((U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96 * L_2 = ((U3CU3Ec_t350FEEBAA034E6B0BA48D1CFAE61074F8C161B96_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_3 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_4 = (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 10)); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(L_4, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_1, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_3, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (bool)1, (int32_t)((int32_t)10), (int32_t)((int32_t)10000), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); ((CollectionPool_2_tB8BB102F28B1243FCDB02E2D8B03472D80CF38A5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Pool_0(L_4); 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 // TCollection UnityEngine.Pool.CollectionPool`2::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionPool_2_Get_m5FD1DC6EF8F26EECA5C4ACEE8E467E7284E575B1_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_t1A6459BE26FD4033AA6B89687DF1FE6464FED771_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (RuntimeObject *)L_1; } } // System.Void UnityEngine.Pool.CollectionPool`2::Release(TCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2_Release_mD3ECBD65CA8F0628678138292B4C24CF2C066DE9_gshared (RuntimeObject * ___toRelease0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_0 = ((CollectionPool_2_t1A6459BE26FD4033AA6B89687DF1FE6464FED771_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_Pool_0(); RuntimeObject * L_1 = ___toRelease0; NullCheck((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return; } } // System.Void UnityEngine.Pool.CollectionPool`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionPool_2__cctor_mE86056B4ABD224CA1630A4A48CF807F7D29E9D0B_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361 * L_0 = ((U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361 * L_2 = ((U3CU3Ec_t9745335F151C43DA806C577EB2A5F9E5B47D5361_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_3 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB * L_4 = (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 10)); (( void (*) (ObjectPool_1_tB184F1C1F7B7CB8372978E5260C25127A841BACB *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(L_4, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_1, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_3, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)NULL, (bool)1, (int32_t)((int32_t)10), (int32_t)((int32_t)10000), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); ((CollectionPool_2_t1A6459BE26FD4033AA6B89687DF1FE6464FED771_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Pool_0(L_4); 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 Newtonsoft.Json.Utilities.CollectionWrapper`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_Add_m38E8417B261CC71C10F755133A706DB65AE19895_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); RuntimeObject * L_2 = ___item0; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker1< RuntimeObject * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1, (RuntimeObject *)L_2); return; } IL_0015: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_4 = ___item0; NullCheck((RuntimeObject*)L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (RuntimeObject *)L_4); return; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_Clear_m802C4DFBA8BC7D9631D811A5C94AF71F30B3938A_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1::Clear() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1); return; } IL_0014: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(4 /* System.Void System.Collections.IList::Clear() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionWrapper_1_Contains_m3908CDDB574CCFD9E78590B1F9049FD928E6C74D_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); RuntimeObject * L_2 = ___item0; NullCheck((RuntimeObject*)L_1); bool L_3; L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1, (RuntimeObject *)L_2); return (bool)L_3; } IL_0015: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_5 = ___item0; NullCheck((RuntimeObject*)L_4); bool L_6; L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)L_5); return (bool)L_6; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_CopyTo_mC59EDB052CFEFDA611327A6C535EEBA844365173_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; int32_t L_3 = ___arrayIndex1; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return; } IL_0016: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___array0; int32_t L_6 = ___arrayIndex1; NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6); return; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionWrapper_1_get_Count_m06C71DB41C1D5D8DB5414A6AD2DB6C3311B385AE_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1); return (int32_t)L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return (int32_t)L_4; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionWrapper_1_get_IsReadOnly_m31B07E00EE0DA55BCC6E0894CA67DA29E39D2A5D_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); bool L_2; L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1); return (bool)L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); bool L_4; L_4 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return (bool)L_4; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionWrapper_1_Remove_mC525D56ED6306807C59AA7C94554123284ACA7B0_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool G_B4_0 = false; bool G_B3_0 = false; { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); RuntimeObject * L_2 = ___item0; NullCheck((RuntimeObject*)L_1); bool L_3; L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.Generic.ICollection`1::Remove(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1, (RuntimeObject *)L_2); return (bool)L_3; } IL_0015: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_5 = ___item0; NullCheck((RuntimeObject*)L_4); bool L_6; L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)L_5); bool L_7 = (bool)L_6; G_B3_0 = L_7; if (!L_7) { G_B4_0 = L_7; goto IL_003a; } } { RuntimeObject* L_8 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_9 = ___item0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_8, (RuntimeObject *)L_9); G_B4_0 = G_B3_0; } IL_003a: { return (bool)G_B4_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Utilities.CollectionWrapper`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionWrapper_1_GetEnumerator_m248E5C5BA5D341F9182128095921E715A8504667_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_1); return (RuntimeObject*)L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); RuntimeObject* L_4; L_4 = (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_4); return (RuntimeObject*)L_5; } } // System.Collections.IEnumerator Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionWrapper_1_System_Collections_IEnumerable_GetEnumerator_mD020C58A11CAAA747A6A0EBE46363228B44CF88D_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_1); return (RuntimeObject*)L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return (RuntimeObject*)L_4; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionWrapper_1_System_Collections_IList_Add_mCFAB2AC7F3B96CD6F5FA2F247ABDBCC8AF3A9E31_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; (( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_1 = ___value0; NullCheck((CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this); VirtualActionInvoker1< RuntimeObject * >::Invoke(29 /* System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::Add(T) */, (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))); NullCheck((CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(33 /* System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::get_Count() */, (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this); return (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionWrapper_1_System_Collections_IList_Contains_mDD5989D348B016C8E2D5367DF4E41EFA092E858A_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(31 /* System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Contains(T) */, (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionWrapper_1_System_Collections_IList_IndexOf_m81C9D760B6721A79568F6A8BEE5BA3EA855AB87B_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0B07B43F1557775B37A1B8EA12D9C378EDB7EC4B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionWrapper_1_System_Collections_IList_IndexOf_m81C9D760B6721A79568F6A8BEE5BA3EA855AB87B_RuntimeMethod_var))); } IL_0013: { RuntimeObject * L_2 = ___value0; bool L_3; L_3 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if (!L_3) { goto IL_0032; } } { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_5 = ___value0; NullCheck((RuntimeObject*)L_4); int32_t L_6; L_6 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(7 /* System.Int32 System.Collections.IList::IndexOf(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))); return (int32_t)L_6; } IL_0032: { return (int32_t)(-1); } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_RemoveAt_m7191D8D4FCE9144EA5A91BD0523F878C8E13D0E9_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D708D3E8ACC426EF77E8F9A83D11A00B8B80AB4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionWrapper_1_System_Collections_IList_RemoveAt_m7191D8D4FCE9144EA5A91BD0523F878C8E13D0E9_RuntimeMethod_var))); } IL_0013: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); int32_t L_3 = ___index0; NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)L_3); return; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_Insert_mAAE46BA622164E0D1B90FC6B4E0C28746F8675E8_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26D123FC6FB490AE20447BCDB0DEBAC133C96A6D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionWrapper_1_System_Collections_IList_Insert_mAAE46BA622164E0D1B90FC6B4E0C28746F8675E8_RuntimeMethod_var))); } IL_0013: { RuntimeObject * L_2 = ___value1; (( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); int32_t L_4 = ___index0; RuntimeObject * L_5 = ___value1; NullCheck((RuntimeObject*)L_3); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(8 /* System.Void System.Collections.IList::Insert(System.Int32,System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (int32_t)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))); return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionWrapper_1_System_Collections_IList_get_IsFixedSize_m8AB3D2FB1EA7E0190527E39FDD188A3A9E9E685B_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); bool L_2; L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_1); return (bool)L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); bool L_4; L_4 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Collections.IList::get_IsFixedSize() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return (bool)L_4; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_Remove_mEF5A7A23A25EFE21626DCF38003E24BF8151E128_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Remove(T) */, (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))); } IL_0015: { return; } } // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionWrapper_1_System_Collections_IList_get_Item_m431C68943830538AC2185566D71273A43973A582_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral226374B4A4A54F92AC022D20C6A05ACB5EEC4C76)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionWrapper_1_System_Collections_IList_get_Item_m431C68943830538AC2185566D71273A43973A582_RuntimeMethod_var))); } IL_0013: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); int32_t L_3 = ___index0; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_set_Item_m81FBE6D47210D2F257735C3B8703E1F6E261CCA2_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral226374B4A4A54F92AC022D20C6A05ACB5EEC4C76)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionWrapper_1_System_Collections_IList_set_Item_m81FBE6D47210D2F257735C3B8703E1F6E261CCA2_RuntimeMethod_var))); } IL_0013: { RuntimeObject * L_2 = ___value1; (( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); int32_t L_4 = ___index0; RuntimeObject * L_5 = ___value1; NullCheck((RuntimeObject*)L_3); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IList::set_Item(System.Int32,System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (int32_t)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))); return; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_ICollection_CopyTo_m0592190DA98952B0066D5B71A72DF3DFAF5D794A_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___arrayIndex1; NullCheck((CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this); VirtualActionInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t >::Invoke(32 /* System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::CopyTo(T[],System.Int32) */, (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D *)__this, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11))), (int32_t)L_1); return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionWrapper_1_System_Collections_ICollection_get_IsSynchronized_m0A3665A9775BDFC696FE5FBE8A769E75BDA758D9_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionWrapper_1_System_Collections_ICollection_get_SyncRoot_m3A472F66C6A537C859AD9A6035AD269385B1EBE7_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_2(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_2(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_4 = (RuntimeObject *)__this->get__syncRoot_2(); return (RuntimeObject *)L_4; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::VerifyValueType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionWrapper_1_VerifyValueType_m19466A01013B0A4239CE6D234985E84F64413AF9_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); if (L_1) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_3 = ___value0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 13)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0569A2D4DF78C8C40FBF38FD14928474637FF26)), (RuntimeObject*)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionWrapper_1_VerifyValueType_m19466A01013B0A4239CE6D234985E84F64413AF9_RuntimeMethod_var))); } IL_002d: { return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionWrapper_1_IsCompatibleObject_mA64966E61B132114CFCD2EF4EC207E7E3BBFF586_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))) { goto IL_002f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_002d; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 13)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A((Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 13)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_7; L_7 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5((Type_t *)L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002f; } } IL_002d: { return (bool)0; } IL_002f: { return (bool)1; } } // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::get_UnderlyingCollection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionWrapper_1_get_UnderlyingCollection_m0D9F82081F5D36C7DE9F1D9D6474190B1554144C_gshared (CollectionWrapper_1_tD27B7911422F51A679137983291D9DC95DCE964D * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_000f; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); return (RuntimeObject *)L_1; } IL_000f: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); return (RuntimeObject *)L_2; } } #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 System.Collections.ObjectModel.Collection`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1__ctor_mE3614BB98104FC8D123B45F3D88BEE3C2E78EBBD_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); __this->set_items_0(L_0); return; } } // System.Void System.Collections.ObjectModel.Collection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1__ctor_m83147C5E529F82FFFB5B0C9C761899553C801738_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___list0; if (L_0) { goto IL_000f; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)7, /*hidden argument*/NULL); } IL_000f: { RuntimeObject* L_1 = ___list0; __this->set_items_0(L_1); return; } } // System.Int32 System.Collections.ObjectModel.Collection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Collection_1_get_Count_mFDD0E02040C0BF22B7FEA5A763EAFA2607B96A01_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (int32_t)L_1; } } // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::get_Items() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_get_Items_m90D4AEBA43ED5FE8C8B6158569E798658AE2C08F_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); return (RuntimeObject*)L_0; } } // T System.Collections.ObjectModel.Collection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Collection_1_get_Item_m2573509230A2DC4FBBA85714EB92EA961DC2B086_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_0, (int32_t)L_1); return (RuntimeObject *)L_2; } } // System.Void System.Collections.ObjectModel.Collection`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_set_Item_mDEE192E2DC4126ABACF9356E0C6388348ED893E7_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0026; } } { int32_t L_3 = ___index0; RuntimeObject* L_4 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_4); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002b; } } IL_0026: { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_002b: { int32_t L_6 = ___index0; RuntimeObject * L_7 = ___value1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ObjectModel.Collection`1::SetItem(System.Int32,T) */, (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_6, (RuntimeObject *)L_7); return; } } // System.Void System.Collections.ObjectModel.Collection`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_Add_mCB43D5D807A1C7B24C789CC82EF55EBEBA045182_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { RuntimeObject* L_2 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_2); V_0 = (int32_t)L_3; int32_t L_4 = V_0; RuntimeObject * L_5 = ___item0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ObjectModel.Collection`1::InsertItem(System.Int32,T) */, (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_4, (RuntimeObject *)L_5); return; } } // System.Void System.Collections.ObjectModel.Collection`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_Clear_m920FB4AA149AAA4A9CC2F8D1B30061E4AB15713C_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); VirtualActionInvoker0::Invoke(35 /* System.Void System.Collections.ObjectModel.Collection`1::ClearItems() */, (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); return; } } // System.Void System.Collections.ObjectModel.Collection`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_CopyTo_m4110F1F75CEC6D3A60AD013BFE65A2B6850D928F_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, (int32_t)L_2); return; } } // System.Boolean System.Collections.ObjectModel.Collection`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_Contains_m3353C567D09F9B27BFE3D4157CAAADD0009DCFC4_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); RuntimeObject * L_1 = ___item0; NullCheck((RuntimeObject*)L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0, (RuntimeObject *)L_1); return (bool)L_2; } } // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_GetEnumerator_m154583737D579820CFA4BB9CD85F7AD878C4F35D_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Int32 System.Collections.ObjectModel.Collection`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Collection_1_IndexOf_m2118378044DC444131008F35F2A6217CE69AC9E2_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); RuntimeObject * L_1 = ___item0; NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_0, (RuntimeObject *)L_1); return (int32_t)L_2; } } // System.Void System.Collections.ObjectModel.Collection`1::Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_Insert_m02F554553EC2786B50D688BFF8D87E72E4CE3229_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0026; } } { int32_t L_3 = ___index0; RuntimeObject* L_4 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_4); if ((((int32_t)L_3) <= ((int32_t)L_5))) { goto IL_002f; } } IL_0026: { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)((int32_t)13), (int32_t)((int32_t)27), /*hidden argument*/NULL); } IL_002f: { int32_t L_6 = ___index0; RuntimeObject * L_7 = ___item1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ObjectModel.Collection`1::InsertItem(System.Int32,T) */, (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_6, (RuntimeObject *)L_7); return; } } // System.Boolean System.Collections.ObjectModel.Collection`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_Remove_mFFB5C5DECC3633A1765699433770C859ED764AEA_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { RuntimeObject* L_2 = (RuntimeObject*)__this->get_items_0(); RuntimeObject * L_3 = ___item0; NullCheck((RuntimeObject*)L_2); int32_t L_4; L_4 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_2, (RuntimeObject *)L_3); V_0 = (int32_t)L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0027; } } { return (bool)0; } IL_0027: { int32_t L_6 = V_0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); VirtualActionInvoker1< int32_t >::Invoke(37 /* System.Void System.Collections.ObjectModel.Collection`1::RemoveItem(System.Int32) */, (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_6); return (bool)1; } } // System.Void System.Collections.ObjectModel.Collection`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_RemoveAt_mC9F7BED8E9CFDF6511A58071356B7B60234AF5E5_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0026; } } { int32_t L_3 = ___index0; RuntimeObject* L_4 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_4); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002b; } } IL_0026: { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_002b: { int32_t L_6 = ___index0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); VirtualActionInvoker1< int32_t >::Invoke(37 /* System.Void System.Collections.ObjectModel.Collection`1::RemoveItem(System.Int32) */, (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_6); return; } } // System.Void System.Collections.ObjectModel.Collection`1::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_ClearItems_m55648EE81363094C5F8ED2B52A68D81D3462524C_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1::Clear() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return; } } // System.Void System.Collections.ObjectModel.Collection`1::InsertItem(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_InsertItem_mAC405F0EF8D071CB4A64DE821A9F0D60AAF1A008_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___item1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.Generic.IList`1::Insert(System.Int32,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_0, (int32_t)L_1, (RuntimeObject *)L_2); return; } } // System.Void System.Collections.ObjectModel.Collection`1::RemoveItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_RemoveItem_m1E4A91103B84F5ECFE9BFB1BD9C5F4F5CC3C0CC4_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker1< int32_t >::Invoke(4 /* System.Void System.Collections.Generic.IList`1::RemoveAt(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_0, (int32_t)L_1); return; } } // System.Void System.Collections.ObjectModel.Collection`1::SetItem(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_SetItem_m87D41C314FCEF21564562737A8B2AF18197BD017_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___item1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_0, (int32_t)L_1, (RuntimeObject *)L_2); return; } } // System.Boolean System.Collections.ObjectModel.Collection`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m5BC84BB9978A325704950889A7242456B9709C0F_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (bool)L_1; } } // System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_System_Collections_IEnumerable_GetEnumerator_m9FBF6CBAA27351980AE032CA3D9DC82AFD7A5070_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Boolean System.Collections.ObjectModel.Collection`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_System_Collections_ICollection_get_IsSynchronized_m4F5F5CF7ECCD5D80FFE22514C20F68F38EBBC2F7_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ObjectModel.Collection`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Collection_1_System_Collections_ICollection_get_SyncRoot_m460799A7249344254F7C050DC3B67CBBC8BF05C7_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_1(); if (L_0) { goto IL_0037; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_items_0(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; NullCheck((RuntimeObject*)L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set__syncRoot_1(L_4); goto IL_0037; } IL_0025: { RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of__syncRoot_1(); RuntimeObject * L_6 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_6, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)NULL); } IL_0037: { RuntimeObject * L_8 = (RuntimeObject *)__this->get__syncRoot_1(); return (RuntimeObject *)L_8; } } // System.Void System.Collections.ObjectModel.Collection`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_System_Collections_ICollection_CopyTo_m08FBD681110B3FFF1F6BED32197C7DDC3E8ED881_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0009; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)3, /*hidden argument*/NULL); } IL_0009: { RuntimeArray * L_1 = ___array0; NullCheck((RuntimeArray *)L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0018; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)7, /*hidden argument*/NULL); } IL_0018: { RuntimeArray * L_3 = ___array0; NullCheck((RuntimeArray *)L_3); int32_t L_4; L_4 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_3, (int32_t)0, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)6, /*hidden argument*/NULL); } IL_0027: { int32_t L_5 = ___index1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)((int32_t)13), (int32_t)4, /*hidden argument*/NULL); } IL_0033: { RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); int32_t L_8 = ___index1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); int32_t L_9; L_9 = (( int32_t (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_0049; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)5, /*hidden argument*/NULL); } IL_0049: { RuntimeArray * L_10 = ___array0; V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_0; if (!L_11) { goto IL_0061; } } { RuntimeObject* L_12 = (RuntimeObject*)__this->get_items_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = V_0; int32_t L_14 = ___index1; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_12, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_13, (int32_t)L_14); return; } IL_0061: { RuntimeArray * L_15 = ___array0; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((Type_t *)L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, (Type_t *)L_16); V_1 = (Type_t *)L_17; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 11)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); V_2 = (Type_t *)L_19; Type_t * L_20 = V_1; Type_t * L_21 = V_2; NullCheck((Type_t *)L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_20, (Type_t *)L_21); if (L_22) { goto IL_0091; } } { Type_t * L_23 = V_2; Type_t * L_24 = V_1; NullCheck((Type_t *)L_23); bool L_25; L_25 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_24); if (L_25) { goto IL_0091; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_0091: { RuntimeArray * L_26 = ___array0; V_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_3; if (L_27) { goto IL_00a2; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_00a2: { RuntimeObject* L_28 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_28); V_4 = (int32_t)L_29; } IL_00af: try {// begin try (depth: 1) { V_5 = (int32_t)0; goto IL_00d4; } IL_00b4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_3; int32_t L_31 = ___index1; int32_t L_32 = (int32_t)L_31; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); RuntimeObject* L_33 = (RuntimeObject*)__this->get_items_0(); int32_t L_34 = V_5; NullCheck((RuntimeObject*)L_33); RuntimeObject * L_35; L_35 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_33, (int32_t)L_34); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_35); (L_30)->SetAt(static_cast(L_32), (RuntimeObject *)L_35); int32_t L_36 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00d4: { int32_t L_37 = V_5; int32_t L_38 = V_4; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_00b4; } } IL_00da: { goto IL_00e6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } throw e; } CATCH_00dc: {// begin catch(System.ArrayTypeMismatchException) ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e6; }// end catch (depth: 1) IL_00e6: { return; } } // System.Object System.Collections.ObjectModel.Collection`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Collection_1_System_Collections_IList_get_Item_m62363BFC6CC2AF71C5323ED598C8D2B73F489F3C_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3), (RuntimeObject*)L_0, (int32_t)L_1); return (RuntimeObject *)L_2; } } // System.Void System.Collections.ObjectModel.Collection`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_System_Collections_IList_set_Item_m94BE2BCC9039576802579E3703A3729B3D421214_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value1; (( void (*) (RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((RuntimeObject *)L_0, (int32_t)((int32_t)15), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_0008: try {// begin try (depth: 1) int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_1, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); goto IL_002a; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0017; } throw e; } CATCH_0017: {// begin catch(System.InvalidCastException) RuntimeObject * L_3 = ___value1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 11)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_4, /*hidden argument*/NULL); ThrowHelper_ThrowWrongValueTypeArgumentException_m4E9CD2C01D79997EE1808CF75715BB6BB3738F0C((RuntimeObject *)L_3, (Type_t *)L_5, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002a; }// end catch (depth: 1) IL_002a: { return; } } // System.Boolean System.Collections.ObjectModel.Collection`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_System_Collections_IList_get_IsReadOnly_m31E01EDC0AF22FEDC7BFB9CA210F612A41FED3FB_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (bool)L_1; } } // System.Boolean System.Collections.ObjectModel.Collection`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_System_Collections_IList_get_IsFixedSize_mB1BCAD689060675E903D0C6EB0A718A82BD46A69_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0016; } } { RuntimeObject* L_2 = V_0; NullCheck((RuntimeObject*)L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Collections.IList::get_IsFixedSize() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); return (bool)L_3; } IL_0016: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_4); return (bool)L_5; } } // System.Int32 System.Collections.ObjectModel.Collection`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Collection_1_System_Collections_IList_Add_m339806D3BD897C6E3E12F0D372A80465CFC71CE2_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { RuntimeObject * L_2 = ___value0; (( void (*) (RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((RuntimeObject *)L_2, (int32_t)((int32_t)15), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_001c: try {// begin try (depth: 1) RuntimeObject * L_3 = ___value0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); goto IL_003d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002a; } throw e; } CATCH_002a: {// begin catch(System.InvalidCastException) RuntimeObject * L_4 = ___value0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 11)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_5, /*hidden argument*/NULL); ThrowHelper_ThrowWrongValueTypeArgumentException_m4E9CD2C01D79997EE1808CF75715BB6BB3738F0C((RuntimeObject *)L_4, (Type_t *)L_6, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003d; }// end catch (depth: 1) IL_003d: { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); int32_t L_7; L_7 = (( int32_t (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } } // System.Boolean System.Collections.ObjectModel.Collection`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_System_Collections_IList_Contains_mC27813ADA2484AA33B7797EBCBCDF452F0C0337E_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); bool L_3; L_3 = (( bool (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 System.Collections.ObjectModel.Collection`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Collection_1_System_Collections_IList_IndexOf_mB0801FB7A0CBAFC5F1259F9197BBB0FAD7BE9E72_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); int32_t L_3; L_3 = (( int32_t (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (int32_t)L_3; } IL_0015: { return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.Collection`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_System_Collections_IList_Insert_mF6B92D6302CC83F3B6C2E482DA773C5C1BC278CB_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { RuntimeObject * L_2 = ___value1; (( void (*) (RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((RuntimeObject *)L_2, (int32_t)((int32_t)15), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_001c: try {// begin try (depth: 1) int32_t L_3 = ___index0; RuntimeObject * L_4 = ___value1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_3, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)); goto IL_003e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: {// begin catch(System.InvalidCastException) RuntimeObject * L_5 = ___value1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 11)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); ThrowHelper_ThrowWrongValueTypeArgumentException_m4E9CD2C01D79997EE1808CF75715BB6BB3738F0C((RuntimeObject *)L_5, (Type_t *)L_7, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003e; }// end catch (depth: 1) IL_003e: { return; } } // System.Void System.Collections.ObjectModel.Collection`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_System_Collections_IList_Remove_mFFA9FD2F29E91C2DDA388AF2F153DD7918DA8FF8_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); NullCheck((RuntimeObject*)L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); if (!L_1) { goto IL_0014; } } { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); } IL_0014: { RuntimeObject * L_2 = ___value0; bool L_3; L_3 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); if (!L_3) { goto IL_0029; } } { RuntimeObject * L_4 = ___value0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); bool L_5; L_5 = (( bool (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); } IL_0029: { return; } } // System.Boolean System.Collections.ObjectModel.Collection`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_IsCompatibleObject_mD74EC228402C1DA2CBB6FECCC47D83CC10CFED1A_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12)))) { goto IL_001f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_001d; } } { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001d: { return (bool)0; } IL_001f: { return (bool)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 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2AFEA0D6CEB1F40BE3DCF6EE7224F8A755832354_gshared (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m2AFEA0D6CEB1F40BE3DCF6EE7224F8A755832354_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m2AFEA0D6CEB1F40BE3DCF6EE7224F8A755832354(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m2C6D65AD94E144179332651AB157B5D54BD9E3C7_gshared (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m2C6D65AD94E144179332651AB157B5D54BD9E3C7_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m2C6D65AD94E144179332651AB157B5D54BD9E3C7_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6A9E4A351D3CE0BE4BEBE2895BD92EA367237860_gshared (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m6A9E4A351D3CE0BE4BEBE2895BD92EA367237860_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m6A9E4A351D3CE0BE4BEBE2895BD92EA367237860_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59FD21F1082FD0A37FF0EA14237EAFF84AB10B21_gshared (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m59FD21F1082FD0A37FF0EA14237EAFF84AB10B21_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m59FD21F1082FD0A37FF0EA14237EAFF84AB10B21_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mEA83497708F07630E163BFFBDD2F22C1F5D0224C_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD8CD256C1725218C2DA0CA4CD853B4AFC72C00AF_gshared (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mD8CD256C1725218C2DA0CA4CD853B4AFC72C00AF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mD8CD256C1725218C2DA0CA4CD853B4AFC72C00AF(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m08F1799B33B5A20D0FF7B880F83579A417A3039B_gshared (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m08F1799B33B5A20D0FF7B880F83579A417A3039B_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m08F1799B33B5A20D0FF7B880F83579A417A3039B(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m8442A2B1F90D7DD27A74CA9F03C543B2495CEB81_gshared (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m8442A2B1F90D7DD27A74CA9F03C543B2495CEB81_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m8442A2B1F90D7DD27A74CA9F03C543B2495CEB81_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mBEA2FF5CC864A2F10F9D976B7427AE90326E3FAF_gshared (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mBEA2FF5CC864A2F10F9D976B7427AE90326E3FAF_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mBEA2FF5CC864A2F10F9D976B7427AE90326E3FAF_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m0E87881BF01A578B2C18E9103EDDC51AFBB6CCF5_gshared (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m0E87881BF01A578B2C18E9103EDDC51AFBB6CCF5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m0E87881BF01A578B2C18E9103EDDC51AFBB6CCF5_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mDF0E2DC533E8107E905250F9578FBC5EE5853975_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mE2B0A0EA12BE87B2A4A322B2E6D823B9D39C1AFE_gshared (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mE2B0A0EA12BE87B2A4A322B2E6D823B9D39C1AFE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mE2B0A0EA12BE87B2A4A322B2E6D823B9D39C1AFE(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m101C4676A6D974A30695FBDB21F7CB2D79AF52EC_gshared (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m101C4676A6D974A30695FBDB21F7CB2D79AF52EC_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m101C4676A6D974A30695FBDB21F7CB2D79AF52EC(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1CF977282E8CC24D051BC21372629A5E8785B145_gshared (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m1CF977282E8CC24D051BC21372629A5E8785B145_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m1CF977282E8CC24D051BC21372629A5E8785B145_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mA51CC4CCF30C4DB0AA569B86FDF7D9643A91AE75_gshared (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mA51CC4CCF30C4DB0AA569B86FDF7D9643A91AE75_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mA51CC4CCF30C4DB0AA569B86FDF7D9643A91AE75_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB70616AF46162F75837B017F45A71F2C5876E8B6_gshared (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mB70616AF46162F75837B017F45A71F2C5876E8B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mB70616AF46162F75837B017F45A71F2C5876E8B6_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m8DF8F848C6936AF3599319EE9D9CE8C1964E82F7_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m3CEEB90394FF2A958950C551680D2ECE181A5332_gshared (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m3CEEB90394FF2A958950C551680D2ECE181A5332_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m3CEEB90394FF2A958950C551680D2ECE181A5332(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m14BD68C9672BC3330E22C111222FED949208F9FD_gshared (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m14BD68C9672BC3330E22C111222FED949208F9FD_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m14BD68C9672BC3330E22C111222FED949208F9FD(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1A48E410D4E16023C3ADB5E108774609C0F4551B_gshared (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m1A48E410D4E16023C3ADB5E108774609C0F4551B_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m1A48E410D4E16023C3ADB5E108774609C0F4551B_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mBD253C86006AB0B18D3410998A521716B38D6278_gshared (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mBD253C86006AB0B18D3410998A521716B38D6278_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mBD253C86006AB0B18D3410998A521716B38D6278_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mAF65A91EB46297378C845EA5AEBA351F81D4A78D_gshared (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mAF65A91EB46297378C845EA5AEBA351F81D4A78D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mAF65A91EB46297378C845EA5AEBA351F81D4A78D_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mAF15F709D192614F7594173437EC68F887880057_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mAFAD96B82D9332F8BE965E35DF12EF20AFAED559_gshared (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mAFAD96B82D9332F8BE965E35DF12EF20AFAED559_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mAFAD96B82D9332F8BE965E35DF12EF20AFAED559(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mBB86BA93A03561A93B298C843906741085CC07DF_gshared (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_mBB86BA93A03561A93B298C843906741085CC07DF_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_mBB86BA93A03561A93B298C843906741085CC07DF(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m111E8973BF817997321B685E9CD07BE018C47D1E_gshared (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m111E8973BF817997321B685E9CD07BE018C47D1E_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m111E8973BF817997321B685E9CD07BE018C47D1E_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m387C8F465B0C7EEA2A887A2D823D5616EFFC4524_gshared (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m387C8F465B0C7EEA2A887A2D823D5616EFFC4524_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m387C8F465B0C7EEA2A887A2D823D5616EFFC4524_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m0BEDE6F19FC724F5C951AFD615118BE317837225_gshared (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m0BEDE6F19FC724F5C951AFD615118BE317837225_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m0BEDE6F19FC724F5C951AFD615118BE317837225_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m2B753EA44BF8DBBD1E58B8EE66BD259E47BF3D66_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mB89D81F9FF63A547C3111064DDC8965078F77587_gshared (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mB89D81F9FF63A547C3111064DDC8965078F77587_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mB89D81F9FF63A547C3111064DDC8965078F77587(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mFB9C317424A96BE9040803277765DDB6DC1F495C_gshared (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_mFB9C317424A96BE9040803277765DDB6DC1F495C_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_mFB9C317424A96BE9040803277765DDB6DC1F495C(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m5686BAC3CBBF5BA0F8B4F7BBEF45BB9EBC5126A5_gshared (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m5686BAC3CBBF5BA0F8B4F7BBEF45BB9EBC5126A5_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m5686BAC3CBBF5BA0F8B4F7BBEF45BB9EBC5126A5_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m2F9AB8E4F5544F55218E8A6D7E6DFB49A200B5AD_gshared (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m2F9AB8E4F5544F55218E8A6D7E6DFB49A200B5AD_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m2F9AB8E4F5544F55218E8A6D7E6DFB49A200B5AD_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mFC82F376586C22B17FD6C91D9112B22B3B33BF31_gshared (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mFC82F376586C22B17FD6C91D9112B22B3B33BF31_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mFC82F376586C22B17FD6C91D9112B22B3B33BF31_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m8413AF1CCADE85DF566D8D391E66391FB68C919C_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m73C9B61234FEE25C2B874076A0995C1BFAEBEA9E_gshared (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m73C9B61234FEE25C2B874076A0995C1BFAEBEA9E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m73C9B61234FEE25C2B874076A0995C1BFAEBEA9E(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m875EB655EE70B077903D5D21BB3A211CEF1FBB4C_gshared (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m875EB655EE70B077903D5D21BB3A211CEF1FBB4C_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m875EB655EE70B077903D5D21BB3A211CEF1FBB4C(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mB58856678B14589C1D53F319E5F496103D3C0363_gshared (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mB58856678B14589C1D53F319E5F496103D3C0363_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mB58856678B14589C1D53F319E5F496103D3C0363_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mE7032BA4EB20D30BE17D287822CD9212883FDF37_gshared (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mE7032BA4EB20D30BE17D287822CD9212883FDF37_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mE7032BA4EB20D30BE17D287822CD9212883FDF37_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m11E40E62BE90868DC45FC73C209C875EAA15492A_gshared (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m11E40E62BE90868DC45FC73C209C875EAA15492A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m11E40E62BE90868DC45FC73C209C875EAA15492A_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mBC8117BC47C9EF411F8F520F5693051B3D636F17_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD714593FCCC6845F158D1E8C073778E462C1E15B_gshared (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mD714593FCCC6845F158D1E8C073778E462C1E15B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mD714593FCCC6845F158D1E8C073778E462C1E15B(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m31CBED2EB5F893283B013265C9DC2CA29DD2DA8E_gshared (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m31CBED2EB5F893283B013265C9DC2CA29DD2DA8E_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m31CBED2EB5F893283B013265C9DC2CA29DD2DA8E(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m09BDCC6C3204A95E85CE860899209601A10C4129_gshared (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m09BDCC6C3204A95E85CE860899209601A10C4129_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m09BDCC6C3204A95E85CE860899209601A10C4129_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m5F69FDCDA38C1EDAAB999E75F90BC206C97863B2_gshared (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m5F69FDCDA38C1EDAAB999E75F90BC206C97863B2_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m5F69FDCDA38C1EDAAB999E75F90BC206C97863B2_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59B831047A30BF83DFD3E0CBFEDAA6D2A78AFAB6_gshared (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m59B831047A30BF83DFD3E0CBFEDAA6D2A78AFAB6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m59B831047A30BF83DFD3E0CBFEDAA6D2A78AFAB6_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mBA4564D84F5DE77029D55C3E2052558479EC0BF0_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m835545A667808BDBD33BD12EDBBD4CD167540DA5_gshared (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m835545A667808BDBD33BD12EDBBD4CD167540DA5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m835545A667808BDBD33BD12EDBBD4CD167540DA5(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m50E32750E3791BAC9F0645096E19711F4D1CE73B_gshared (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m50E32750E3791BAC9F0645096E19711F4D1CE73B_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m50E32750E3791BAC9F0645096E19711F4D1CE73B(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mC358D8AB361FF3BE57F1CE7CAF820BA7579C30C4_gshared (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mC358D8AB361FF3BE57F1CE7CAF820BA7579C30C4_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mC358D8AB361FF3BE57F1CE7CAF820BA7579C30C4_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m9C291944E3EB47D5145836ED1F2693303955C4E5_gshared (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m9C291944E3EB47D5145836ED1F2693303955C4E5_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m9C291944E3EB47D5145836ED1F2693303955C4E5_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB38BDA09896891F43178B9E4E2A683C3A0003E50_gshared (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mB38BDA09896891F43178B9E4E2A683C3A0003E50_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mB38BDA09896891F43178B9E4E2A683C3A0003E50_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m376BB43DD2CF60EBAD9E290ABDFE112427692331_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m594AA2B81EB7031DDB2728F73DBEA27BF5CFCC74_gshared (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m594AA2B81EB7031DDB2728F73DBEA27BF5CFCC74_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m594AA2B81EB7031DDB2728F73DBEA27BF5CFCC74(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m6817BB43BC3D2589B1D6D71E4C5B0D15CE066E4B_gshared (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m6817BB43BC3D2589B1D6D71E4C5B0D15CE066E4B_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m6817BB43BC3D2589B1D6D71E4C5B0D15CE066E4B(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m147153D29A3AE6512C26193FBAB048D643942AB6_gshared (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m147153D29A3AE6512C26193FBAB048D643942AB6_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m147153D29A3AE6512C26193FBAB048D643942AB6_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m3F0233EF7162BFCDEA55F18A5555782C7E25F3BC_gshared (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m3F0233EF7162BFCDEA55F18A5555782C7E25F3BC_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m3F0233EF7162BFCDEA55F18A5555782C7E25F3BC_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m489849FCD46529728943F2C68C03C720945075C7_gshared (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m489849FCD46529728943F2C68C03C720945075C7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m489849FCD46529728943F2C68C03C720945075C7_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mA427BCF2BA3A3D45FD20B5A059C937189FEE681A_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD6EF61A1CCD26A3268173330A7EF7CF5CD916B99_gshared (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mD6EF61A1CCD26A3268173330A7EF7CF5CD916B99_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mD6EF61A1CCD26A3268173330A7EF7CF5CD916B99(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m95FEB0C647EDA3C3CE221FA07184EAB885EA8FDA_gshared (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m95FEB0C647EDA3C3CE221FA07184EAB885EA8FDA_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m95FEB0C647EDA3C3CE221FA07184EAB885EA8FDA(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m12ED4EC8C6A32D855A9D419182CC2A5C1709C93B_gshared (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m12ED4EC8C6A32D855A9D419182CC2A5C1709C93B_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m12ED4EC8C6A32D855A9D419182CC2A5C1709C93B_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m96567B2F9E578E6F6AD0B3FB11B16D159CD1F718_gshared (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m96567B2F9E578E6F6AD0B3FB11B16D159CD1F718_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m96567B2F9E578E6F6AD0B3FB11B16D159CD1F718_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB50C135B5494284D2A80E3E506F52F892BA616B9_gshared (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mB50C135B5494284D2A80E3E506F52F892BA616B9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mB50C135B5494284D2A80E3E506F52F892BA616B9_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m0A70A9EE6B9DFFDADB25BF355B97E50B81397A14_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m29B917B63C822A86A6D7E0D7B2D3C0C4BED733BB_gshared (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m29B917B63C822A86A6D7E0D7B2D3C0C4BED733BB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m29B917B63C822A86A6D7E0D7B2D3C0C4BED733BB(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m7004A7DF5A3215950410301A0A3C86A3B05625BA_gshared (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m7004A7DF5A3215950410301A0A3C86A3B05625BA_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m7004A7DF5A3215950410301A0A3C86A3B05625BA(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1DA7BA096CA6E22B1711A9FB01AF555DA7789031_gshared (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m1DA7BA096CA6E22B1711A9FB01AF555DA7789031_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m1DA7BA096CA6E22B1711A9FB01AF555DA7789031_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mB2177798E6C2E780D1EBB491BC78FD0E29B00CC4_gshared (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mB2177798E6C2E780D1EBB491BC78FD0E29B00CC4_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mB2177798E6C2E780D1EBB491BC78FD0E29B00CC4_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB834DE1F69057CBD295CCD35E59FB7803B2D611D_gshared (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mB834DE1F69057CBD295CCD35E59FB7803B2D611D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mB834DE1F69057CBD295CCD35E59FB7803B2D611D_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m871DD11C1896CE81274AE1BF18D18F6C43F813DD_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mDB65FA6A6A58B6BDF0C75A46FD387B205D40FC90_gshared (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mDB65FA6A6A58B6BDF0C75A46FD387B205D40FC90_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mDB65FA6A6A58B6BDF0C75A46FD387B205D40FC90(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m3BAF712C954F07EC76C09281527022FA28012961_gshared (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m3BAF712C954F07EC76C09281527022FA28012961_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m3BAF712C954F07EC76C09281527022FA28012961(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m0AF26099C394DEED2F0522B4238A761AC83A9FD1_gshared (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m0AF26099C394DEED2F0522B4238A761AC83A9FD1_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m0AF26099C394DEED2F0522B4238A761AC83A9FD1_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m04B77C6FBE6CC7522A2AE895F45A9394170B492B_gshared (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m04B77C6FBE6CC7522A2AE895F45A9394170B492B_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m04B77C6FBE6CC7522A2AE895F45A9394170B492B_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mEA1E03B867FDED595739D01348D2118AAF385FE4_gshared (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mEA1E03B867FDED595739D01348D2118AAF385FE4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mEA1E03B867FDED595739D01348D2118AAF385FE4_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mA87119A8E9421DB98EB0A15361E7168A76F44BB5_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m1175922464DF3F6CA1B743C6000D51C776AC0EF1_gshared (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m1175922464DF3F6CA1B743C6000D51C776AC0EF1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m1175922464DF3F6CA1B743C6000D51C776AC0EF1(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m7C8AF4726FAB6D4AA749D2F0654E33658FEF2D6B_gshared (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m7C8AF4726FAB6D4AA749D2F0654E33658FEF2D6B_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m7C8AF4726FAB6D4AA749D2F0654E33658FEF2D6B(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m81AAD980A7FA99ADF73709E77AB309687C869125_gshared (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m81AAD980A7FA99ADF73709E77AB309687C869125_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m81AAD980A7FA99ADF73709E77AB309687C869125_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m8AD7EAE72FEC2221B18866F2F65E6802E6EA7FE4_gshared (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m8AD7EAE72FEC2221B18866F2F65E6802E6EA7FE4_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m8AD7EAE72FEC2221B18866F2F65E6802E6EA7FE4_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mD7CD729FB81929D2E8074A3CB945E4F8718905F4_gshared (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mD7CD729FB81929D2E8074A3CB945E4F8718905F4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mD7CD729FB81929D2E8074A3CB945E4F8718905F4_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m6480F68032147802D22E4F3EC57CBA4E79970BCE_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mF6AF2EC6472C0B4BA5B2583A3CD20CBD4BD5F7DD_gshared (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mF6AF2EC6472C0B4BA5B2583A3CD20CBD4BD5F7DD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mF6AF2EC6472C0B4BA5B2583A3CD20CBD4BD5F7DD(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m8702E2A986210E2A09D893F6815C38261FCE8F32_gshared (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m8702E2A986210E2A09D893F6815C38261FCE8F32_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m8702E2A986210E2A09D893F6815C38261FCE8F32(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m9584088CD234E70BC71A203D58544E5A086340E2_gshared (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m9584088CD234E70BC71A203D58544E5A086340E2_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m9584088CD234E70BC71A203D58544E5A086340E2_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6351E4CB867DFCD20C38AC65073BFE7B5A9FC693_gshared (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m6351E4CB867DFCD20C38AC65073BFE7B5A9FC693_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m6351E4CB867DFCD20C38AC65073BFE7B5A9FC693_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m363E28EB95001FD971AE825195231A97002347EE_gshared (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m363E28EB95001FD971AE825195231A97002347EE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m363E28EB95001FD971AE825195231A97002347EE_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m2E20DDB583A8EA5FFAC25AE8460F9C02777289EE_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m77902E4ADAFA936DCDF22FE0FEA4DA6908715784_gshared (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m77902E4ADAFA936DCDF22FE0FEA4DA6908715784_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m77902E4ADAFA936DCDF22FE0FEA4DA6908715784(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mCA39415261585E6746F59FD54BA3457EBAB1E111_gshared (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_mCA39415261585E6746F59FD54BA3457EBAB1E111_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_mCA39415261585E6746F59FD54BA3457EBAB1E111(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m352775CE23A2A233B3F88323856F99AB1BDC2A55_gshared (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m352775CE23A2A233B3F88323856F99AB1BDC2A55_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m352775CE23A2A233B3F88323856F99AB1BDC2A55_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mC6C2FC33D6E6C868A68B2E3CDCFA3A4F47CFEF19_gshared (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mC6C2FC33D6E6C868A68B2E3CDCFA3A4F47CFEF19_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mC6C2FC33D6E6C868A68B2E3CDCFA3A4F47CFEF19_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mA039CEDB7350683248660CFE8F2486C234BC3AE3_gshared (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mA039CEDB7350683248660CFE8F2486C234BC3AE3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mA039CEDB7350683248660CFE8F2486C234BC3AE3_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mF2E8876B630FD808776B199A3824D9BEF21EB2DE_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mE3A996E195B70212A33311A6CEE3BB9C39314E4C_gshared (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mE3A996E195B70212A33311A6CEE3BB9C39314E4C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mE3A996E195B70212A33311A6CEE3BB9C39314E4C(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m7AB7D3A1D9F9C158D8C7E48A2087EDA91528C955_gshared (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m7AB7D3A1D9F9C158D8C7E48A2087EDA91528C955_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m7AB7D3A1D9F9C158D8C7E48A2087EDA91528C955(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mFCA719EF208BBACAFC65B6D6E21EA600C053C85F_gshared (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mFCA719EF208BBACAFC65B6D6E21EA600C053C85F_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mFCA719EF208BBACAFC65B6D6E21EA600C053C85F_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m72657F96556B147F87F6BCFC1BE29508B28DFCC5_gshared (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m72657F96556B147F87F6BCFC1BE29508B28DFCC5_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m72657F96556B147F87F6BCFC1BE29508B28DFCC5_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m92E7C07AE0B21C1629F2A49A048CD0B28A0117F1_gshared (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m92E7C07AE0B21C1629F2A49A048CD0B28A0117F1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m92E7C07AE0B21C1629F2A49A048CD0B28A0117F1_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mB3FD1FF05811BB8DACD5B96E889C7BC4D150DED8_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m45FB7354F4E528CDF74486A2A59D484FD8A23C29_gshared (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m45FB7354F4E528CDF74486A2A59D484FD8A23C29_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m45FB7354F4E528CDF74486A2A59D484FD8A23C29(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m5EA4C239BA5C5F491E4DFFA52437A17FB806154E_gshared (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m5EA4C239BA5C5F491E4DFFA52437A17FB806154E_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m5EA4C239BA5C5F491E4DFFA52437A17FB806154E(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m6E272AA6BEEF533D220A29B204A45C5C0200C7E8_gshared (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m6E272AA6BEEF533D220A29B204A45C5C0200C7E8_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m6E272AA6BEEF533D220A29B204A45C5C0200C7E8_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m414490163EE66E732ACED11395F15A3485EC9A4D_gshared (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m414490163EE66E732ACED11395F15A3485EC9A4D_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m414490163EE66E732ACED11395F15A3485EC9A4D_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mE187C4C54A96F36CE5BA3CB48ED9881CF213732D_gshared (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mE187C4C54A96F36CE5BA3CB48ED9881CF213732D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mE187C4C54A96F36CE5BA3CB48ED9881CF213732D_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mE86472F36DEB2C7D085472970FEC0C3ADCDD8E06_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m6F3343462B5C0E976DC53E7BA4EA0D9097C62D39_gshared (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m6F3343462B5C0E976DC53E7BA4EA0D9097C62D39_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m6F3343462B5C0E976DC53E7BA4EA0D9097C62D39(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m983B3979FF45BF96ABB70C8E7AA02C5C9D045944_gshared (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m983B3979FF45BF96ABB70C8E7AA02C5C9D045944_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m983B3979FF45BF96ABB70C8E7AA02C5C9D045944(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m54F1C70BCF91084005CD11A8D09452032890DCEA_gshared (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m54F1C70BCF91084005CD11A8D09452032890DCEA_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m54F1C70BCF91084005CD11A8D09452032890DCEA_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mEF60A61599DB550F0E3C2CA1A0B66DFF3246516C_gshared (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mEF60A61599DB550F0E3C2CA1A0B66DFF3246516C_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mEF60A61599DB550F0E3C2CA1A0B66DFF3246516C_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m1D2F304C19B7B950C8946299B5E9E8FAC447222E_gshared (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m1D2F304C19B7B950C8946299B5E9E8FAC447222E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m1D2F304C19B7B950C8946299B5E9E8FAC447222E_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m6409483B4E22AAD42F70EBDE8129E4D18EA813EB_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m994D032E8EAF97D45106DD6410807643B896D555_gshared (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m994D032E8EAF97D45106DD6410807643B896D555_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m994D032E8EAF97D45106DD6410807643B896D555(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2AE56BAE65F6245035721B3DDCB8BFBC25EB7BEE_gshared (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m2AE56BAE65F6245035721B3DDCB8BFBC25EB7BEE_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m2AE56BAE65F6245035721B3DDCB8BFBC25EB7BEE(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mAED194EAE42905EC3FE5E080ECE3EF5112A62394_gshared (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mAED194EAE42905EC3FE5E080ECE3EF5112A62394_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mAED194EAE42905EC3FE5E080ECE3EF5112A62394_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m688FEB4FBDCC774401D37CB91CBC653A9D841909_gshared (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m688FEB4FBDCC774401D37CB91CBC653A9D841909_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m688FEB4FBDCC774401D37CB91CBC653A9D841909_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m80A01F7D81AED2089C07809290EEEC50EE504E4C_gshared (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m80A01F7D81AED2089C07809290EEEC50EE504E4C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m80A01F7D81AED2089C07809290EEEC50EE504E4C_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m58703F214DD3FD485B172E014ABF90F45CC07567_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mB448487845236AF448E91F2CBDA595006C2C2FB0_gshared (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mB448487845236AF448E91F2CBDA595006C2C2FB0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mB448487845236AF448E91F2CBDA595006C2C2FB0(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m30D6BB2B927127FBBAB90644C4D3B32E959BAE26_gshared (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m30D6BB2B927127FBBAB90644C4D3B32E959BAE26_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m30D6BB2B927127FBBAB90644C4D3B32E959BAE26(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mBE3AC6FC8B6350BBD1F6A3143359270C82C2DFBE_gshared (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mBE3AC6FC8B6350BBD1F6A3143359270C82C2DFBE_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mBE3AC6FC8B6350BBD1F6A3143359270C82C2DFBE_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m27E89ECA4E86A24135E3659A7CE62EF27DD9C6E0_gshared (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m27E89ECA4E86A24135E3659A7CE62EF27DD9C6E0_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m27E89ECA4E86A24135E3659A7CE62EF27DD9C6E0_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mE4BF94F10F4AAC5A3E421C72A63EA6DB740C7A9D_gshared (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mE4BF94F10F4AAC5A3E421C72A63EA6DB740C7A9D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mE4BF94F10F4AAC5A3E421C72A63EA6DB740C7A9D_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m43049DA46B42218D056D49ED1FE49E9F9CFDD225_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m54571BAAF71A7727659DE40398F81B1BE74C75E9_gshared (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m54571BAAF71A7727659DE40398F81B1BE74C75E9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m54571BAAF71A7727659DE40398F81B1BE74C75E9(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m39625E285BF6C95EA7E29060E05FF8BCD2E4CBF8_gshared (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m39625E285BF6C95EA7E29060E05FF8BCD2E4CBF8_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m39625E285BF6C95EA7E29060E05FF8BCD2E4CBF8(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mC165D45F94A0768DCAAD14136263B0656FD99E47_gshared (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mC165D45F94A0768DCAAD14136263B0656FD99E47_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mC165D45F94A0768DCAAD14136263B0656FD99E47_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m15EABC5D5FE465FD35159226221C0B98A0A9C0AF_gshared (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m15EABC5D5FE465FD35159226221C0B98A0A9C0AF_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m15EABC5D5FE465FD35159226221C0B98A0A9C0AF_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m83473071272F67E519074979650C0D2E7CC09E81_gshared (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m83473071272F67E519074979650C0D2E7CC09E81_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m83473071272F67E519074979650C0D2E7CC09E81_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mB49D75765372CB319280676237C25B9A30D89B80_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m1E3DB3A2E9B2995A8F29716CF3C987F362EFBC35_gshared (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m1E3DB3A2E9B2995A8F29716CF3C987F362EFBC35_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m1E3DB3A2E9B2995A8F29716CF3C987F362EFBC35(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mE4ECCB175E920896B2522B4AB3C001CB54BA6393_gshared (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_mE4ECCB175E920896B2522B4AB3C001CB54BA6393_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_mE4ECCB175E920896B2522B4AB3C001CB54BA6393(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m8179630F57082106B9B62C4C7358876118998F82_gshared (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m8179630F57082106B9B62C4C7358876118998F82_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m8179630F57082106B9B62C4C7358876118998F82_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mF355373FFF288AEC3D715799217BE4AD81BE42D5_gshared (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_mF355373FFF288AEC3D715799217BE4AD81BE42D5_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_mF355373FFF288AEC3D715799217BE4AD81BE42D5_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m20B941CAEDC5F69ED0C983E5F75CA76D02F85A25_gshared (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m20B941CAEDC5F69ED0C983E5F75CA76D02F85A25_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m20B941CAEDC5F69ED0C983E5F75CA76D02F85A25_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m4FDDA1ABB7724DC0E1BB9558529287E75B2A6F1F_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m187B5448E5ED9D1B69EEBB8606A45E0034F12D04_gshared (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m187B5448E5ED9D1B69EEBB8606A45E0034F12D04_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m187B5448E5ED9D1B69EEBB8606A45E0034F12D04(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mE5342F1243D241ADBD558795E87940D61A33132E_gshared (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_mE5342F1243D241ADBD558795E87940D61A33132E_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_mE5342F1243D241ADBD558795E87940D61A33132E(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mF7E53330A3EC3E1D212C9937B0DC6A0BE789BEA1_gshared (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mF7E53330A3EC3E1D212C9937B0DC6A0BE789BEA1_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mF7E53330A3EC3E1D212C9937B0DC6A0BE789BEA1_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m1924E3534DE3105ADAD0CD30B5913E2E4AC0F491_gshared (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m1924E3534DE3105ADAD0CD30B5913E2E4AC0F491_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m1924E3534DE3105ADAD0CD30B5913E2E4AC0F491_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mAED5A80870E57A2A586FD4C96A3FB9BDEFC6FED5_gshared (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mAED5A80870E57A2A586FD4C96A3FB9BDEFC6FED5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mAED5A80870E57A2A586FD4C96A3FB9BDEFC6FED5_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mAF037CEDC46546A44B0EF732A8BD48C2FC6E9546_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m351D49CCAD69E0161575E8B9283A636FC89E788C_gshared (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m351D49CCAD69E0161575E8B9283A636FC89E788C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m351D49CCAD69E0161575E8B9283A636FC89E788C(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m73373A6FE17F8A5FB7BCA532E6071BEAC4400600_gshared (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m73373A6FE17F8A5FB7BCA532E6071BEAC4400600_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m73373A6FE17F8A5FB7BCA532E6071BEAC4400600(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m2960B76F129152C8A7745F74785C98CC4FF15EE6_gshared (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m2960B76F129152C8A7745F74785C98CC4FF15EE6_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m2960B76F129152C8A7745F74785C98CC4FF15EE6_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6911155DBBF9752E1D11AA9E97385CCAFA414AB6_gshared (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m6911155DBBF9752E1D11AA9E97385CCAFA414AB6_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m6911155DBBF9752E1D11AA9E97385CCAFA414AB6_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m04C80B2DB841AF375014D71C3A837093A3C0753F_gshared (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m04C80B2DB841AF375014D71C3A837093A3C0753F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m04C80B2DB841AF375014D71C3A837093A3C0753F_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mC5FAA4558F2A985DF9F76A4BC70AEE2AD39DF78E_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m044F1008CD80F1344AB8D6B1A46489B6120C838A_gshared (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m044F1008CD80F1344AB8D6B1A46489B6120C838A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m044F1008CD80F1344AB8D6B1A46489B6120C838A(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_mEF928AC56330ED834DF0D9D580BA5D59EAC88A8C_gshared (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_mEF928AC56330ED834DF0D9D580BA5D59EAC88A8C_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_mEF928AC56330ED834DF0D9D580BA5D59EAC88A8C(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1F34A5792E8758B83285F31E0DB260BBA6BA8D1B_gshared (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m1F34A5792E8758B83285F31E0DB260BBA6BA8D1B_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m1F34A5792E8758B83285F31E0DB260BBA6BA8D1B_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m65D795C8044826F0509CFE12D814B97FC15E7622_gshared (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m65D795C8044826F0509CFE12D814B97FC15E7622_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m65D795C8044826F0509CFE12D814B97FC15E7622_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m160A5075893C159D142614410CB75A2FF4364072_gshared (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m160A5075893C159D142614410CB75A2FF4364072_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m160A5075893C159D142614410CB75A2FF4364072_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m239ABEF3EF345546946A8BB3F4A54B77BF52DDF4_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mBAFE3BD71A6E4125BEBB8FFC6E86B06243A0381D_gshared (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mBAFE3BD71A6E4125BEBB8FFC6E86B06243A0381D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mBAFE3BD71A6E4125BEBB8FFC6E86B06243A0381D(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2C0B0143DF8F39EAB404FE72E8AE3815A8F24BFF_gshared (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m2C0B0143DF8F39EAB404FE72E8AE3815A8F24BFF_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m2C0B0143DF8F39EAB404FE72E8AE3815A8F24BFF(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m08886407B0A999E61B001E0B01243BB7BFB350C2_gshared (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m08886407B0A999E61B001E0B01243BB7BFB350C2_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m08886407B0A999E61B001E0B01243BB7BFB350C2_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m49E3484B76A04FA23857AE0D5B353B8620EB5C8D_gshared (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m49E3484B76A04FA23857AE0D5B353B8620EB5C8D_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m49E3484B76A04FA23857AE0D5B353B8620EB5C8D_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59FCE47F093D99E5990606F405F9E4BC2BEB9B7A_gshared (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m59FCE47F093D99E5990606F405F9E4BC2BEB9B7A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m59FCE47F093D99E5990606F405F9E4BC2BEB9B7A_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_mF234853B3CD57C9F266A0D6E31E321EFF92B52EF_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mD7805AE82D88C005A72E9CE0EA9D5E9145015968_gshared (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mD7805AE82D88C005A72E9CE0EA9D5E9145015968_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mD7805AE82D88C005A72E9CE0EA9D5E9145015968(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m2DE8BA5DB96820FBAECC33B87659108F30B8372B_gshared (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m2DE8BA5DB96820FBAECC33B87659108F30B8372B_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m2DE8BA5DB96820FBAECC33B87659108F30B8372B(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mCDA725C106EB6D9F9FD4699C7E2912B09416F9A5_gshared (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_mCDA725C106EB6D9F9FD4699C7E2912B09416F9A5_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_mCDA725C106EB6D9F9FD4699C7E2912B09416F9A5_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m73B4FBD6D2A8309E4581F732666FAE4CB7C46984_gshared (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m73B4FBD6D2A8309E4581F732666FAE4CB7C46984_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m73B4FBD6D2A8309E4581F732666FAE4CB7C46984_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m13C67B112D25291DBBFBC95BD43A2453E316A10A_gshared (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_m13C67B112D25291DBBFBC95BD43A2453E316A10A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_m13C67B112D25291DBBFBC95BD43A2453E316A10A_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m1FD2C081D1ECC008FDEFBC9AA4D4FED4459D9FE7_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_mFEE4F9129B5CEEDE726A6358CA446A706BEB1993_gshared (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_mFEE4F9129B5CEEDE726A6358CA446A706BEB1993_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_mFEE4F9129B5CEEDE726A6358CA446A706BEB1993(_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.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache__ctor_m0DBFB41B78BF76F909561260B8FBC79A378CA1FC_gshared (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_1; memset((&V_1), 0, sizeof(V_1)); { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = ___allocator0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)((int32_t)1185921), (int32_t)0); __this->set_table_1(L_1); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_3; L_3 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_2, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_3; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); RuntimeObject* L_4 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_4); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_5; L_5 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_5; MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C L_6; L_6 = Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_1), /*hidden argument*/Memory_1_Pin_m9A16922898CA6AABC0A5CC4E36EAEEC704D57CA1_RuntimeMethod_var); __this->set_tableHandle_0(L_6); MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_7 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); void* L_8; L_8 = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_7, /*hidden argument*/NULL); __this->set_tablePointer_2((int16_t*)L_8); return; } } IL2CPP_EXTERN_C void ColorDistanceCache__ctor_m0DBFB41B78BF76F909561260B8FBC79A378CA1FC_AdjustorThunk (RuntimeObject * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator0, const RuntimeMethod* method) { ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache__ctor_m0DBFB41B78BF76F909561260B8FBC79A378CA1FC(_thisAdjusted, ___allocator0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Add(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m3E0AD3441B100C5EFE201BD2F0D2E06E3B4D0E9F_gshared (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Add_m3E0AD3441B100C5EFE201BD2F0D2E06E3B4D0E9F_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Add_m3E0AD3441B100C5EFE201BD2F0D2E06E3B4D0E9F_inline(_thisAdjusted, ___rgba0, ___index1, method); } // System.Boolean SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::TryGetValue(SixLabors.ImageSharp.PixelFormats.Rgba32,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6E7F5C784492CF823DF1E4A9AF992C6D8BCC2C64_gshared (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool ColorDistanceCache_TryGetValue_m6E7F5C784492CF823DF1E4A9AF992C6D8BCC2C64_AdjustorThunk (RuntimeObject * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ColorDistanceCache_TryGetValue_m6E7F5C784492CF823DF1E4A9AF992C6D8BCC2C64_inline(_thisAdjusted, ___rgba0, ___match1, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mF5EE0CD65CA98C8D9D8F582BE3AB5B0832FBC0D8_gshared (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Clear_mF5EE0CD65CA98C8D9D8F582BE3AB5B0832FBC0D8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Clear_mF5EE0CD65CA98C8D9D8F582BE3AB5B0832FBC0D8_inline(_thisAdjusted, method); } // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::GetPaletteIndex(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorDistanceCache_GetPaletteIndex_m8116441D954C4568665F4D1C8A58DE81152619CF_gshared (int32_t ___r0, int32_t ___g1, int32_t ___b2, int32_t ___a3, const RuntimeMethod* method) { { int32_t L_0 = ___r0; int32_t L_1 = ___r0; int32_t L_2 = ___g1; int32_t L_3 = ___r0; int32_t L_4 = ___r0; int32_t L_5 = ___g1; int32_t L_6 = ___r0; int32_t L_7 = ___g1; int32_t L_8 = ___b2; int32_t L_9 = ___r0; int32_t L_10 = ___g1; int32_t L_11 = ___b2; int32_t L_12 = ___a3; return (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)15))), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)11))))), (int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)6)))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)L_8))<<(int32_t)5)))), (int32_t)L_9)), (int32_t)L_10)), (int32_t)L_11)), (int32_t)L_12)); } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.EuclideanPixelMap`1/ColorDistanceCache::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorDistanceCache_Dispose_m22CFBCBABA32BD23DD0516EC19A5A98681D68340_gshared (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); if (!L_0) { goto IL_001e; } } { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * L_1 = (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)__this->get_address_of_tableHandle_0(); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A((MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C *)L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = (RuntimeObject*)__this->get_table_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); } IL_001e: { return; } } IL2CPP_EXTERN_C void ColorDistanceCache_Dispose_m22CFBCBABA32BD23DD0516EC19A5A98681D68340_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ColorDistanceCache_Dispose_m22CFBCBABA32BD23DD0516EC19A5A98681D68340(_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.Void UnityEngine.UIElements.CommandEventBase`1::set_commandName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandEventBase_1_set_commandName_mD175ECC4D08FA3B36503BD0E7E040C73C6D6703D_gshared (CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_CommandName_18(L_0); return; } } // System.Void UnityEngine.UIElements.CommandEventBase`1::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandEventBase_1_Init_mDAE635CB9B24DA1833ACB0E5EDED0365ED9BA2E0_gshared (CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 * __this, const RuntimeMethod* method) { { NullCheck((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this); (( void (*) (EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *)__this); (( void (*) (CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void UnityEngine.UIElements.CommandEventBase`1::LocalInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandEventBase_1_LocalInit_m3AA19DB45D7447306CAF05B9F206EFDB7EE26B04_gshared (CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 * __this, const RuntimeMethod* method) { { NullCheck((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)__this); EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7_inline((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)__this, (int32_t)7, /*hidden argument*/NULL); NullCheck((CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *)__this); (( void (*) (CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *)__this, (String_t*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // T UnityEngine.UIElements.CommandEventBase`1::GetPooled(UnityEngine.Event) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CommandEventBase_1_GetPooled_mDA050840190D9B717023B416536ADCAB217B588B_gshared (Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___systemEvent0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)); RuntimeObject * L_0; L_0 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * L_2 = ___systemEvent0; NullCheck((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)L_1); EventBase_set_imguiEvent_mC4D6A8E08A41E53F774E6A736C77F2AA1DADDF1C((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)L_1, (Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_2, /*hidden argument*/NULL); RuntimeObject * L_3 = V_0; V_1 = (RuntimeObject *)L_3; goto IL_0018; } IL_0018: { RuntimeObject * L_4 = V_1; return (RuntimeObject *)L_4; } } // System.Void UnityEngine.UIElements.CommandEventBase`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandEventBase_1__ctor_m69629AE0CE7C3FDE6AF6556783DACCA0BBF875B2_gshared (CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 * __this, const RuntimeMethod* method) { { NullCheck((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *)__this); (( void (*) (CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * Comparer_1_get_Default_m4452A6DCE39F9BD22AED3BFAA965539024AD8099_gshared (const RuntimeMethod* method) { Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * V_0 = NULL; { Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * L_0 = ((Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)L_0; Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * L_2; L_2 = (( Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)L_2; Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * L_4 = V_0; return (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * Comparer_1_CreateComparer_m3DFDC2CEEE471F5BE723595A4F300A8C5CEFAB95_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)((Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)((Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tC253AB6F61278B662ACE3A987507FB1D0354DD0A * L_33 = (ObjectComparer_1_tC253AB6F61278B662ACE3A987507FB1D0354DD0A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tC253AB6F61278B662ACE3A987507FB1D0354DD0A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m536262EECDB077ACE27E7DE51CAF73B0228FAA1A_gshared (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 , KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 *)__this, (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 )((*(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)((KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 )((*(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)((KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mC4DF597EEED17424486767AB78591AFFE5D6AAD5_gshared (Comparer_1_tE2DA70DC3121CF7B0B3C6B12459177EB44B70FF0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * Comparer_1_get_Default_m6318FE47576D54CF6C26A17897F3EEAD6182CF4E_gshared (const RuntimeMethod* method) { Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * V_0 = NULL; { Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * L_0 = ((Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)L_0; Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * L_2; L_2 = (( Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)L_2; Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * L_4 = V_0; return (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * Comparer_1_CreateComparer_mC5EE402BA9472157E91A79C6D77CE913332040AD_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)((Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)((Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tD677301F12E712BC4581CBA745E1DBDA0EE44ACC * L_33 = (ObjectComparer_1_tD677301F12E712BC4581CBA745E1DBDA0EE44ACC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tD677301F12E712BC4581CBA745E1DBDA0EE44ACC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mA4CE0CF274E16A401DACA1071BD970C3D18BA996_gshared (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 , KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 *)__this, (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 )((*(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)((KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 )((*(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)((KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m9CD0372C246E7FD7143FE880BB4F38A3324DD5B6_gshared (Comparer_1_t07782C5F575BC43FB0B1EEAB07EB542B85D310A7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * Comparer_1_get_Default_m957CEC9CD56A9A05796272ABFF3638F09BEFA2FE_gshared (const RuntimeMethod* method) { Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * V_0 = NULL; { Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * L_0 = ((Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)L_0; Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * L_2; L_2 = (( Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)L_2; Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * L_4 = V_0; return (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * Comparer_1_CreateComparer_m19DF90C402F35CD9872A6A04991817870992C243_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)((Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)((Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t4F893CD5D99A856A3E87D65C04D122AF0123DDD7 * L_33 = (ObjectComparer_1_t4F893CD5D99A856A3E87D65C04D122AF0123DDD7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t4F893CD5D99A856A3E87D65C04D122AF0123DDD7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m58196A0981FE5A0F2DBE233FBBF6F7EE70B19D6A_gshared (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF *)__this, (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )((*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )((*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m83CE3D9A5E5335B94352E7FE1947E490C84878D1_gshared (Comparer_1_tE46A35440A3EDDFD6425EA0C3DC86ED6CA172EAF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * Comparer_1_get_Default_m5E383AB7A536B8E8CB85803573349785B040E28C_gshared (const RuntimeMethod* method) { Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * V_0 = NULL; { Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * L_0 = ((Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)L_0; Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * L_2; L_2 = (( Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)L_2; Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * L_4 = V_0; return (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * Comparer_1_CreateComparer_mC19DDA2B09745F60760484474C3E25C714F2D550_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)((Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)((Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tA191B182FA8E89CECF9BD30BD8A3FAC8B45F057C * L_33 = (ObjectComparer_1_tA191B182FA8E89CECF9BD30BD8A3FAC8B45F057C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tA191B182FA8E89CECF9BD30BD8A3FAC8B45F057C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m46DFA02C51273C1031C4839FFB8234AB1D540C1B_gshared (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B , KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 *)__this, (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B )((*(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)((KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B )((*(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)((KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m10BC321DB983912C9917209A1A5D1E47E1EF04A2_gshared (Comparer_1_t5CC0C9F5E82A680C11394CC91C794FD0A7955379 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * Comparer_1_get_Default_m2D07C8E686BAB5DCDB09DECDA65915BCAC9DB09A_gshared (const RuntimeMethod* method) { Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * V_0 = NULL; { Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * L_0 = ((Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)L_0; Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * L_2; L_2 = (( Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)L_2; Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * L_4 = V_0; return (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * Comparer_1_CreateComparer_mF69953943BD1B2B7DCD937B769CC0701D0F839C4_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)((Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)((Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tB00EC4A37DAAE75D9F09208366676BEFEAB36626 * L_33 = (ObjectComparer_1_tB00EC4A37DAAE75D9F09208366676BEFEAB36626 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tB00EC4A37DAAE75D9F09208366676BEFEAB36626 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mDA107FF40112D8825DFB3FE744467EC28A26C5ED_gshared (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E , ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 *)__this, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )((*(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E *)((ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )((*(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E *)((ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m1752BCD1F9A202676DE8A735A3110724140BA8E6_gshared (Comparer_1_t47DDFA9740E51CDFB0CE4B3DF0279CE177F909C1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * Comparer_1_get_Default_mF360CC1DC494DFDBB5AC91051A1C5FAEAC7179D2_gshared (const RuntimeMethod* method) { Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * V_0 = NULL; { Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * L_0 = ((Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)L_0; Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * L_2; L_2 = (( Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)L_2; Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * L_4 = V_0; return (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * Comparer_1_CreateComparer_mE95AF0BE626B1C5BE54B155CCD4D568762BF060F_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)((Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)((Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tDB129D70BDEF069FD720816D343F70B31FC762A5 * L_33 = (ObjectComparer_1_tDB129D70BDEF069FD720816D343F70B31FC762A5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tDB129D70BDEF069FD720816D343F70B31FC762A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m1FCB4F89C8CDA08D367CF077F3A33F0CD35238D1_gshared (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 , ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D *)__this, (ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 )((*(ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 *)((ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 )((*(ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 *)((ValueTuple_2_tC79F6C450FE5EC37B8859FB2BC4B2AAA6CFFC653 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m455FA1B46D67078E5B2532F8AC27859DFB6D0C85_gshared (Comparer_1_t5D8FD48DACDCD13B13A0F380FD42DFE57B32B92D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * Comparer_1_get_Default_m9E61A5165F49C8FA08CE42141A1F39356C96B742_gshared (const RuntimeMethod* method) { Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * V_0 = NULL; { Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * L_0 = ((Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)L_0; Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * L_2; L_2 = (( Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)L_2; Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * L_4 = V_0; return (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * Comparer_1_CreateComparer_mFF73F88866957A687054F37DE0ED2B3CC153F8F9_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)((Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)((Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t5335B94BC5ECFB6AE44083E5F7AA049C319B2E6E * L_33 = (ObjectComparer_1_t5335B94BC5ECFB6AE44083E5F7AA049C319B2E6E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t5335B94BC5ECFB6AE44083E5F7AA049C319B2E6E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m4C396339DAEC044844879879C1EFAE0CC685E80E_gshared (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 , ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B *)__this, (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )((*(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 *)((ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )((*(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 *)((ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m38C4AF5CB40321C4A37EB6FCF1ADA72B5EA585CB_gshared (Comparer_1_tB52753308D5C17F9F011C93514BF6F3E0FB5335B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * Comparer_1_get_Default_m2A51D003DE55E63A8DDCC5A4FF5E3ADFA295B26A_gshared (const RuntimeMethod* method) { Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * V_0 = NULL; { Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * L_0 = ((Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)L_0; Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * L_2; L_2 = (( Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)L_2; Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * L_4 = V_0; return (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * Comparer_1_CreateComparer_m60E60DE662825EE6CA648F18B2A7BED9A4B9CBF4_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)((Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)((Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tA8B60F68D30306DAE92F60038482B361CB8F5A6A * L_33 = (ObjectComparer_1_tA8B60F68D30306DAE92F60038482B361CB8F5A6A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tA8B60F68D30306DAE92F60038482B361CB8F5A6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mC018058CEDBF91D3AC171F3E2BE28351407392DB_gshared (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC , ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB *)__this, (ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC )((*(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC *)((ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC )((*(ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC *)((ValueTuple_4_tC6B5BC93A207FDF4B978B1986FBAE3EA5B6DC3AC *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m89DC04FD5BE6E4D86D64CDD8DBF70323CED5E60E_gshared (Comparer_1_tBD57AEB862F705D252020C50C4F2675861A817FB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * Comparer_1_get_Default_m0AAFF8062450C6FE889DE2F3BC6415CA16050701_gshared (const RuntimeMethod* method) { Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * V_0 = NULL; { Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * L_0 = ((Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)L_0; Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * L_2; L_2 = (( Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)L_2; Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * L_4 = V_0; return (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * Comparer_1_CreateComparer_m75C76426BA7BCFB4DEB89DDDA8CAFA7175A996E7_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)((Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)((Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t64CCCF9E4DBDD889510CD966F64E7E5BD7DF346A * L_33 = (ObjectComparer_1_t64CCCF9E4DBDD889510CD966F64E7E5BD7DF346A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t64CCCF9E4DBDD889510CD966F64E7E5BD7DF346A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m9EF5395A6821A364277908B15A67E584883B3CD1_gshared (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 , Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1>::Compare(T,T) */, (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 *)__this, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )((*(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )((*(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m3738129DBCC9D211D5DCF6E4BF3C43C751EB5F15_gshared (Comparer_1_t4E35181F47705DFD0192C63BA8ED5E05F6548649 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * Comparer_1_get_Default_m71A5A5E03293CB87F8634ECACF34FF9DFF46261D_gshared (const RuntimeMethod* method) { Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * V_0 = NULL; { Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * L_0 = ((Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)L_0; Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * L_2; L_2 = (( Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)L_2; Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * L_4 = V_0; return (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * Comparer_1_CreateComparer_m4EC57F44AAAA2208B799F2D46248983AF491256D_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)((Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)((Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t773F767E932D6A61C0BB65707371B468D85D6B1F * L_33 = (ObjectComparer_1_t773F767E932D6A61C0BB65707371B468D85D6B1F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t773F767E932D6A61C0BB65707371B468D85D6B1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m0040EFBD7B6CB60CB12D83CEFAC604DC0D769CBF_gshared (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 *)__this, (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )((*(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)((BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )((*(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)((BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m782C616733C877BCEB54834CC3AA42FCF8AF40CE_gshared (Comparer_1_tD37F1F70EDC0996AC8376DC352677BBBCB4E66C8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * Comparer_1_get_Default_mEAE4E07284C906A9923E962D03C12272772DC53B_gshared (const RuntimeMethod* method) { Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * V_0 = NULL; { Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * L_0 = ((Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)L_0; Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * L_2; L_2 = (( Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)L_2; Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * L_4 = V_0; return (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * Comparer_1_CreateComparer_m1C554D4A268C0A108428513136DAA7955A65FB20_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)((Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)((Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tBC8E48369FF389542710ADCEB5DF65C9CF728C7F * L_33 = (ObjectComparer_1_tBC8E48369FF389542710ADCEB5DF65C9CF728C7F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tBC8E48369FF389542710ADCEB5DF65C9CF728C7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m967F08BC76168796DE8A0EBC265005FC25CF15BB_gshared (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C *)__this, (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )((*(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)((BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )((*(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)((BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mAEDCE8588F6DE8E95BE564972E6FF565D59C62A8_gshared (Comparer_1_t7A1B9CBFC135C7127BDE3FACF8EC6AC8396F286C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * Comparer_1_get_Default_mF923DDFAA00683A2AC3B49721AAC5A120827E087_gshared (const RuntimeMethod* method) { Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * V_0 = NULL; { Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * L_0 = ((Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_0; Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * L_2; L_2 = (( Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_2; Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * L_4 = V_0; return (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * Comparer_1_CreateComparer_m64A00387E7B189424A594ADE24BA2A2228FD3BA3_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)((Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)((Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t991EB0F01F558038AD42C2A3E655CD11D8ADB15F * L_33 = (ObjectComparer_1_t991EB0F01F558038AD42C2A3E655CD11D8ADB15F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t991EB0F01F558038AD42C2A3E655CD11D8ADB15F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m8067EF274E87B4FE2416749525D381876DC261E0_gshared (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, bool, bool >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)__this, (bool)((*(bool*)((bool*)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (bool)((*(bool*)((bool*)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mB6E9D10AFB971641490CDD6A8C8360FC81754DEB_gshared (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/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.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * Comparer_1_get_Default_m31EC0E78E4ECCEA237758D8FF0ADD17A34072876_gshared (const RuntimeMethod* method) { Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * V_0 = NULL; { Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * L_0 = ((Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)L_0; Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * L_2; L_2 = (( Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)L_2; Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * L_4 = V_0; return (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)L_4; } } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * Comparer_1_CreateComparer_m0BAB8E2D028FD8ED9B3A192205E7797402960D5F_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_1, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_4 = V_0; NullCheck((Type_t *)L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (GenericComparer_1_t3E1C90B93F456A97C43F6DB10F925708B903013A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_9; L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_7, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_8, /*hidden argument*/NULL); return (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)((Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_0; NullCheck((Type_t *)L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck((Type_t *)L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17 = V_0; NullCheck((Type_t *)L_17); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18; L_18 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); NullCheck(L_18); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_1 = (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)Castclass((RuntimeObject*)L_20, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IComparable_1_t5E3C3A2EF511E51D3EBB48A0AB916856FF20096E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_23; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck((Type_t *)L_22); Type_t * L_26; L_26 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_24); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_27 = V_1; NullCheck((Type_t *)L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (NullableComparer_1_tA471C423C89F6FDDBFBE5113B1CE85B867354C1F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mF72C1FB440726B5A60BA05DD0886E83BB2AF5594((Type_t *)L_30, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)L_31, /*hidden argument*/NULL); return (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)((Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tEE53C9B3C2B2C5A43BC4EFECA46B93076933A7A6 * L_33 = (ObjectComparer_1_tEE53C9B3C2B2C5A43BC4EFECA46B93076933A7A6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tEE53C9B3C2B2C5A43BC4EFECA46B93076933A7A6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m16509A2A2CD35C1E93636FE17CAA23D18F436E3C_gshared (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; NullCheck((Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)__this); int32_t L_7; L_7 = VirtualFuncInvoker2< int32_t, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 , BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 *)__this, (BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 )((*(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 *)((BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 )((*(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 *)((BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mA718DA71CA1574B9AE584FCAD2F006CAC3737232_gshared (Comparer_1_tFEC60DF0EF8F880856809DD6B42564D23ACF00B9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Size_get_Width_m4B07AF4B1863E82EBABBC4567F645754A45E06A8_inline (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CWidthU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Size_get_Height_m6C97D54FCC8B29543BCDCC56C059EC8852717483_inline (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CHeightU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * ImageFrame_get_Metadata_m46E1ABDB2E8565F10B44E4E2A56212BD95B7E099_inline (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method) { { ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * L_0 = __this->get_U3CMetadataU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * __this, const RuntimeMethod* method) { { ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_0 = __this->get_U3CMetadataU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method) { { void* L_0 = __this->get__pointer_0(); return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7_inline (EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CpropagationU3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_gshared_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method) { Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___buffer0; NullCheck((RuntimeObject*)L_0); Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 L_1; L_1 = InterfaceFuncInvoker0< Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_0); V_0 = (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 )L_1; Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_2; L_2 = Memory_1_get_Span_m02877BC26F5EC0BB9B80C8D0F4EE316139074281_inline((Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m2C6D65AD94E144179332651AB157B5D54BD9E3C7_gshared_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6A9E4A351D3CE0BE4BEBE2895BD92EA367237860_gshared_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59FD21F1082FD0A37FF0EA14237EAFF84AB10B21_gshared_inline (ColorDistanceCache_tC6E7DFF8BEA1F0AE67710FC33BD3C427DCE14D0E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m8442A2B1F90D7DD27A74CA9F03C543B2495CEB81_gshared_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mBEA2FF5CC864A2F10F9D976B7427AE90326E3FAF_gshared_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m0E87881BF01A578B2C18E9103EDDC51AFBB6CCF5_gshared_inline (ColorDistanceCache_t3401301681A012EACF17A30CA40E3FCB986921D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1CF977282E8CC24D051BC21372629A5E8785B145_gshared_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mA51CC4CCF30C4DB0AA569B86FDF7D9643A91AE75_gshared_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB70616AF46162F75837B017F45A71F2C5876E8B6_gshared_inline (ColorDistanceCache_t9427691E99DAD3AFF82A76375141DEACD97705AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1A48E410D4E16023C3ADB5E108774609C0F4551B_gshared_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mBD253C86006AB0B18D3410998A521716B38D6278_gshared_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mAF65A91EB46297378C845EA5AEBA351F81D4A78D_gshared_inline (ColorDistanceCache_t8BEAFC341B7AB65A46BF44866FCD4985065B5888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m111E8973BF817997321B685E9CD07BE018C47D1E_gshared_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m387C8F465B0C7EEA2A887A2D823D5616EFFC4524_gshared_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m0BEDE6F19FC724F5C951AFD615118BE317837225_gshared_inline (ColorDistanceCache_tDAB9BB786C75BE1D1190A19F9174A76E965F5421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m5686BAC3CBBF5BA0F8B4F7BBEF45BB9EBC5126A5_gshared_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m2F9AB8E4F5544F55218E8A6D7E6DFB49A200B5AD_gshared_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mFC82F376586C22B17FD6C91D9112B22B3B33BF31_gshared_inline (ColorDistanceCache_t30230A0C1F82D8CF640736E8EE62FB4ECBB1B9CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mB58856678B14589C1D53F319E5F496103D3C0363_gshared_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mE7032BA4EB20D30BE17D287822CD9212883FDF37_gshared_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m11E40E62BE90868DC45FC73C209C875EAA15492A_gshared_inline (ColorDistanceCache_t56490A039D9ECDDE520610AA1F21A1F36223BDAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m09BDCC6C3204A95E85CE860899209601A10C4129_gshared_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m5F69FDCDA38C1EDAAB999E75F90BC206C97863B2_gshared_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59B831047A30BF83DFD3E0CBFEDAA6D2A78AFAB6_gshared_inline (ColorDistanceCache_tA950D821684E54B11ECFF47AE2443DCF169B8C56 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mC358D8AB361FF3BE57F1CE7CAF820BA7579C30C4_gshared_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m9C291944E3EB47D5145836ED1F2693303955C4E5_gshared_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB38BDA09896891F43178B9E4E2A683C3A0003E50_gshared_inline (ColorDistanceCache_t1B3AE0FE107E2CAD39627D7702A7F2B326CE5F30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m147153D29A3AE6512C26193FBAB048D643942AB6_gshared_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m3F0233EF7162BFCDEA55F18A5555782C7E25F3BC_gshared_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m489849FCD46529728943F2C68C03C720945075C7_gshared_inline (ColorDistanceCache_t676BEFE960483C0569DA62BAFBCC725097C50A58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m12ED4EC8C6A32D855A9D419182CC2A5C1709C93B_gshared_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m96567B2F9E578E6F6AD0B3FB11B16D159CD1F718_gshared_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB50C135B5494284D2A80E3E506F52F892BA616B9_gshared_inline (ColorDistanceCache_tEFBA0C009A7B92F47356CCC8C2105EE55B0F9997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1DA7BA096CA6E22B1711A9FB01AF555DA7789031_gshared_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mB2177798E6C2E780D1EBB491BC78FD0E29B00CC4_gshared_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mB834DE1F69057CBD295CCD35E59FB7803B2D611D_gshared_inline (ColorDistanceCache_t50F18DFD8B04C965FFAAC0C3CE06BD8C731767AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m0AF26099C394DEED2F0522B4238A761AC83A9FD1_gshared_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m04B77C6FBE6CC7522A2AE895F45A9394170B492B_gshared_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mEA1E03B867FDED595739D01348D2118AAF385FE4_gshared_inline (ColorDistanceCache_t15131DB79CBA1A06584BC6FCCCB47AF9319256A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m81AAD980A7FA99ADF73709E77AB309687C869125_gshared_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m8AD7EAE72FEC2221B18866F2F65E6802E6EA7FE4_gshared_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mD7CD729FB81929D2E8074A3CB945E4F8718905F4_gshared_inline (ColorDistanceCache_tE65B9149359D0F5FD590099083C4C5F9B5C0D01A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m9584088CD234E70BC71A203D58544E5A086340E2_gshared_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6351E4CB867DFCD20C38AC65073BFE7B5A9FC693_gshared_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m363E28EB95001FD971AE825195231A97002347EE_gshared_inline (ColorDistanceCache_tA1E8985A907B9DE3E9C4077F100D3F2606152EE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m352775CE23A2A233B3F88323856F99AB1BDC2A55_gshared_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mC6C2FC33D6E6C868A68B2E3CDCFA3A4F47CFEF19_gshared_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mA039CEDB7350683248660CFE8F2486C234BC3AE3_gshared_inline (ColorDistanceCache_t6D348E78FDB31C9FCE7225C060742CD0E25F38FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mFCA719EF208BBACAFC65B6D6E21EA600C053C85F_gshared_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m72657F96556B147F87F6BCFC1BE29508B28DFCC5_gshared_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m92E7C07AE0B21C1629F2A49A048CD0B28A0117F1_gshared_inline (ColorDistanceCache_t962BC5A606BBAD1905805DB0918802752BE36BBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m6E272AA6BEEF533D220A29B204A45C5C0200C7E8_gshared_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m414490163EE66E732ACED11395F15A3485EC9A4D_gshared_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mE187C4C54A96F36CE5BA3CB48ED9881CF213732D_gshared_inline (ColorDistanceCache_t2C0CF4A3CDBD884D254D31ECE9E006B1275E966E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m54F1C70BCF91084005CD11A8D09452032890DCEA_gshared_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mEF60A61599DB550F0E3C2CA1A0B66DFF3246516C_gshared_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m1D2F304C19B7B950C8946299B5E9E8FAC447222E_gshared_inline (ColorDistanceCache_tA001CB18C9A5D656DFA97E797811843394C42B63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mAED194EAE42905EC3FE5E080ECE3EF5112A62394_gshared_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m688FEB4FBDCC774401D37CB91CBC653A9D841909_gshared_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m80A01F7D81AED2089C07809290EEEC50EE504E4C_gshared_inline (ColorDistanceCache_tF008EE527E60BCB4FA024FA2C1A11A9547B08E30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mBE3AC6FC8B6350BBD1F6A3143359270C82C2DFBE_gshared_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m27E89ECA4E86A24135E3659A7CE62EF27DD9C6E0_gshared_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mE4BF94F10F4AAC5A3E421C72A63EA6DB740C7A9D_gshared_inline (ColorDistanceCache_t88DD6391ACA6711142E26F91F0A9BA227EE55951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mC165D45F94A0768DCAAD14136263B0656FD99E47_gshared_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m15EABC5D5FE465FD35159226221C0B98A0A9C0AF_gshared_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m83473071272F67E519074979650C0D2E7CC09E81_gshared_inline (ColorDistanceCache_t9E25D61F7A1585F70C3E8B52205432CCBF24F365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m8179630F57082106B9B62C4C7358876118998F82_gshared_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_mF355373FFF288AEC3D715799217BE4AD81BE42D5_gshared_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m20B941CAEDC5F69ED0C983E5F75CA76D02F85A25_gshared_inline (ColorDistanceCache_t20F9F45BED50234013BFF40E65BC60D909098D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mF7E53330A3EC3E1D212C9937B0DC6A0BE789BEA1_gshared_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m1924E3534DE3105ADAD0CD30B5913E2E4AC0F491_gshared_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mAED5A80870E57A2A586FD4C96A3FB9BDEFC6FED5_gshared_inline (ColorDistanceCache_t519F135182577A0ED0CDC17F09783171EA6CB4BB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m2960B76F129152C8A7745F74785C98CC4FF15EE6_gshared_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6911155DBBF9752E1D11AA9E97385CCAFA414AB6_gshared_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m04C80B2DB841AF375014D71C3A837093A3C0753F_gshared_inline (ColorDistanceCache_t33D56060D2CF3E8EFD5E611197E5E8B39ED5F607 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m1F34A5792E8758B83285F31E0DB260BBA6BA8D1B_gshared_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m65D795C8044826F0509CFE12D814B97FC15E7622_gshared_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m160A5075893C159D142614410CB75A2FF4364072_gshared_inline (ColorDistanceCache_tA5F8D95C1C1ADD39BA35B492E799C939F2ACF830 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m08886407B0A999E61B001E0B01243BB7BFB350C2_gshared_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m49E3484B76A04FA23857AE0D5B353B8620EB5C8D_gshared_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m59FCE47F093D99E5990606F405F9E4BC2BEB9B7A_gshared_inline (ColorDistanceCache_t0D11DF46DC4D148D357C7C1CAE4E1577390451FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_mCDA725C106EB6D9F9FD4699C7E2912B09416F9A5_gshared_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m73B4FBD6D2A8309E4581F732666FAE4CB7C46984_gshared_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_m13C67B112D25291DBBFBC95BD43A2453E316A10A_gshared_inline (ColorDistanceCache_tAD3F98D5B657F1644E599F92D133EF9A58F8882B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Add_m3E0AD3441B100C5EFE201BD2F0D2E06E3B4D0E9F_gshared_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, uint8_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = (int16_t*)__this->get_tablePointer_2(); int32_t L_13 = V_3; uint8_t L_14 = ___index1; *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))) = (int16_t)L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ColorDistanceCache_TryGetValue_m6E7F5C784492CF823DF1E4A9AF992C6D8BCC2C64_gshared_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___rgba0, int16_t* ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_0 = ___rgba0; uint8_t L_1 = (uint8_t)L_0.get_R_0(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___rgba0; uint8_t L_3 = (uint8_t)L_2.get_G_1(); V_0 = (int32_t)((int32_t)((int32_t)L_3>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_4 = ___rgba0; uint8_t L_5 = (uint8_t)L_4.get_B_2(); V_1 = (int32_t)((int32_t)((int32_t)L_5>>(int32_t)3)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = ___rgba0; uint8_t L_7 = (uint8_t)L_6.get_A_3(); V_2 = (int32_t)((int32_t)((int32_t)L_7>>(int32_t)3)); int32_t L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11; L_11 = (( int32_t (*) (int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)3)), (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); V_3 = (int32_t)L_11; int16_t* L_12 = ___match1; int16_t* L_13 = (int16_t*)__this->get_tablePointer_2(); int32_t L_14 = V_3; int32_t L_15 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); *((int16_t*)L_12) = (int16_t)L_15; int16_t* L_16 = ___match1; int32_t L_17 = *((int16_t*)L_16); return (bool)((((int32_t)L_17) > ((int32_t)(-1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ColorDistanceCache_Clear_mF5EE0CD65CA98C8D9D8F582BE3AB5B0832FBC0D8_gshared_inline (ColorDistanceCache_t4F1EA0A326B4EFAC3821A25D11AE8C15774E467B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get_table_1(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_1; L_1 = MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_inline((RuntimeObject*)L_0, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m662BBDB8F84FD70B410DE6870C762B187E76C853_RuntimeMethod_var); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_1; Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int16_t)(-1), /*hidden argument*/Span_1_Fill_mCC56ACAE75490BFFB6DB5421CE9A7D47A730685C_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D Memory_1_get_Span_m02877BC26F5EC0BB9B80C8D0F4EE316139074281_gshared_inline (Memory_1_t03A7E04B68DBDD013A74898E87082675D1A5C974 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0034; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 *)((MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_2; L_2 = VirtualFuncInvoker0< Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 *)((MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_5; L_5 = Span_1_Slice_m58C997124DDA55C42C07D74DDF00CB1DC3767D16_inline((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_5; } IL_0034: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_7, (Type_t *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0089; } } { RuntimeObject * L_11 = (RuntimeObject *)__this->get__object_0(); String_t* L_12 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_12; if (!L_12) { goto IL_0089; } } { String_t* L_13 = V_1; Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * L_14; L_14 = (( Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((RuntimeObject *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_15 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_16 = V_1; NullCheck((String_t*)L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_16, /*hidden argument*/NULL); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_18; memset((&L_18), 0, sizeof(L_18)); Span_1__ctor_m8687E33A77B47C140B189D4DD0084F72CD546C20_inline((&L_18), (Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 *)L_14, (intptr_t)L_15, (int32_t)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); V_0 = (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_18; int32_t L_19 = (int32_t)__this->get__index_1(); int32_t L_20 = (int32_t)__this->get__length_2(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_21; L_21 = Span_1_Slice_m58C997124DDA55C42C07D74DDF00CB1DC3767D16_inline((Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D *)(&V_0), (int32_t)L_19, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_21; } IL_0089: { RuntimeObject * L_22 = (RuntimeObject *)__this->get__object_0(); if (!L_22) { goto IL_00b4; } } { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); int32_t L_24 = (int32_t)__this->get__index_1(); int32_t L_25 = (int32_t)__this->get__length_2(); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_26; memset((&L_26), 0, sizeof(L_26)); Span_1__ctor_m864F8E3CE49883DF54589B4D5DEFDEAC74821634_inline((&L_26), (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)((Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)Castclass((RuntimeObject*)L_23, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_24, (int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_26; } IL_00b4: { il2cpp_codegen_initobj((&V_0), sizeof(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_27 = V_0; return (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_27; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D Span_1_Slice_m58C997124DDA55C42C07D74DDF00CB1DC3767D16_gshared_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * L_8 = (Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m8687E33A77B47C140B189D4DD0084F72CD546C20_inline((&L_11), (Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m8687E33A77B47C140B189D4DD0084F72CD546C20_gshared_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m864F8E3CE49883DF54589B4D5DEFDEAC74821634_gshared_inline (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )); return; } IL_0017: { il2cpp_codegen_initobj((&V_0), sizeof(int16_t)); goto IL_0043; } { Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_4 = ___array0; NullCheck((RuntimeObject *)(RuntimeObject *)L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)(RuntimeObject *)L_4, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 5)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); bool L_8; L_8 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0((Type_t *)L_5, (Type_t *)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0043; } } { ThrowHelper_ThrowArrayTypeMismatchException_mFC0D7756FD2EA1A7E41D8426D819369FDBD728FC(/*hidden argument*/NULL); } IL_0043: { int32_t L_9 = ___start1; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_10 = ___array0; NullCheck(L_10); if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))))) { goto IL_0051; } } { int32_t L_11 = ___length2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_12 = ___array0; NullCheck(L_12); int32_t L_13 = ___start1; if ((!(((uint32_t)L_11) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)))))) { goto IL_0057; } } IL_0051: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_0057: { int32_t L_14 = ___length2; __this->set__length_2(L_14); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_15 = ___array0; Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * L_16; L_16 = (( Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__pinnable_0(L_16); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7)); intptr_t L_17 = ((PerTypeValues_1_tC5236B10EB044399DFAD345DFC548EF5C3E3E3C6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7)))->get_ArrayAdjustment_2(); int32_t L_18 = ___start1; intptr_t L_19; L_19 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); __this->set__byteOffset_1((intptr_t)L_19); return; } }